Source class
The settings for the source of the flow.
Constructors
- Source({required String name, required String sourceArn, int? dataTransferSubscriberFeePercent, Encryption? decryption, String? description, String? entitlementArn, String? ingestIp, int? ingestPort, Transport? transport, String? vpcInterfaceName, String? whitelistCidr})
-
Source.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataTransferSubscriberFeePercent → int?
-
Percentage from 0-100 of the data transfer cost to be billed to the
subscriber.
final
- decryption → Encryption?
-
The type of encryption that is used on the content ingested from this
source.
final
- description → String?
-
A description for the source. This value is not used or seen outside of the
current AWS Elemental MediaConnect account.
final
- entitlementArn → String?
-
The ARN of the entitlement that allows you to subscribe to content that
comes from another AWS account. The entitlement is set by the content
originator and the ARN is generated as part of the originator's flow.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ingestIp → String?
-
The IP address that the flow will be listening on for incoming content.
final
- ingestPort → int?
-
The port that the flow will be listening on for incoming content.
final
- name → String
-
The name of the source.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceArn → String
-
The ARN of the source.
final
- transport → Transport?
-
Attributes related to the transport stream that are used in the source.
final
- vpcInterfaceName → String?
-
The name of the VPC Interface this Source is configured with.
final
- whitelistCidr → String?
-
The range of IP addresses that should be allowed to contribute content to
your source. These IP addresses should be in the form of a Classless
Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited