We recommend new projects start with resources from the AWS provider.
aws-native.mediaconnect.Flow
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource schema for AWS::MediaConnect::Flow
Create Flow Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Flow(name: string, args: FlowArgs, opts?: CustomResourceOptions);@overload
def Flow(resource_name: str,
         args: FlowArgs,
         opts: Optional[ResourceOptions] = None)
@overload
def Flow(resource_name: str,
         opts: Optional[ResourceOptions] = None,
         source: Optional[FlowSourceArgs] = None,
         availability_zone: Optional[str] = None,
         maintenance: Optional[FlowMaintenanceArgs] = None,
         media_streams: Optional[Sequence[FlowMediaStreamArgs]] = None,
         name: Optional[str] = None,
         source_failover_config: Optional[FlowFailoverConfigArgs] = None,
         source_monitoring_config: Optional[FlowSourceMonitoringConfigArgs] = None,
         vpc_interfaces: Optional[Sequence[FlowVpcInterfaceArgs]] = 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.
Parameters
- 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Flow resource accepts the following input properties:
- Source
Pulumi.Aws Native. Media Connect. Inputs. Flow Source 
- The source of the flow.
- AvailabilityZone string
- The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- Maintenance
Pulumi.Aws Native. Media Connect. Inputs. Flow Maintenance 
- The maintenance settings you want to use for the flow.
- MediaStreams List<Pulumi.Aws Native. Media Connect. Inputs. Flow Media Stream> 
- The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
- Name string
- The name of the flow.
- SourceFailover Pulumi.Config Aws Native. Media Connect. Inputs. Flow Failover Config 
- The source failover config of the flow.
- SourceMonitoring Pulumi.Config Aws Native. Media Connect. Inputs. Flow Source Monitoring Config 
- The source monitoring config of the flow.
- VpcInterfaces List<Pulumi.Aws Native. Media Connect. Inputs. Flow Vpc Interface> 
- The VPC interfaces that you added to this flow.
- Source
FlowSource Type Args 
- The source of the flow.
- AvailabilityZone string
- The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- Maintenance
FlowMaintenance Args 
- The maintenance settings you want to use for the flow.
- MediaStreams []FlowMedia Stream Args 
- The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
- Name string
- The name of the flow.
- SourceFailover FlowConfig Failover Config Args 
- The source failover config of the flow.
- SourceMonitoring FlowConfig Source Monitoring Config Args 
- The source monitoring config of the flow.
- VpcInterfaces []FlowVpc Interface Type Args 
- The VPC interfaces that you added to this flow.
- source
FlowSource 
- The source of the flow.
- availabilityZone String
- The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- maintenance
FlowMaintenance 
- The maintenance settings you want to use for the flow.
- mediaStreams List<FlowMedia Stream> 
- The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
- name String
- The name of the flow.
- sourceFailover FlowConfig Failover Config 
- The source failover config of the flow.
- sourceMonitoring FlowConfig Source Monitoring Config 
- The source monitoring config of the flow.
- vpcInterfaces List<FlowVpc Interface> 
- The VPC interfaces that you added to this flow.
- source
FlowSource 
- The source of the flow.
- availabilityZone string
- The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- maintenance
FlowMaintenance 
- The maintenance settings you want to use for the flow.
- mediaStreams FlowMedia Stream[] 
- The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
- name string
- The name of the flow.
- sourceFailover FlowConfig Failover Config 
- The source failover config of the flow.
- sourceMonitoring FlowConfig Source Monitoring Config 
- The source monitoring config of the flow.
- vpcInterfaces FlowVpc Interface[] 
- The VPC interfaces that you added to this flow.
- source
FlowSource 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.
- maintenance
FlowMaintenance Args 
- The maintenance settings you want to use for the flow.
- media_streams Sequence[FlowMedia Stream Args] 
- The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
- name str
- The name of the flow.
- source_failover_ Flowconfig Failover Config Args 
- The source failover config of the flow.
- source_monitoring_ Flowconfig Source Monitoring Config Args 
- The source monitoring config of the flow.
- vpc_interfaces Sequence[FlowVpc Interface Args] 
- The VPC interfaces that you added to this flow.
- source Property Map
- The source of the flow.
- availabilityZone String
- The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.
- maintenance Property Map
- The maintenance settings you want to use for the flow.
- mediaStreams List<Property Map>
- The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
- name String
- The name of the flow.
- sourceFailover Property MapConfig 
- The source failover config of the flow.
- sourceMonitoring Property MapConfig 
- The source monitoring config of the flow.
- vpcInterfaces List<Property Map>
- The VPC interfaces that you added to this flow.
Outputs
All input properties are implicitly available as output properties. Additionally, the Flow resource produces the following output properties:
- EgressIp string
- The IP address from which video will be sent to output destinations.
- FlowArn string
- The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- FlowAvailability 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.
- EgressIp string
- The IP address from which video will be sent to output destinations.
- FlowArn string
- The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- FlowAvailability 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.
- egressIp String
- The IP address from which video will be sent to output destinations.
- flowArn String
- The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- flowAvailability 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.
- egressIp string
- The IP address from which video will be sent to output destinations.
- flowArn string
- The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- flowAvailability 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.
- egress_ip str
- The IP address from which video will be sent to output destinations.
- 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.
- egressIp String
- The IP address from which video will be sent to output destinations.
- flowArn String
- The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- flowAvailability 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
FlowAudioMonitoringSetting, FlowAudioMonitoringSettingArgs        
- SilentAudio Pulumi.Aws Native. Media Connect. Inputs. Flow Silent Audio 
- Detects periods of silence.
- SilentAudio FlowSilent Audio 
- Detects periods of silence.
- silentAudio FlowSilent Audio 
- Detects periods of silence.
- silentAudio FlowSilent Audio 
- Detects periods of silence.
- silent_audio FlowSilent Audio 
- Detects periods of silence.
- silentAudio Property Map
- Detects periods of silence.
FlowBlackFrames, FlowBlackFramesArgs      
- State
Pulumi.Aws Native. Media Connect. Flow Black Frames State 
- Indicates whether the BlackFrames metric is enabled or disabled.
- ThresholdSeconds int
- Specifies the number of consecutive seconds of black frames that triggers an event or alert.
- State
FlowBlack Frames State 
- Indicates whether the BlackFrames metric is enabled or disabled.
- ThresholdSeconds int
- Specifies the number of consecutive seconds of black frames that triggers an event or alert.
- state
FlowBlack Frames State 
- Indicates whether the BlackFrames metric is enabled or disabled.
- thresholdSeconds Integer
- Specifies the number of consecutive seconds of black frames that triggers an event or alert.
- state
FlowBlack Frames State 
- Indicates whether the BlackFrames metric is enabled or disabled.
- thresholdSeconds number
- Specifies the number of consecutive seconds of black frames that triggers an event or alert.
- state
FlowBlack Frames State 
- Indicates whether the BlackFrames metric is enabled or disabled.
- threshold_seconds int
- Specifies the number of consecutive seconds of black frames that triggers an event or alert.
- state "ENABLED" | "DISABLED"
- Indicates whether the BlackFrames metric is enabled or disabled.
- thresholdSeconds Number
- Specifies the number of consecutive seconds of black frames that triggers an event or alert.
FlowBlackFramesState, FlowBlackFramesStateArgs        
- Enabled
- ENABLED
- Disabled
- DISABLED
- FlowBlack Frames State Enabled 
- ENABLED
- FlowBlack Frames State Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
FlowEncryption, FlowEncryptionArgs    
- RoleArn 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).
- ConstantInitialization 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.
- DeviceId 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.
- KeyType 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.
- ResourceId 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.
- SecretArn 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.
- RoleArn string
- The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- Algorithm
FlowEncryption Algorithm 
- The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- ConstantInitialization 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.
- DeviceId 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.
- KeyType 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.
- ResourceId 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.
- SecretArn 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.
- roleArn String
- The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm
FlowEncryption Algorithm 
- The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constantInitialization 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.
- deviceId 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.
- keyType 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.
- resourceId 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.
- secretArn 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.
- roleArn string
- The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm
FlowEncryption Algorithm 
- The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constantInitialization 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.
- deviceId 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.
- keyType 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.
- resourceId 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.
- secretArn 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
FlowEncryption 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.
- roleArn 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).
- constantInitialization 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.
- deviceId 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.
- keyType "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.
- resourceId 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.
- secretArn 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
- FlowEncryption Algorithm Aes128 
- aes128
- FlowEncryption Algorithm Aes192 
- aes192
- FlowEncryption 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
- StaticKey 
- static-key
- SrtPassword 
- srt-password
- FlowEncryption Key Type Speke 
- speke
- FlowEncryption Key Type Static Key 
- static-key
- FlowEncryption Key Type Srt Password 
- srt-password
- Speke
- speke
- StaticKey 
- static-key
- SrtPassword 
- srt-password
- Speke
- speke
- StaticKey 
- static-key
- SrtPassword 
- srt-password
- SPEKE
- speke
- STATIC_KEY
- static-key
- SRT_PASSWORD
- srt-password
- "speke"
- speke
- "static-key"
- static-key
- "srt-password"
- srt-password
FlowFailoverConfig, FlowFailoverConfigArgs      
- FailoverMode 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.
- RecoveryWindow int
- Search window time to look for dash-7 packets
- SourcePriority 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 
- The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
- FailoverMode 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.
- RecoveryWindow int
- Search window time to look for dash-7 packets
- SourcePriority 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
FlowFailover Config State 
- The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
- failoverMode 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.
- recoveryWindow Integer
- Search window time to look for dash-7 packets
- sourcePriority 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
FlowFailover Config State 
- The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
- failoverMode 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.
- recoveryWindow number
- Search window time to look for dash-7 packets
- sourcePriority 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
FlowFailover Config State 
- The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
- 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
FlowFailover Config State 
- The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
- failoverMode "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.
- recoveryWindow Number
- Search window time to look for dash-7 packets
- sourcePriority 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"
- The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
FlowFailoverConfigFailoverMode, FlowFailoverConfigFailoverModeArgs          
- Merge
- MERGE
- Failover
- FAILOVER
- FlowFailover Config Failover Mode Merge 
- MERGE
- FlowFailover Config Failover Mode Failover 
- FAILOVER
- Merge
- MERGE
- Failover
- FAILOVER
- Merge
- MERGE
- Failover
- FAILOVER
- MERGE
- MERGE
- FAILOVER
- FAILOVER
- "MERGE"
- MERGE
- "FAILOVER"
- FAILOVER
FlowFailoverConfigSourcePriorityProperties, FlowFailoverConfigSourcePriorityPropertiesArgs            
- PrimarySource string
- The name of the source you choose as the primary source for this flow.
- PrimarySource string
- The name of the source you choose as the primary source for this flow.
- primarySource String
- The name of the source you choose as the primary source for this flow.
- primarySource 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.
- primarySource String
- The name of the source you choose as the primary source for this flow.
FlowFailoverConfigState, FlowFailoverConfigStateArgs        
- Enabled
- ENABLED
- Disabled
- DISABLED
- FlowFailover Config State Enabled 
- ENABLED
- FlowFailover Config State Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
FlowFmtp, FlowFmtpArgs    
- ChannelOrder string
- The format of the audio channel.
- Colorimetry
Pulumi.Aws Native. Media Connect. Flow Fmtp Colorimetry 
- The format used for the representation of color.
- ExactFramerate string
- The frame rate for the video stream, in frames/second. For example: 60000/1001.
- Par string
- The pixel aspect ratio (PAR) of the video.
- Range
Pulumi.Aws Native. Media Connect. Flow Fmtp Range 
- The encoding range of the video.
- ScanMode Pulumi.Aws Native. Media Connect. Flow Fmtp Scan Mode 
- The type of compression that was used to smooth the video's appearance.
- Tcs
Pulumi.Aws Native. Media Connect. Flow Fmtp Tcs 
- The transfer characteristic system (TCS) that is used in the video.
- ChannelOrder string
- The format of the audio channel.
- Colorimetry
FlowFmtp Colorimetry 
- The format used for the representation of color.
- ExactFramerate string
- The frame rate for the video stream, in frames/second. For example: 60000/1001.
- Par string
- The pixel aspect ratio (PAR) of the video.
- Range
FlowFmtp Range 
- The encoding range of the video.
- ScanMode FlowFmtp Scan Mode 
- The type of compression that was used to smooth the video's appearance.
- Tcs
FlowFmtp Tcs 
- The transfer characteristic system (TCS) that is used in the video.
- channelOrder String
- The format of the audio channel.
- colorimetry
FlowFmtp Colorimetry 
- The format used for the representation of color.
- exactFramerate String
- The frame rate for the video stream, in frames/second. For example: 60000/1001.
- par String
- The pixel aspect ratio (PAR) of the video.
- range
FlowFmtp Range 
- The encoding range of the video.
- scanMode FlowFmtp Scan Mode 
- The type of compression that was used to smooth the video's appearance.
- tcs
FlowFmtp Tcs 
- The transfer characteristic system (TCS) that is used in the video.
- channelOrder string
- The format of the audio channel.
- colorimetry
FlowFmtp Colorimetry 
- The format used for the representation of color.
- exactFramerate string
- The frame rate for the video stream, in frames/second. For example: 60000/1001.
- par string
- The pixel aspect ratio (PAR) of the video.
- range
FlowFmtp Range 
- The encoding range of the video.
- scanMode FlowFmtp Scan Mode 
- The type of compression that was used to smooth the video's appearance.
- tcs
FlowFmtp Tcs 
- The transfer characteristic system (TCS) that is used in the video.
- channel_order str
- The format of the audio channel.
- colorimetry
FlowFmtp Colorimetry 
- The format used for the representation of color.
- exact_framerate str
- The frame rate for the video stream, in frames/second. For example: 60000/1001.
- par str
- The pixel aspect ratio (PAR) of the video.
- range
FlowFmtp Range 
- The encoding range of the video.
- scan_mode FlowFmtp Scan Mode 
- The type of compression that was used to smooth the video's appearance.
- tcs
FlowFmtp Tcs 
- The transfer characteristic system (TCS) that is used in the video.
- channelOrder String
- The format of the audio channel.
- colorimetry "BT601" | "BT709" | "BT2020" | "BT2100" | "ST2065-1" | "ST2065-3" | "XYZ"
- The format used for the representation of color.
- exactFramerate String
- The frame rate for the video stream, in frames/second. For example: 60000/1001.
- par String
- The pixel aspect ratio (PAR) of the video.
- range "NARROW" | "FULL" | "FULLPROTECT"
- The encoding range of the video.
- scanMode "progressive" | "interlace" | "progressive-segmented-frame"
- The type of compression that was used to smooth the video's appearance.
- tcs "SDR" | "PQ" | "HLG" | "LINEAR" | "BT2100LINPQ" | "BT2100LINHLG" | "ST2065-1" | "ST428-1" | "DENSITY"
- The transfer characteristic system (TCS) that is used in the video.
FlowFmtpColorimetry, FlowFmtpColorimetryArgs      
- Bt601
- BT601
- Bt709
- BT709
- Bt2020
- BT2020
- Bt2100
- BT2100
- St20651
- ST2065-1
- St20653
- ST2065-3
- Xyz
- XYZ
- FlowFmtp Colorimetry Bt601 
- BT601
- FlowFmtp Colorimetry Bt709 
- BT709
- FlowFmtp Colorimetry Bt2020 
- BT2020
- FlowFmtp Colorimetry Bt2100 
- BT2100
- FlowFmtp Colorimetry St20651 
- ST2065-1
- FlowFmtp Colorimetry St20653 
- ST2065-3
- FlowFmtp Colorimetry Xyz 
- XYZ
- Bt601
- BT601
- Bt709
- BT709
- Bt2020
- BT2020
- Bt2100
- BT2100
- St20651
- ST2065-1
- St20653
- ST2065-3
- Xyz
- XYZ
- Bt601
- BT601
- Bt709
- BT709
- Bt2020
- BT2020
- Bt2100
- BT2100
- St20651
- ST2065-1
- St20653
- ST2065-3
- Xyz
- XYZ
- BT601
- BT601
- BT709
- BT709
- BT2020
- BT2020
- BT2100
- BT2100
- ST20651
- ST2065-1
- ST20653
- ST2065-3
- XYZ
- XYZ
- "BT601"
- BT601
- "BT709"
- BT709
- "BT2020"
- BT2020
- "BT2100"
- BT2100
- "ST2065-1"
- ST2065-1
- "ST2065-3"
- ST2065-3
- "XYZ"
- XYZ
FlowFmtpRange, FlowFmtpRangeArgs      
- Narrow
- NARROW
- Full
- FULL
- Fullprotect
- FULLPROTECT
- FlowFmtp Range Narrow 
- NARROW
- FlowFmtp Range Full 
- FULL
- FlowFmtp Range Fullprotect 
- FULLPROTECT
- Narrow
- NARROW
- Full
- FULL
- Fullprotect
- FULLPROTECT
- Narrow
- NARROW
- Full
- FULL
- Fullprotect
- FULLPROTECT
- NARROW
- NARROW
- FULL
- FULL
- FULLPROTECT
- FULLPROTECT
- "NARROW"
- NARROW
- "FULL"
- FULL
- "FULLPROTECT"
- FULLPROTECT
FlowFmtpScanMode, FlowFmtpScanModeArgs        
- Progressive
- progressive
- Interlace
- interlace
- ProgressiveSegmented Frame 
- progressive-segmented-frame
- FlowFmtp Scan Mode Progressive 
- progressive
- FlowFmtp Scan Mode Interlace 
- interlace
- FlowFmtp Scan Mode Progressive Segmented Frame 
- progressive-segmented-frame
- Progressive
- progressive
- Interlace
- interlace
- ProgressiveSegmented Frame 
- progressive-segmented-frame
- Progressive
- progressive
- Interlace
- interlace
- ProgressiveSegmented Frame 
- progressive-segmented-frame
- PROGRESSIVE
- progressive
- INTERLACE
- interlace
- PROGRESSIVE_SEGMENTED_FRAME
- progressive-segmented-frame
- "progressive"
- progressive
- "interlace"
- interlace
- "progressive-segmented-frame"
- progressive-segmented-frame
FlowFmtpTcs, FlowFmtpTcsArgs      
- Sdr
- SDR
- Pq
- PQ
- Hlg
- HLG
- Linear
- LINEAR
- Bt2100linpq
- BT2100LINPQ
- Bt2100linhlg
- BT2100LINHLG
- St20651
- ST2065-1
- St4281
- ST428-1
- Density
- DENSITY
- FlowFmtp Tcs Sdr 
- SDR
- FlowFmtp Tcs Pq 
- PQ
- FlowFmtp Tcs Hlg 
- HLG
- FlowFmtp Tcs Linear 
- LINEAR
- FlowFmtp Tcs Bt2100linpq 
- BT2100LINPQ
- FlowFmtp Tcs Bt2100linhlg 
- BT2100LINHLG
- FlowFmtp Tcs St20651 
- ST2065-1
- FlowFmtp Tcs St4281 
- ST428-1
- FlowFmtp Tcs Density 
- DENSITY
- Sdr
- SDR
- Pq
- PQ
- Hlg
- HLG
- Linear
- LINEAR
- Bt2100linpq
- BT2100LINPQ
- Bt2100linhlg
- BT2100LINHLG
- St20651
- ST2065-1
- St4281
- ST428-1
- Density
- DENSITY
- Sdr
- SDR
- Pq
- PQ
- Hlg
- HLG
- Linear
- LINEAR
- Bt2100linpq
- BT2100LINPQ
- Bt2100linhlg
- BT2100LINHLG
- St20651
- ST2065-1
- St4281
- ST428-1
- Density
- DENSITY
- SDR
- SDR
- PQ
- PQ
- HLG
- HLG
- LINEAR
- LINEAR
- BT2100LINPQ
- BT2100LINPQ
- BT2100LINHLG
- BT2100LINHLG
- ST20651
- ST2065-1
- ST4281
- ST428-1
- DENSITY
- DENSITY
- "SDR"
- SDR
- "PQ"
- PQ
- "HLG"
- HLG
- "LINEAR"
- LINEAR
- "BT2100LINPQ"
- BT2100LINPQ
- "BT2100LINHLG"
- BT2100LINHLG
- "ST2065-1"
- ST2065-1
- "ST428-1"
- ST428-1
- "DENSITY"
- DENSITY
FlowFrozenFrames, FlowFrozenFramesArgs      
- State
Pulumi.Aws Native. Media Connect. Flow Frozen Frames State 
- Indicates whether the FrozenFrames metric is enabled or disabled.
- ThresholdSeconds int
- Specifies the number of consecutive seconds of a static image that triggers an event or alert.
- State
FlowFrozen Frames State 
- Indicates whether the FrozenFrames metric is enabled or disabled.
- ThresholdSeconds int
- Specifies the number of consecutive seconds of a static image that triggers an event or alert.
- state
FlowFrozen Frames State 
- Indicates whether the FrozenFrames metric is enabled or disabled.
- thresholdSeconds Integer
- Specifies the number of consecutive seconds of a static image that triggers an event or alert.
- state
FlowFrozen Frames State 
- Indicates whether the FrozenFrames metric is enabled or disabled.
- thresholdSeconds number
- Specifies the number of consecutive seconds of a static image that triggers an event or alert.
- state
FlowFrozen Frames State 
- Indicates whether the FrozenFrames metric is enabled or disabled.
- threshold_seconds int
- Specifies the number of consecutive seconds of a static image that triggers an event or alert.
- state "ENABLED" | "DISABLED"
- Indicates whether the FrozenFrames metric is enabled or disabled.
- thresholdSeconds Number
- Specifies the number of consecutive seconds of a static image that triggers an event or alert.
FlowFrozenFramesState, FlowFrozenFramesStateArgs        
- Enabled
- ENABLED
- Disabled
- DISABLED
- FlowFrozen Frames State Enabled 
- ENABLED
- FlowFrozen Frames State Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
FlowGatewayBridgeSource, FlowGatewayBridgeSourceArgs        
- BridgeArn string
- The ARN of the bridge feeding this flow.
- VpcInterface Pulumi.Attachment Aws Native. Media Connect. Inputs. Flow Vpc Interface Attachment 
- The name of the VPC interface attachment to use for this bridge source.
- BridgeArn string
- The ARN of the bridge feeding this flow.
- VpcInterface FlowAttachment Vpc Interface Attachment 
- The name of the VPC interface attachment to use for this bridge source.
- bridgeArn String
- The ARN of the bridge feeding this flow.
- vpcInterface FlowAttachment Vpc Interface Attachment 
- The name of the VPC interface attachment to use for this bridge source.
- bridgeArn string
- The ARN of the bridge feeding this flow.
- vpcInterface 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.
- bridgeArn String
- The ARN of the bridge feeding this flow.
- vpcInterface Property MapAttachment 
- The name of the VPC interface attachment to use for this bridge source.
FlowInputConfiguration, FlowInputConfigurationArgs      
- InputPort int
- The port that the flow listens on for an incoming media stream.
- Interface
Pulumi.Aws Native. Media Connect. Inputs. Flow Interface 
- The VPC interface where the media stream comes in from.
- InputPort int
- The port that the flow listens on for an incoming media stream.
- Interface
FlowInterface 
- The VPC interface where the media stream comes in from.
- inputPort Integer
- The port that the flow listens on for an incoming media stream.
- interface_
FlowInterface 
- The VPC interface where the media stream comes in from.
- inputPort number
- The port that the flow listens on for an incoming media stream.
- interface
FlowInterface 
- The VPC interface where the media stream comes in from.
- input_port int
- The port that the flow listens on for an incoming media stream.
- interface
FlowInterface 
- The VPC interface where the media stream comes in from.
- inputPort Number
- The port that the flow listens on for an incoming media stream.
- interface Property Map
- The VPC interface where the media stream comes in from.
FlowInterface, FlowInterfaceArgs    
- Name string
- The name of the VPC interface that you want to use for the media stream associated with the output.
- Name string
- The name of the VPC interface that you want to use for the media stream associated with the output.
- name String
- The name of the VPC interface that you want to use for the media stream associated with the output.
- name string
- The name of the VPC interface that you want to use for the media stream associated with the output.
- name str
- The name of the VPC interface that you want to use for the media stream associated with the output.
- name String
- The name of the VPC interface that you want to use for the media stream associated with the output.
FlowMaintenance, FlowMaintenanceArgs    
- MaintenanceDay Pulumi.Aws Native. Media Connect. Flow Maintenance Maintenance Day 
- A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
- MaintenanceStart stringHour 
- UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
- MaintenanceDay FlowMaintenance Maintenance Day 
- A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
- MaintenanceStart stringHour 
- UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
- maintenanceDay FlowMaintenance Maintenance Day 
- A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
- maintenanceStart StringHour 
- UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
- maintenanceDay FlowMaintenance Maintenance Day 
- A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
- maintenanceStart stringHour 
- UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
- maintenance_day FlowMaintenance Maintenance Day 
- A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
- maintenance_start_ strhour 
- UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
- maintenanceDay "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"
- A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
- maintenanceStart StringHour 
- UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
FlowMaintenanceMaintenanceDay, FlowMaintenanceMaintenanceDayArgs        
- Monday
- Monday
- Tuesday
- Tuesday
- Wednesday
- Wednesday
- Thursday
- Thursday
- Friday
- Friday
- Saturday
- Saturday
- Sunday
- Sunday
- FlowMaintenance Maintenance Day Monday 
- Monday
- FlowMaintenance Maintenance Day Tuesday 
- Tuesday
- FlowMaintenance Maintenance Day Wednesday 
- Wednesday
- FlowMaintenance Maintenance Day Thursday 
- Thursday
- FlowMaintenance Maintenance Day Friday 
- Friday
- FlowMaintenance Maintenance Day Saturday 
- Saturday
- FlowMaintenance Maintenance Day Sunday 
- Sunday
- Monday
- Monday
- Tuesday
- Tuesday
- Wednesday
- Wednesday
- Thursday
- Thursday
- Friday
- Friday
- Saturday
- Saturday
- Sunday
- Sunday
- Monday
- Monday
- Tuesday
- Tuesday
- Wednesday
- Wednesday
- Thursday
- Thursday
- Friday
- Friday
- Saturday
- Saturday
- Sunday
- Sunday
- MONDAY
- Monday
- TUESDAY
- Tuesday
- WEDNESDAY
- Wednesday
- THURSDAY
- Thursday
- FRIDAY
- Friday
- SATURDAY
- Saturday
- SUNDAY
- Sunday
- "Monday"
- Monday
- "Tuesday"
- Tuesday
- "Wednesday"
- Wednesday
- "Thursday"
- Thursday
- "Friday"
- Friday
- "Saturday"
- Saturday
- "Sunday"
- Sunday
FlowMediaStream, FlowMediaStreamArgs      
- MediaStream intId 
- A unique identifier for the media stream.
- MediaStream stringName 
- A name that helps you distinguish one media stream from another.
- MediaStream Pulumi.Type Aws Native. Media Connect. Flow Media Stream Media Stream Type 
- The type of media stream.
- Attributes
Pulumi.Aws Native. Media Connect. Inputs. Flow Media Stream Attributes 
- Attributes that are related to the media stream.
- ClockRate int
- The sample rate for the stream. This value in measured in kHz.
- Description string
- A description that can help you quickly identify what your media stream is used for.
- Fmt int
- The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
- VideoFormat Pulumi.Aws Native. Media Connect. Flow Media Stream Video Format 
- The resolution of the video.
- MediaStream intId 
- A unique identifier for the media stream.
- MediaStream stringName 
- A name that helps you distinguish one media stream from another.
- MediaStream FlowType Media Stream Media Stream Type 
- The type of media stream.
- Attributes
FlowMedia Stream Attributes 
- Attributes that are related to the media stream.
- ClockRate int
- The sample rate for the stream. This value in measured in kHz.
- Description string
- A description that can help you quickly identify what your media stream is used for.
- Fmt int
- The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
- VideoFormat FlowMedia Stream Video Format 
- The resolution of the video.
- mediaStream IntegerId 
- A unique identifier for the media stream.
- mediaStream StringName 
- A name that helps you distinguish one media stream from another.
- mediaStream FlowType Media Stream Media Stream Type 
- The type of media stream.
- attributes
FlowMedia Stream Attributes 
- Attributes that are related to the media stream.
- clockRate Integer
- The sample rate for the stream. This value in measured in kHz.
- description String
- A description that can help you quickly identify what your media stream is used for.
- fmt Integer
- The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
- videoFormat FlowMedia Stream Video Format 
- The resolution of the video.
- mediaStream numberId 
- A unique identifier for the media stream.
- mediaStream stringName 
- A name that helps you distinguish one media stream from another.
- mediaStream FlowType Media Stream Media Stream Type 
- The type of media stream.
- attributes
FlowMedia Stream Attributes 
- Attributes that are related to the media stream.
- clockRate number
- The sample rate for the stream. This value in measured in kHz.
- description string
- A description that can help you quickly identify what your media stream is used for.
- fmt number
- The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
- videoFormat FlowMedia Stream Video Format 
- The resolution of the video.
- media_stream_ intid 
- A unique identifier for the media stream.
- media_stream_ strname 
- A name that helps you distinguish one media stream from another.
- media_stream_ Flowtype Media Stream Media Stream Type 
- The type of media stream.
- attributes
FlowMedia Stream Attributes 
- Attributes that are related to the media stream.
- clock_rate int
- The sample rate for the stream. This value in measured in kHz.
- description str
- A description that can help you quickly identify what your media stream is used for.
- fmt int
- The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
- video_format FlowMedia Stream Video Format 
- The resolution of the video.
- mediaStream NumberId 
- A unique identifier for the media stream.
- mediaStream StringName 
- A name that helps you distinguish one media stream from another.
- mediaStream "video" | "audio" | "ancillary-data"Type 
- The type of media stream.
- attributes Property Map
- Attributes that are related to the media stream.
- clockRate Number
- The sample rate for the stream. This value in measured in kHz.
- description String
- A description that can help you quickly identify what your media stream is used for.
- fmt Number
- The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
- videoFormat "2160p" | "1080p" | "1080i" | "720p" | "480p"
- The resolution of the video.
FlowMediaStreamAttributes, FlowMediaStreamAttributesArgs        
- Fmtp
Pulumi.Aws Native. Media Connect. Inputs. Flow Fmtp 
- A set of parameters that define the media stream.
- Lang string
- The audio language, in a format that is recognized by the receiver.
- fmtp Property Map
- A set of parameters that define the media stream.
- lang String
- The audio language, in a format that is recognized by the receiver.
FlowMediaStreamMediaStreamType, FlowMediaStreamMediaStreamTypeArgs            
- Video
- video
- Audio
- audio
- AncillaryData 
- ancillary-data
- FlowMedia Stream Media Stream Type Video 
- video
- FlowMedia Stream Media Stream Type Audio 
- audio
- FlowMedia Stream Media Stream Type Ancillary Data 
- ancillary-data
- Video
- video
- Audio
- audio
- AncillaryData 
- ancillary-data
- Video
- video
- Audio
- audio
- AncillaryData 
- ancillary-data
- VIDEO
- video
- AUDIO
- audio
- ANCILLARY_DATA
- ancillary-data
- "video"
- video
- "audio"
- audio
- "ancillary-data"
- ancillary-data
FlowMediaStreamSourceConfiguration, FlowMediaStreamSourceConfigurationArgs          
- EncodingName Pulumi.Aws Native. Media Connect. Flow Media Stream Source Configuration Encoding Name 
- The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
- MediaStream stringName 
- A name that helps you distinguish one media stream from another.
- InputConfigurations List<Pulumi.Aws Native. Media Connect. Inputs. Flow Input Configuration> 
- The media streams that you want to associate with the source.
- EncodingName FlowMedia Stream Source Configuration Encoding Name 
- The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
- MediaStream stringName 
- A name that helps you distinguish one media stream from another.
- InputConfigurations []FlowInput Configuration 
- The media streams that you want to associate with the source.
- encodingName FlowMedia Stream Source Configuration Encoding Name 
- The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
- mediaStream StringName 
- A name that helps you distinguish one media stream from another.
- inputConfigurations List<FlowInput Configuration> 
- The media streams that you want to associate with the source.
- encodingName FlowMedia Stream Source Configuration Encoding Name 
- The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
- mediaStream stringName 
- A name that helps you distinguish one media stream from another.
- inputConfigurations FlowInput Configuration[] 
- The media streams that you want to associate with the source.
- encoding_name FlowMedia Stream Source Configuration Encoding Name 
- The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
- media_stream_ strname 
- A name that helps you distinguish one media stream from another.
- input_configurations Sequence[FlowInput Configuration] 
- The media streams that you want to associate with the source.
- encodingName "jxsv" | "raw" | "smpte291" | "pcm"
- The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
- mediaStream StringName 
- A name that helps you distinguish one media stream from another.
- inputConfigurations List<Property Map>
- The media streams that you want to associate with the source.
FlowMediaStreamSourceConfigurationEncodingName, FlowMediaStreamSourceConfigurationEncodingNameArgs              
- Jxsv
- jxsv
- Raw
- raw
- Smpte291
- smpte291
- Pcm
- pcm
- FlowMedia Stream Source Configuration Encoding Name Jxsv 
- jxsv
- FlowMedia Stream Source Configuration Encoding Name Raw 
- raw
- FlowMedia Stream Source Configuration Encoding Name Smpte291 
- smpte291
- FlowMedia Stream Source Configuration Encoding Name Pcm 
- pcm
- Jxsv
- jxsv
- Raw
- raw
- Smpte291
- smpte291
- Pcm
- pcm
- Jxsv
- jxsv
- Raw
- raw
- Smpte291
- smpte291
- Pcm
- pcm
- JXSV
- jxsv
- RAW
- raw
- SMPTE291
- smpte291
- PCM
- pcm
- "jxsv"
- jxsv
- "raw"
- raw
- "smpte291"
- smpte291
- "pcm"
- pcm
FlowMediaStreamVideoFormat, FlowMediaStreamVideoFormatArgs          
- FlowMedia Stream Video Format_2160p 
- 2160p
- FlowMedia Stream Video Format_1080p 
- 1080p
- FlowMedia Stream Video Format_1080i 
- 1080i
- FlowMedia Stream Video Format_720p 
- 720p
- FlowMedia Stream Video Format_480p 
- 480p
- FlowMedia Stream Video Format_2160p 
- 2160p
- FlowMedia Stream Video Format_1080p 
- 1080p
- FlowMedia Stream Video Format_1080i 
- 1080i
- FlowMedia Stream Video Format_720p 
- 720p
- FlowMedia Stream Video Format_480p 
- 480p
- _2160p
- 2160p
- _1080p
- 1080p
- _1080i
- 1080i
- _720p
- 720p
- _480p
- 480p
- FlowMedia Stream Video Format_2160p 
- 2160p
- FlowMedia Stream Video Format_1080p 
- 1080p
- FlowMedia Stream Video Format_1080i 
- 1080i
- FlowMedia Stream Video Format_720p 
- 720p
- FlowMedia Stream Video Format_480p 
- 480p
- FLOW_MEDIA_STREAM_VIDEO_FORMAT_2160P
- 2160p
- FLOW_MEDIA_STREAM_VIDEO_FORMAT_1080P
- 1080p
- FLOW_MEDIA_STREAM_VIDEO_FORMAT_1080I
- 1080i
- FLOW_MEDIA_STREAM_VIDEO_FORMAT_720P
- 720p
- FLOW_MEDIA_STREAM_VIDEO_FORMAT_480P
- 480p
- "2160p"
- 2160p
- "1080p"
- 1080p
- "1080i"
- 1080i
- "720p"
- 720p
- "480p"
- 480p
FlowSilentAudio, FlowSilentAudioArgs      
- State
Pulumi.Aws Native. Media Connect. Flow Silent Audio State 
- Indicates whether the SilentAudio metric is enabled or disabled.
- ThresholdSeconds int
- Specifies the number of consecutive seconds of silence that triggers an event or alert.
- State
FlowSilent Audio State 
- Indicates whether the SilentAudio metric is enabled or disabled.
- ThresholdSeconds int
- Specifies the number of consecutive seconds of silence that triggers an event or alert.
- state
FlowSilent Audio State 
- Indicates whether the SilentAudio metric is enabled or disabled.
- thresholdSeconds Integer
- Specifies the number of consecutive seconds of silence that triggers an event or alert.
- state
FlowSilent Audio State 
- Indicates whether the SilentAudio metric is enabled or disabled.
- thresholdSeconds number
- Specifies the number of consecutive seconds of silence that triggers an event or alert.
- state
FlowSilent Audio State 
- Indicates whether the SilentAudio metric is enabled or disabled.
- threshold_seconds int
- Specifies the number of consecutive seconds of silence that triggers an event or alert.
- state "ENABLED" | "DISABLED"
- Indicates whether the SilentAudio metric is enabled or disabled.
- thresholdSeconds Number
- Specifies the number of consecutive seconds of silence that triggers an event or alert.
FlowSilentAudioState, FlowSilentAudioStateArgs        
- Enabled
- ENABLED
- Disabled
- DISABLED
- FlowSilent Audio State Enabled 
- ENABLED
- FlowSilent Audio State Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
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.
- 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.
- GatewayBridge Pulumi.Source Aws Native. Media Connect. Inputs. Flow Gateway Bridge Source 
- The source configuration for cloud flows receiving a stream from a bridge.
- IngestIp string
- The IP address that the flow will be listening on for incoming content.
- IngestPort int
- The port that the flow will be listening on for incoming content.
- MaxBitrate int
- The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- MaxLatency int
- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- MaxSync intBuffer 
- The size of the buffer (in milliseconds) to use to sync incoming source data.
- MediaStream List<Pulumi.Source Configurations Aws Native. Media Connect. Inputs. Flow Media Stream Source Configuration> 
- The media stream that is associated with the source, and the parameters for that association.
- MinLatency 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.
- SenderControl intPort 
- The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- SenderIp stringAddress 
- The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- SourceArn string
- The ARN of the source.
- SourceIngest stringPort 
- The port that the flow will be listening on for incoming content.(ReadOnly)
- SourceListener stringAddress 
- Source IP or domain name for SRT-caller protocol.
- SourceListener intPort 
- Source port for SRT-caller protocol.
- StreamId string
- The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- VpcInterface stringName 
- The name of the VPC Interface this Source is configured with.
- 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.
- Decryption
FlowEncryption 
- 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.
- 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.
- GatewayBridge FlowSource Gateway Bridge Source 
- The source configuration for cloud flows receiving a stream from a bridge.
- IngestIp string
- The IP address that the flow will be listening on for incoming content.
- IngestPort int
- The port that the flow will be listening on for incoming content.
- MaxBitrate int
- The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- MaxLatency int
- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- MaxSync intBuffer 
- The size of the buffer (in milliseconds) to use to sync incoming source data.
- MediaStream []FlowSource Configurations Media Stream Source Configuration 
- The media stream that is associated with the source, and the parameters for that association.
- MinLatency int
- The minimum latency in milliseconds.
- Name string
- The name of the source.
- Protocol
FlowSource Protocol 
- The protocol that is used by the source.
- SenderControl intPort 
- The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- SenderIp stringAddress 
- The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- SourceArn string
- The ARN of the source.
- SourceIngest stringPort 
- The port that the flow will be listening on for incoming content.(ReadOnly)
- SourceListener stringAddress 
- Source IP or domain name for SRT-caller protocol.
- SourceListener intPort 
- Source port for SRT-caller protocol.
- StreamId string
- The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- VpcInterface stringName 
- The name of the VPC Interface this Source is configured with.
- 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.
- decryption
FlowEncryption 
- 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.
- 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.
- gatewayBridge FlowSource Gateway Bridge Source 
- The source configuration for cloud flows receiving a stream from a bridge.
- ingestIp String
- The IP address that the flow will be listening on for incoming content.
- ingestPort Integer
- The port that the flow will be listening on for incoming content.
- maxBitrate Integer
- The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- maxLatency Integer
- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- maxSync IntegerBuffer 
- The size of the buffer (in milliseconds) to use to sync incoming source data.
- mediaStream List<FlowSource Configurations Media Stream Source Configuration> 
- The media stream that is associated with the source, and the parameters for that association.
- minLatency Integer
- The minimum latency in milliseconds.
- name String
- The name of the source.
- protocol
FlowSource Protocol 
- The protocol that is used by the source.
- senderControl IntegerPort 
- The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- senderIp StringAddress 
- The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- sourceArn String
- The ARN of the source.
- sourceIngest StringPort 
- The port that the flow will be listening on for incoming content.(ReadOnly)
- sourceListener StringAddress 
- Source IP or domain name for SRT-caller protocol.
- sourceListener IntegerPort 
- Source port for SRT-caller protocol.
- streamId String
- The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpcInterface StringName 
- The name of the VPC Interface this Source is configured with.
- 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.
- decryption
FlowEncryption 
- 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.
- 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.
- gatewayBridge FlowSource Gateway Bridge Source 
- The source configuration for cloud flows receiving a stream from a bridge.
- ingestIp string
- The IP address that the flow will be listening on for incoming content.
- ingestPort number
- The port that the flow will be listening on for incoming content.
- maxBitrate number
- The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- maxLatency number
- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- maxSync numberBuffer 
- The size of the buffer (in milliseconds) to use to sync incoming source data.
- mediaStream FlowSource Configurations Media Stream Source Configuration[] 
- The media stream that is associated with the source, and the parameters for that association.
- minLatency number
- The minimum latency in milliseconds.
- name string
- The name of the source.
- protocol
FlowSource Protocol 
- The protocol that is used by the source.
- senderControl numberPort 
- The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- senderIp stringAddress 
- The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- sourceArn string
- The ARN of the source.
- sourceIngest stringPort 
- The port that the flow will be listening on for incoming content.(ReadOnly)
- sourceListener stringAddress 
- Source IP or domain name for SRT-caller protocol.
- sourceListener numberPort 
- Source port for SRT-caller protocol.
- streamId string
- The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpcInterface stringName 
- The name of the VPC Interface this Source is configured with.
- 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.
- decryption
FlowEncryption 
- 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.
- max_sync_ intbuffer 
- The size of the buffer (in milliseconds) to use to sync incoming source data.
- media_stream_ Sequence[Flowsource_ configurations Media Stream Source Configuration] 
- The media stream that is associated with the source, and the parameters for that association.
- min_latency int
- The minimum latency in milliseconds.
- name str
- The name of the source.
- protocol
FlowSource 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.
- 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.
- gatewayBridge Property MapSource 
- The source configuration for cloud flows receiving a stream from a bridge.
- ingestIp String
- The IP address that the flow will be listening on for incoming content.
- ingestPort Number
- The port that the flow will be listening on for incoming content.
- maxBitrate Number
- The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- maxLatency Number
- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- maxSync NumberBuffer 
- The size of the buffer (in milliseconds) to use to sync incoming source data.
- mediaStream List<Property Map>Source Configurations 
- The media stream that is associated with the source, and the parameters for that association.
- minLatency 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" | "st2110-jpegxs" | "cdi"
- The protocol that is used by the source.
- senderControl NumberPort 
- The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- senderIp StringAddress 
- The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- sourceArn String
- The ARN of the source.
- sourceIngest StringPort 
- The port that the flow will be listening on for incoming content.(ReadOnly)
- sourceListener StringAddress 
- Source IP or domain name for SRT-caller protocol.
- sourceListener NumberPort 
- Source port for SRT-caller protocol.
- streamId String
- The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpcInterface StringName 
- The name of the VPC Interface this Source is configured with.
- 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.
FlowSourceMonitoringConfig, FlowSourceMonitoringConfigArgs        
- AudioMonitoring List<Pulumi.Settings Aws Native. Media Connect. Inputs. Flow Audio Monitoring Setting> 
- Contains the settings for audio stream metrics monitoring.
- ContentQuality Pulumi.Analysis State Aws Native. Media Connect. Flow Source Monitoring Config Content Quality Analysis State 
- Indicates whether content quality analysis is enabled or disabled.
- ThumbnailState Pulumi.Aws Native. Media Connect. Flow Source Monitoring Config Thumbnail State 
- The state of thumbnail monitoring.
- VideoMonitoring List<Pulumi.Settings Aws Native. Media Connect. Inputs. Flow Video Monitoring Setting> 
- Contains the settings for video stream metrics monitoring.
- AudioMonitoring []FlowSettings Audio Monitoring Setting 
- Contains the settings for audio stream metrics monitoring.
- ContentQuality FlowAnalysis State Source Monitoring Config Content Quality Analysis State 
- Indicates whether content quality analysis is enabled or disabled.
- ThumbnailState FlowSource Monitoring Config Thumbnail State 
- The state of thumbnail monitoring.
- VideoMonitoring []FlowSettings Video Monitoring Setting 
- Contains the settings for video stream metrics monitoring.
- audioMonitoring List<FlowSettings Audio Monitoring Setting> 
- Contains the settings for audio stream metrics monitoring.
- contentQuality FlowAnalysis State Source Monitoring Config Content Quality Analysis State 
- Indicates whether content quality analysis is enabled or disabled.
- thumbnailState FlowSource Monitoring Config Thumbnail State 
- The state of thumbnail monitoring.
- videoMonitoring List<FlowSettings Video Monitoring Setting> 
- Contains the settings for video stream metrics monitoring.
- audioMonitoring FlowSettings Audio Monitoring Setting[] 
- Contains the settings for audio stream metrics monitoring.
- contentQuality FlowAnalysis State Source Monitoring Config Content Quality Analysis State 
- Indicates whether content quality analysis is enabled or disabled.
- thumbnailState FlowSource Monitoring Config Thumbnail State 
- The state of thumbnail monitoring.
- videoMonitoring FlowSettings Video Monitoring Setting[] 
- Contains the settings for video stream metrics monitoring.
- audio_monitoring_ Sequence[Flowsettings Audio Monitoring Setting] 
- Contains the settings for audio stream metrics monitoring.
- content_quality_ Flowanalysis_ state Source Monitoring Config Content Quality Analysis State 
- Indicates whether content quality analysis is enabled or disabled.
- thumbnail_state FlowSource Monitoring Config Thumbnail State 
- The state of thumbnail monitoring.
- video_monitoring_ Sequence[Flowsettings Video Monitoring Setting] 
- Contains the settings for video stream metrics monitoring.
- audioMonitoring List<Property Map>Settings 
- Contains the settings for audio stream metrics monitoring.
- contentQuality "ENABLED" | "DISABLED"Analysis State 
- Indicates whether content quality analysis is enabled or disabled.
- thumbnailState "ENABLED" | "DISABLED"
- The state of thumbnail monitoring.
- videoMonitoring List<Property Map>Settings 
- Contains the settings for video stream metrics monitoring.
FlowSourceMonitoringConfigContentQualityAnalysisState, FlowSourceMonitoringConfigContentQualityAnalysisStateArgs                
- Enabled
- ENABLED
- Disabled
- DISABLED
- FlowSource Monitoring Config Content Quality Analysis State Enabled 
- ENABLED
- FlowSource Monitoring Config Content Quality Analysis State Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
FlowSourceMonitoringConfigThumbnailState, FlowSourceMonitoringConfigThumbnailStateArgs            
- Enabled
- ENABLED
- Disabled
- DISABLED
- FlowSource Monitoring Config Thumbnail State Enabled 
- ENABLED
- FlowSource Monitoring Config Thumbnail State Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
FlowSourceProtocol, FlowSourceProtocolArgs      
- ZixiPush 
- zixi-push
- RtpFec 
- rtp-fec
- Rtp
- rtp
- Rist
- rist
- FujitsuQos 
- fujitsu-qos
- SrtListener 
- srt-listener
- SrtCaller 
- srt-caller
- St2110Jpegxs
- st2110-jpegxs
- Cdi
- cdi
- FlowSource Protocol Zixi Push 
- zixi-push
- FlowSource Protocol Rtp Fec 
- rtp-fec
- FlowSource Protocol Rtp 
- rtp
- FlowSource Protocol Rist 
- rist
- FlowSource Protocol Fujitsu Qos 
- fujitsu-qos
- FlowSource Protocol Srt Listener 
- srt-listener
- FlowSource Protocol Srt Caller 
- srt-caller
- FlowSource Protocol St2110Jpegxs 
- st2110-jpegxs
- FlowSource Protocol Cdi 
- cdi
- ZixiPush 
- zixi-push
- RtpFec 
- rtp-fec
- Rtp
- rtp
- Rist
- rist
- FujitsuQos 
- fujitsu-qos
- SrtListener 
- srt-listener
- SrtCaller 
- srt-caller
- St2110Jpegxs
- st2110-jpegxs
- Cdi
- cdi
- ZixiPush 
- zixi-push
- RtpFec 
- rtp-fec
- Rtp
- rtp
- Rist
- rist
- FujitsuQos 
- fujitsu-qos
- SrtListener 
- srt-listener
- SrtCaller 
- srt-caller
- St2110Jpegxs
- st2110-jpegxs
- Cdi
- cdi
- ZIXI_PUSH
- zixi-push
- RTP_FEC
- rtp-fec
- RTP
- rtp
- RIST
- rist
- FUJITSU_QOS
- fujitsu-qos
- SRT_LISTENER
- srt-listener
- SRT_CALLER
- srt-caller
- ST2110_JPEGXS
- st2110-jpegxs
- CDI
- cdi
- "zixi-push"
- zixi-push
- "rtp-fec"
- rtp-fec
- "rtp"
- rtp
- "rist"
- rist
- "fujitsu-qos"
- fujitsu-qos
- "srt-listener"
- srt-listener
- "srt-caller"
- srt-caller
- "st2110-jpegxs"
- st2110-jpegxs
- "cdi"
- cdi
FlowVideoMonitoringSetting, FlowVideoMonitoringSettingArgs        
- BlackFrames Pulumi.Aws Native. Media Connect. Inputs. Flow Black Frames 
- Detects video frames that are black.
- FrozenFrames Pulumi.Aws Native. Media Connect. Inputs. Flow Frozen Frames 
- Detects video frames that have not changed.
- BlackFrames FlowBlack Frames 
- Detects video frames that are black.
- FrozenFrames FlowFrozen Frames 
- Detects video frames that have not changed.
- blackFrames FlowBlack Frames 
- Detects video frames that are black.
- frozenFrames FlowFrozen Frames 
- Detects video frames that have not changed.
- blackFrames FlowBlack Frames 
- Detects video frames that are black.
- frozenFrames FlowFrozen Frames 
- Detects video frames that have not changed.
- black_frames FlowBlack Frames 
- Detects video frames that are black.
- frozen_frames FlowFrozen Frames 
- Detects video frames that have not changed.
- blackFrames Property Map
- Detects video frames that are black.
- frozenFrames Property Map
- Detects video frames that have not changed.
FlowVpcInterface, FlowVpcInterfaceArgs      
- Name string
- Immutable and has to be a unique against other VpcInterfaces in this Flow.
- RoleArn string
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- SecurityGroup List<string>Ids 
- Security Group IDs to be used on ENI.
- SubnetId string
- Subnet must be in the AZ of the Flow
- NetworkInterface List<string>Ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- NetworkInterface Pulumi.Type Aws Native. Media Connect. Flow Vpc Interface Network Interface Type 
- The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA.
- Name string
- Immutable and has to be a unique against other VpcInterfaces in this Flow.
- RoleArn string
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- SecurityGroup []stringIds 
- Security Group IDs to be used on ENI.
- SubnetId string
- Subnet must be in the AZ of the Flow
- NetworkInterface []stringIds 
- IDs of the network interfaces created in customer's account by MediaConnect.
- NetworkInterface FlowType Vpc Interface Network Interface Type 
- The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA.
- name String
- Immutable and has to be a unique against other VpcInterfaces in this Flow.
- roleArn String
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- securityGroup List<String>Ids 
- Security Group IDs to be used on ENI.
- subnetId String
- Subnet must be in the AZ of the Flow
- networkInterface List<String>Ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- networkInterface FlowType Vpc Interface Network Interface Type 
- The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA.
- name string
- Immutable and has to be a unique against other VpcInterfaces in this Flow.
- roleArn string
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- securityGroup string[]Ids 
- Security Group IDs to be used on ENI.
- subnetId string
- Subnet must be in the AZ of the Flow
- networkInterface string[]Ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- networkInterface FlowType Vpc Interface Network Interface Type 
- The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA.
- name str
- Immutable and has to be a unique against other VpcInterfaces in this Flow.
- role_arn str
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- security_group_ Sequence[str]ids 
- Security Group IDs to be used on ENI.
- subnet_id str
- Subnet must be in the AZ of the Flow
- network_interface_ Sequence[str]ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- network_interface_ Flowtype Vpc Interface Network Interface Type 
- The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA.
- name String
- Immutable and has to be a unique against other VpcInterfaces in this Flow.
- roleArn String
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- securityGroup List<String>Ids 
- Security Group IDs to be used on ENI.
- subnetId String
- Subnet must be in the AZ of the Flow
- networkInterface List<String>Ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- networkInterface "ena" | "efa"Type 
- The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA.
FlowVpcInterfaceAttachment, FlowVpcInterfaceAttachmentArgs        
- VpcInterface stringName 
- The name of the VPC interface to use for this resource.
- VpcInterface stringName 
- The name of the VPC interface to use for this resource.
- vpcInterface StringName 
- The name of the VPC interface to use for this resource.
- vpcInterface 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.
- vpcInterface StringName 
- The name of the VPC interface to use for this resource.
FlowVpcInterfaceNetworkInterfaceType, FlowVpcInterfaceNetworkInterfaceTypeArgs            
- Ena
- ena
- Efa
- efa
- FlowVpc Interface Network Interface Type Ena 
- ena
- FlowVpc Interface Network Interface Type Efa 
- efa
- Ena
- ena
- Efa
- efa
- Ena
- ena
- Efa
- efa
- ENA
- ena
- EFA
- efa
- "ena"
- ena
- "efa"
- efa
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.