AWS Native is in preview. AWS Classic is fully supported.
aws-native.mediaconnect.Flow
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource schema for AWS::MediaConnect::Flow
Create Flow Resource
new Flow(name: string, args: FlowArgs, opts?: CustomResourceOptions);
@overload
def Flow(resource_name: str,
opts: Optional[ResourceOptions] = None,
availability_zone: Optional[str] = None,
name: Optional[str] = None,
source: Optional[FlowSourceArgs] = None,
source_failover_config: Optional[FlowFailoverConfigArgs] = None)
@overload
def Flow(resource_name: str,
args: FlowArgs,
opts: Optional[ResourceOptions] = None)
func NewFlow(ctx *Context, name string, args FlowArgs, opts ...ResourceOption) (*Flow, error)
public Flow(string name, FlowArgs args, CustomResourceOptions? opts = null)
type: aws-native:mediaconnect:Flow
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FlowArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FlowArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FlowArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Flow Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Flow resource accepts the following input properties:
- Source
Pulumi.
Aws Native. Media Connect. Inputs. Flow Source The source of the flow.
- Availability
Zone string The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- Name string
The name of the flow.
- Source
Failover Pulumi.Config Aws Native. Media Connect. Inputs. Flow Failover Config The source failover config of the flow.
- Source
Flow
Source Type Args The source of the flow.
- Availability
Zone string The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- Name string
The name of the flow.
- Source
Failover FlowConfig Failover Config Args The source failover config of the flow.
- source
Flow
Source The source of the flow.
- availability
Zone String The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- name String
The name of the flow.
- source
Failover FlowConfig Failover Config The source failover config of the flow.
- source
Flow
Source The source of the flow.
- availability
Zone string The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- name string
The name of the flow.
- source
Failover FlowConfig Failover Config The source failover config of the flow.
- source
Flow
Source Args The source of the flow.
- availability_
zone str The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- name str
The name of the flow.
- source_
failover_ Flowconfig Failover Config Args The source failover config of the flow.
- source Property Map
The source of the flow.
- availability
Zone String The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- name String
The name of the flow.
- source
Failover Property MapConfig The source failover config of the flow.
Outputs
All input properties are implicitly available as output properties. Additionally, the Flow resource produces the following output properties:
- Flow
Arn string The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- Flow
Availability stringZone The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
- Id string
The provider-assigned unique ID for this managed resource.
- Flow
Arn string The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- Flow
Availability stringZone The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
- Id string
The provider-assigned unique ID for this managed resource.
- flow
Arn String The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- flow
Availability StringZone The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
- id String
The provider-assigned unique ID for this managed resource.
- flow
Arn string The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- flow
Availability stringZone The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
- id string
The provider-assigned unique ID for this managed resource.
- flow_
arn str The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- flow_
availability_ strzone The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
- id str
The provider-assigned unique ID for this managed resource.
- flow
Arn String The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- flow
Availability StringZone The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
- id String
The provider-assigned unique ID for this managed resource.
Supporting Types
FlowEncryption, FlowEncryptionArgs
- Role
Arn string The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- Algorithm
Pulumi.
Aws Native. Media Connect. Flow Encryption Algorithm The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- Constant
Initialization stringVector A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- Device
Id string The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Key
Type Pulumi.Aws Native. Media Connect. Flow Encryption Key Type The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- Region string
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Resource
Id string An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Secret
Arn string The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- Url string
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Role
Arn string The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- Algorithm
Flow
Encryption Algorithm The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- Constant
Initialization stringVector A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- Device
Id string The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Key
Type FlowEncryption Key Type The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- Region string
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Resource
Id string An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Secret
Arn string The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- Url string
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- role
Arn String The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm
Flow
Encryption Algorithm The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constant
Initialization StringVector A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- device
Id String The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- key
Type FlowEncryption Key Type The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- region String
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- resource
Id String An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- secret
Arn String The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- url String
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- role
Arn string The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm
Flow
Encryption Algorithm The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constant
Initialization stringVector A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- device
Id string The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- key
Type FlowEncryption Key Type The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- region string
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- resource
Id string An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- secret
Arn string The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- url string
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- role_
arn str The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm
Flow
Encryption Algorithm The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constant_
initialization_ strvector A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- device_
id str The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- key_
type FlowEncryption Key Type The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- region str
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- resource_
id str An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- secret_
arn str The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- url str
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- role
Arn String The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm "aes128" | "aes192" | "aes256"
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constant
Initialization StringVector A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- device
Id String The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- key
Type "speke" | "static-key" | "srt-password" The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- region String
The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- resource
Id String An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- secret
Arn String The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- url String
The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
FlowEncryptionAlgorithm, FlowEncryptionAlgorithmArgs
- Aes128
- aes128
- Aes192
- aes192
- Aes256
- aes256
- Flow
Encryption Algorithm Aes128 - aes128
- Flow
Encryption Algorithm Aes192 - aes192
- Flow
Encryption Algorithm Aes256 - aes256
- Aes128
- aes128
- Aes192
- aes192
- Aes256
- aes256
- Aes128
- aes128
- Aes192
- aes192
- Aes256
- aes256
- AES128
- aes128
- AES192
- aes192
- AES256
- aes256
- "aes128"
- aes128
- "aes192"
- aes192
- "aes256"
- aes256
FlowEncryptionKeyType, FlowEncryptionKeyTypeArgs
- Speke
- speke
- Static
Key - static-key
- Srt
Password - srt-password
- Flow
Encryption Key Type Speke - speke
- Flow
Encryption Key Type Static Key - static-key
- Flow
Encryption Key Type Srt Password - srt-password
- Speke
- speke
- Static
Key - static-key
- Srt
Password - srt-password
- Speke
- speke
- Static
Key - static-key
- Srt
Password - srt-password
- SPEKE
- speke
- STATIC_KEY
- static-key
- SRT_PASSWORD
- srt-password
- "speke"
- speke
- "static-key"
- static-key
- "srt-password"
- srt-password
FlowFailoverConfig, FlowFailoverConfigArgs
- Failover
Mode Pulumi.Aws Native. Media Connect. Flow Failover Config Failover Mode The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
- Recovery
Window int Search window time to look for dash-7 packets
- Source
Priority Pulumi.Aws Native. Media Connect. Inputs. Flow Failover Config Source Priority Properties The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
- State
Pulumi.
Aws Native. Media Connect. Flow Failover Config State
- Failover
Mode FlowFailover Config Failover Mode The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
- Recovery
Window int Search window time to look for dash-7 packets
- Source
Priority FlowFailover Config Source Priority Properties The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
- State
Flow
Failover Config State
- failover
Mode FlowFailover Config Failover Mode The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
- recovery
Window Integer Search window time to look for dash-7 packets
- source
Priority FlowFailover Config Source Priority Properties The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
- state
Flow
Failover Config State
- failover
Mode FlowFailover Config Failover Mode The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
- recovery
Window number Search window time to look for dash-7 packets
- source
Priority FlowFailover Config Source Priority Properties The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
- state
Flow
Failover Config State
- failover_
mode FlowFailover Config Failover Mode The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
- recovery_
window int Search window time to look for dash-7 packets
- source_
priority FlowFailover Config Source Priority Properties The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
- state
Flow
Failover Config State
- failover
Mode "MERGE" | "FAILOVER" The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
- recovery
Window Number Search window time to look for dash-7 packets
- source
Priority Property Map The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
- state "ENABLED" | "DISABLED"
FlowFailoverConfigFailoverMode, FlowFailoverConfigFailoverModeArgs
- Merge
- MERGE
- Failover
- FAILOVER
- Flow
Failover Config Failover Mode Merge - MERGE
- Flow
Failover Config Failover Mode Failover - FAILOVER
- Merge
- MERGE
- Failover
- FAILOVER
- Merge
- MERGE
- Failover
- FAILOVER
- MERGE
- MERGE
- FAILOVER
- FAILOVER
- "MERGE"
- MERGE
- "FAILOVER"
- FAILOVER
FlowFailoverConfigSourcePriorityProperties, FlowFailoverConfigSourcePriorityPropertiesArgs
- Primary
Source string The name of the source you choose as the primary source for this flow.
- Primary
Source string The name of the source you choose as the primary source for this flow.
- primary
Source String The name of the source you choose as the primary source for this flow.
- primary
Source string The name of the source you choose as the primary source for this flow.
- primary_
source str The name of the source you choose as the primary source for this flow.
- primary
Source String The name of the source you choose as the primary source for this flow.
FlowFailoverConfigState, FlowFailoverConfigStateArgs
- Enabled
- ENABLED
- Disabled
- DISABLED
- Flow
Failover Config State Enabled - ENABLED
- Flow
Failover Config State Disabled - DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
FlowGatewayBridgeSource, FlowGatewayBridgeSourceArgs
- Bridge
Arn string The ARN of the bridge feeding this flow.
- Vpc
Interface Pulumi.Attachment Aws Native. Media Connect. Inputs. Flow Vpc Interface Attachment The name of the VPC interface attachment to use for this bridge source.
- Bridge
Arn string The ARN of the bridge feeding this flow.
- Vpc
Interface FlowAttachment Vpc Interface Attachment The name of the VPC interface attachment to use for this bridge source.
- bridge
Arn String The ARN of the bridge feeding this flow.
- vpc
Interface FlowAttachment Vpc Interface Attachment The name of the VPC interface attachment to use for this bridge source.
- bridge
Arn string The ARN of the bridge feeding this flow.
- vpc
Interface FlowAttachment Vpc Interface Attachment The name of the VPC interface attachment to use for this bridge source.
- bridge_
arn str The ARN of the bridge feeding this flow.
- vpc_
interface_ Flowattachment Vpc Interface Attachment The name of the VPC interface attachment to use for this bridge source.
- bridge
Arn String The ARN of the bridge feeding this flow.
- vpc
Interface Property MapAttachment The name of the VPC interface attachment to use for this bridge source.
FlowSource, FlowSourceArgs
- Decryption
Pulumi.
Aws Native. Media Connect. Inputs. Flow Encryption The type of decryption that is used on the content ingested from this source.
- Description string
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- Entitlement
Arn 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.
- Gateway
Bridge Pulumi.Source Aws Native. Media Connect. Inputs. Flow Gateway Bridge Source The source configuration for cloud flows receiving a stream from a bridge.
- Ingest
Ip string The IP address that the flow will be listening on for incoming content.
- Ingest
Port int The port that the flow will be listening on for incoming content.
- Max
Bitrate int The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- Max
Latency int The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- Min
Latency int The minimum latency in milliseconds.
- Name string
The name of the source.
- Protocol
Pulumi.
Aws Native. Media Connect. Flow Source Protocol The protocol that is used by the source.
- Sender
Control intPort The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- Sender
Ip stringAddress The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- Source
Arn string The ARN of the source.
- Source
Ingest stringPort The port that the flow will be listening on for incoming content.(ReadOnly)
- Source
Listener stringAddress Source IP or domain name for SRT-caller protocol.
- Source
Listener intPort Source port for SRT-caller protocol.
- Stream
Id string The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- Vpc
Interface stringName The name of the VPC Interface this Source is configured with.
- Whitelist
Cidr 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.
- Decryption
Flow
Encryption The type of decryption that is used on the content ingested from this source.
- Description string
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- Entitlement
Arn 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.
- Gateway
Bridge FlowSource Gateway Bridge Source The source configuration for cloud flows receiving a stream from a bridge.
- Ingest
Ip string The IP address that the flow will be listening on for incoming content.
- Ingest
Port int The port that the flow will be listening on for incoming content.
- Max
Bitrate int The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- Max
Latency int The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- Min
Latency int The minimum latency in milliseconds.
- Name string
The name of the source.
- Protocol
Flow
Source Protocol The protocol that is used by the source.
- Sender
Control intPort The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- Sender
Ip stringAddress The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- Source
Arn string The ARN of the source.
- Source
Ingest stringPort The port that the flow will be listening on for incoming content.(ReadOnly)
- Source
Listener stringAddress Source IP or domain name for SRT-caller protocol.
- Source
Listener intPort Source port for SRT-caller protocol.
- Stream
Id string The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- Vpc
Interface stringName The name of the VPC Interface this Source is configured with.
- Whitelist
Cidr 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.
- decryption
Flow
Encryption The type of decryption that is used on the content ingested from this source.
- description String
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- entitlement
Arn 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.
- gateway
Bridge FlowSource Gateway Bridge Source The source configuration for cloud flows receiving a stream from a bridge.
- ingest
Ip String The IP address that the flow will be listening on for incoming content.
- ingest
Port Integer The port that the flow will be listening on for incoming content.
- max
Bitrate Integer The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- max
Latency Integer The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- min
Latency Integer The minimum latency in milliseconds.
- name String
The name of the source.
- protocol
Flow
Source Protocol The protocol that is used by the source.
- sender
Control IntegerPort The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- sender
Ip StringAddress The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- source
Arn String The ARN of the source.
- source
Ingest StringPort The port that the flow will be listening on for incoming content.(ReadOnly)
- source
Listener StringAddress Source IP or domain name for SRT-caller protocol.
- source
Listener IntegerPort Source port for SRT-caller protocol.
- stream
Id String The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpc
Interface StringName The name of the VPC Interface this Source is configured with.
- whitelist
Cidr 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.
- decryption
Flow
Encryption The type of decryption that is used on the content ingested from this source.
- description string
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- entitlement
Arn 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.
- gateway
Bridge FlowSource Gateway Bridge Source The source configuration for cloud flows receiving a stream from a bridge.
- ingest
Ip string The IP address that the flow will be listening on for incoming content.
- ingest
Port number The port that the flow will be listening on for incoming content.
- max
Bitrate number The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- max
Latency number The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- min
Latency number The minimum latency in milliseconds.
- name string
The name of the source.
- protocol
Flow
Source Protocol The protocol that is used by the source.
- sender
Control numberPort The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- sender
Ip stringAddress The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- source
Arn string The ARN of the source.
- source
Ingest stringPort The port that the flow will be listening on for incoming content.(ReadOnly)
- source
Listener stringAddress Source IP or domain name for SRT-caller protocol.
- source
Listener numberPort Source port for SRT-caller protocol.
- stream
Id string The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpc
Interface stringName The name of the VPC Interface this Source is configured with.
- whitelist
Cidr 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.
- decryption
Flow
Encryption The type of decryption that is used on the content ingested from this source.
- description str
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- entitlement_
arn str 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.
- gateway_
bridge_ Flowsource Gateway Bridge Source The source configuration for cloud flows receiving a stream from a bridge.
- ingest_
ip str The IP address that the flow will be listening on for incoming content.
- ingest_
port int The port that the flow will be listening on for incoming content.
- max_
bitrate int The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- max_
latency int The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- min_
latency int The minimum latency in milliseconds.
- name str
The name of the source.
- protocol
Flow
Source Protocol The protocol that is used by the source.
- sender_
control_ intport The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- sender_
ip_ straddress The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- source_
arn str The ARN of the source.
- source_
ingest_ strport The port that the flow will be listening on for incoming content.(ReadOnly)
- source_
listener_ straddress Source IP or domain name for SRT-caller protocol.
- source_
listener_ intport Source port for SRT-caller protocol.
- stream_
id str The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpc_
interface_ strname The name of the VPC Interface this Source is configured with.
- whitelist_
cidr str 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.
- decryption Property Map
The type of decryption that is used on the content ingested from this source.
- description String
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- entitlement
Arn 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.
- gateway
Bridge Property MapSource The source configuration for cloud flows receiving a stream from a bridge.
- ingest
Ip String The IP address that the flow will be listening on for incoming content.
- ingest
Port Number The port that the flow will be listening on for incoming content.
- max
Bitrate Number The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- max
Latency Number The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- min
Latency Number The minimum latency in milliseconds.
- name String
The name of the source.
- protocol "zixi-push" | "rtp-fec" | "rtp" | "rist" | "fujitsu-qos" | "srt-listener" | "srt-caller"
The protocol that is used by the source.
- sender
Control NumberPort The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- sender
Ip StringAddress The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- source
Arn String The ARN of the source.
- source
Ingest StringPort The port that the flow will be listening on for incoming content.(ReadOnly)
- source
Listener StringAddress Source IP or domain name for SRT-caller protocol.
- source
Listener NumberPort Source port for SRT-caller protocol.
- stream
Id String The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpc
Interface StringName The name of the VPC Interface this Source is configured with.
- whitelist
Cidr 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.
FlowSourceProtocol, FlowSourceProtocolArgs
- Zixi
Push - zixi-push
- Rtp
Fec - rtp-fec
- Rtp
- rtp
- Rist
- rist
- Fujitsu
Qos - fujitsu-qos
- Srt
Listener - srt-listener
- Srt
Caller - srt-caller
- Flow
Source Protocol Zixi Push - zixi-push
- Flow
Source Protocol Rtp Fec - rtp-fec
- Flow
Source Protocol Rtp - rtp
- Flow
Source Protocol Rist - rist
- Flow
Source Protocol Fujitsu Qos - fujitsu-qos
- Flow
Source Protocol Srt Listener - srt-listener
- Flow
Source Protocol Srt Caller - srt-caller
- Zixi
Push - zixi-push
- Rtp
Fec - rtp-fec
- Rtp
- rtp
- Rist
- rist
- Fujitsu
Qos - fujitsu-qos
- Srt
Listener - srt-listener
- Srt
Caller - srt-caller
- Zixi
Push - zixi-push
- Rtp
Fec - rtp-fec
- Rtp
- rtp
- Rist
- rist
- Fujitsu
Qos - fujitsu-qos
- Srt
Listener - srt-listener
- Srt
Caller - srt-caller
- ZIXI_PUSH
- zixi-push
- RTP_FEC
- rtp-fec
- RTP
- rtp
- RIST
- rist
- FUJITSU_QOS
- fujitsu-qos
- SRT_LISTENER
- srt-listener
- SRT_CALLER
- srt-caller
- "zixi-push"
- zixi-push
- "rtp-fec"
- rtp-fec
- "rtp"
- rtp
- "rist"
- rist
- "fujitsu-qos"
- fujitsu-qos
- "srt-listener"
- srt-listener
- "srt-caller"
- srt-caller
FlowVpcInterfaceAttachment, FlowVpcInterfaceAttachmentArgs
- Vpc
Interface stringName The name of the VPC interface to use for this resource.
- Vpc
Interface stringName The name of the VPC interface to use for this resource.
- vpc
Interface StringName The name of the VPC interface to use for this resource.
- vpc
Interface stringName The name of the VPC interface to use for this resource.
- vpc_
interface_ strname The name of the VPC interface to use for this resource.
- vpc
Interface StringName The name of the VPC interface to use for this resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.