1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. mediaconnect
  5. getFlow

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.mediaconnect.getFlow

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource schema for AWS::MediaConnect::Flow

Using getFlow

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getFlow(args: GetFlowArgs, opts?: InvokeOptions): Promise<GetFlowResult>
function getFlowOutput(args: GetFlowOutputArgs, opts?: InvokeOptions): Output<GetFlowResult>
Copy
def get_flow(flow_arn: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetFlowResult
def get_flow_output(flow_arn: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetFlowResult]
Copy
func LookupFlow(ctx *Context, args *LookupFlowArgs, opts ...InvokeOption) (*LookupFlowResult, error)
func LookupFlowOutput(ctx *Context, args *LookupFlowOutputArgs, opts ...InvokeOption) LookupFlowResultOutput
Copy

> Note: This function is named LookupFlow in the Go SDK.

public static class GetFlow 
{
    public static Task<GetFlowResult> InvokeAsync(GetFlowArgs args, InvokeOptions? opts = null)
    public static Output<GetFlowResult> Invoke(GetFlowInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetFlowResult> getFlow(GetFlowArgs args, InvokeOptions options)
public static Output<GetFlowResult> getFlow(GetFlowArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:mediaconnect:getFlow
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FlowArn This property is required. string
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
FlowArn This property is required. string
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
flowArn This property is required. String
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
flowArn This property is required. string
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
flow_arn This property is required. str
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
flowArn This property is required. String
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.

getFlow Result

The following output properties are available:

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.
FlowAvailabilityZone string
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
Maintenance Pulumi.AwsNative.MediaConnect.Outputs.FlowMaintenance
The maintenance settings you want to use for the flow.
MediaStreams List<Pulumi.AwsNative.MediaConnect.Outputs.FlowMediaStream>
The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
Source Pulumi.AwsNative.MediaConnect.Outputs.FlowSource
The source of the flow.
SourceFailoverConfig Pulumi.AwsNative.MediaConnect.Outputs.FlowFailoverConfig
The source failover config of the flow.
SourceMonitoringConfig Pulumi.AwsNative.MediaConnect.Outputs.FlowSourceMonitoringConfig
The source monitoring config of the flow.
VpcInterfaces List<Pulumi.AwsNative.MediaConnect.Outputs.FlowVpcInterface>
The VPC interfaces that you added to this flow.
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.
FlowAvailabilityZone string
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
Maintenance FlowMaintenance
The maintenance settings you want to use for the flow.
MediaStreams []FlowMediaStream
The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
Source FlowSourceType
The source of the flow.
SourceFailoverConfig FlowFailoverConfig
The source failover config of the flow.
SourceMonitoringConfig FlowSourceMonitoringConfig
The source monitoring config of the flow.
VpcInterfaces []FlowVpcInterfaceType
The VPC interfaces that you added to this flow.
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.
flowAvailabilityZone String
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
maintenance FlowMaintenance
The maintenance settings you want to use for the flow.
mediaStreams List<FlowMediaStream>
The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
source FlowSource
The source of the flow.
sourceFailoverConfig FlowFailoverConfig
The source failover config of the flow.
sourceMonitoringConfig FlowSourceMonitoringConfig
The source monitoring config of the flow.
vpcInterfaces List<FlowVpcInterface>
The VPC interfaces that you added to this flow.
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.
flowAvailabilityZone string
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
maintenance FlowMaintenance
The maintenance settings you want to use for the flow.
mediaStreams FlowMediaStream[]
The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
source FlowSource
The source of the flow.
sourceFailoverConfig FlowFailoverConfig
The source failover config of the flow.
sourceMonitoringConfig FlowSourceMonitoringConfig
The source monitoring config of the flow.
vpcInterfaces FlowVpcInterface[]
The VPC interfaces that you added to this flow.
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_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.(ReadOnly)
maintenance FlowMaintenance
The maintenance settings you want to use for the flow.
media_streams Sequence[FlowMediaStream]
The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
source FlowSource
The source of the flow.
source_failover_config FlowFailoverConfig
The source failover config of the flow.
source_monitoring_config FlowSourceMonitoringConfig
The source monitoring config of the flow.
vpc_interfaces Sequence[FlowVpcInterface]
The VPC interfaces that you added to this flow.
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.
flowAvailabilityZone String
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.(ReadOnly)
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.
source Property Map
The source of the flow.
sourceFailoverConfig Property Map
The source failover config of the flow.
sourceMonitoringConfig Property Map
The source monitoring config of the flow.
vpcInterfaces List<Property Map>
The VPC interfaces that you added to this flow.

Supporting Types

FlowAudioMonitoringSetting

SilentAudio FlowSilentAudio
Detects periods of silence.
silentAudio FlowSilentAudio
Detects periods of silence.
silentAudio FlowSilentAudio
Detects periods of silence.
silent_audio FlowSilentAudio
Detects periods of silence.
silentAudio Property Map
Detects periods of silence.

FlowBlackFrames

State Pulumi.AwsNative.MediaConnect.FlowBlackFramesState
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 FlowBlackFramesState
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 FlowBlackFramesState
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 FlowBlackFramesState
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 FlowBlackFramesState
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

FlowEncryption

RoleArn This property is required. string
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
Algorithm Pulumi.AwsNative.MediaConnect.FlowEncryptionAlgorithm
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
ConstantInitializationVector string
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.AwsNative.MediaConnect.FlowEncryptionKeyType
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 This property is required. string
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
Algorithm FlowEncryptionAlgorithm
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
ConstantInitializationVector string
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 FlowEncryptionKeyType
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 This property is required. String
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
algorithm FlowEncryptionAlgorithm
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
constantInitializationVector String
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 FlowEncryptionKeyType
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 This property is required. string
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
algorithm FlowEncryptionAlgorithm
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
constantInitializationVector string
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 FlowEncryptionKeyType
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 This property is required. str
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
algorithm FlowEncryptionAlgorithm
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
constant_initialization_vector str
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 FlowEncryptionKeyType
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 This property is required. 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).
constantInitializationVector String
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

FlowEncryptionKeyType

FlowFailoverConfig

FailoverMode Pulumi.AwsNative.MediaConnect.FlowFailoverConfigFailoverMode
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.AwsNative.MediaConnect.Inputs.FlowFailoverConfigSourcePriorityProperties
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.AwsNative.MediaConnect.FlowFailoverConfigState
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 FlowFailoverConfigFailoverMode
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 FlowFailoverConfigSourcePriorityProperties
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 FlowFailoverConfigState
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 FlowFailoverConfigFailoverMode
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 FlowFailoverConfigSourcePriorityProperties
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 FlowFailoverConfigState
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 FlowFailoverConfigFailoverMode
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 FlowFailoverConfigSourcePriorityProperties
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 FlowFailoverConfigState
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 FlowFailoverConfigFailoverMode
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 FlowFailoverConfigSourcePriorityProperties
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 FlowFailoverConfigState
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

FlowFailoverConfigSourcePriorityProperties

PrimarySource This property is required. string
The name of the source you choose as the primary source for this flow.
PrimarySource This property is required. string
The name of the source you choose as the primary source for this flow.
primarySource This property is required. String
The name of the source you choose as the primary source for this flow.
primarySource This property is required. string
The name of the source you choose as the primary source for this flow.
primary_source This property is required. str
The name of the source you choose as the primary source for this flow.
primarySource This property is required. String
The name of the source you choose as the primary source for this flow.

FlowFailoverConfigState

FlowFmtp

ChannelOrder string
The format of the audio channel.
Colorimetry Pulumi.AwsNative.MediaConnect.FlowFmtpColorimetry
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.AwsNative.MediaConnect.FlowFmtpRange
The encoding range of the video.
ScanMode Pulumi.AwsNative.MediaConnect.FlowFmtpScanMode
The type of compression that was used to smooth the video's appearance.
Tcs Pulumi.AwsNative.MediaConnect.FlowFmtpTcs
The transfer characteristic system (TCS) that is used in the video.
ChannelOrder string
The format of the audio channel.
Colorimetry FlowFmtpColorimetry
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 FlowFmtpRange
The encoding range of the video.
ScanMode FlowFmtpScanMode
The type of compression that was used to smooth the video's appearance.
Tcs FlowFmtpTcs
The transfer characteristic system (TCS) that is used in the video.
channelOrder String
The format of the audio channel.
colorimetry FlowFmtpColorimetry
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 FlowFmtpRange
The encoding range of the video.
scanMode FlowFmtpScanMode
The type of compression that was used to smooth the video's appearance.
tcs FlowFmtpTcs
The transfer characteristic system (TCS) that is used in the video.
channelOrder string
The format of the audio channel.
colorimetry FlowFmtpColorimetry
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 FlowFmtpRange
The encoding range of the video.
scanMode FlowFmtpScanMode
The type of compression that was used to smooth the video's appearance.
tcs FlowFmtpTcs
The transfer characteristic system (TCS) that is used in the video.
channel_order str
The format of the audio channel.
colorimetry FlowFmtpColorimetry
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 FlowFmtpRange
The encoding range of the video.
scan_mode FlowFmtpScanMode
The type of compression that was used to smooth the video's appearance.
tcs FlowFmtpTcs
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

FlowFmtpRange

FlowFmtpScanMode

FlowFmtpTcs

FlowFrozenFrames

State Pulumi.AwsNative.MediaConnect.FlowFrozenFramesState
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 FlowFrozenFramesState
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 FlowFrozenFramesState
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 FlowFrozenFramesState
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 FlowFrozenFramesState
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

FlowGatewayBridgeSource

BridgeArn This property is required. string
The ARN of the bridge feeding this flow.
VpcInterfaceAttachment Pulumi.AwsNative.MediaConnect.Inputs.FlowVpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
BridgeArn This property is required. string
The ARN of the bridge feeding this flow.
VpcInterfaceAttachment FlowVpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
bridgeArn This property is required. String
The ARN of the bridge feeding this flow.
vpcInterfaceAttachment FlowVpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
bridgeArn This property is required. string
The ARN of the bridge feeding this flow.
vpcInterfaceAttachment FlowVpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
bridge_arn This property is required. str
The ARN of the bridge feeding this flow.
vpc_interface_attachment FlowVpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
bridgeArn This property is required. String
The ARN of the bridge feeding this flow.
vpcInterfaceAttachment Property Map
The name of the VPC interface attachment to use for this bridge source.

FlowInputConfiguration

InputPort This property is required. int
The port that the flow listens on for an incoming media stream.
Interface This property is required. Pulumi.AwsNative.MediaConnect.Inputs.FlowInterface
The VPC interface where the media stream comes in from.
InputPort This property is required. int
The port that the flow listens on for an incoming media stream.
Interface This property is required. FlowInterface
The VPC interface where the media stream comes in from.
inputPort This property is required. Integer
The port that the flow listens on for an incoming media stream.
interface_ This property is required. FlowInterface
The VPC interface where the media stream comes in from.
inputPort This property is required. number
The port that the flow listens on for an incoming media stream.
interface This property is required. FlowInterface
The VPC interface where the media stream comes in from.
input_port This property is required. int
The port that the flow listens on for an incoming media stream.
interface This property is required. FlowInterface
The VPC interface where the media stream comes in from.
inputPort This property is required. Number
The port that the flow listens on for an incoming media stream.
interface This property is required. Property Map
The VPC interface where the media stream comes in from.

FlowInterface

Name This property is required. string
The name of the VPC interface that you want to use for the media stream associated with the output.
Name This property is required. string
The name of the VPC interface that you want to use for the media stream associated with the output.
name This property is required. String
The name of the VPC interface that you want to use for the media stream associated with the output.
name This property is required. string
The name of the VPC interface that you want to use for the media stream associated with the output.
name This property is required. str
The name of the VPC interface that you want to use for the media stream associated with the output.
name This property is required. String
The name of the VPC interface that you want to use for the media stream associated with the output.

FlowMaintenance

MaintenanceDay This property is required. Pulumi.AwsNative.MediaConnect.FlowMaintenanceMaintenanceDay
A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
MaintenanceStartHour This property is required. string
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 This property is required. FlowMaintenanceMaintenanceDay
A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
MaintenanceStartHour This property is required. string
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 This property is required. FlowMaintenanceMaintenanceDay
A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
maintenanceStartHour This property is required. String
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 This property is required. FlowMaintenanceMaintenanceDay
A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
maintenanceStartHour This property is required. string
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 This property is required. FlowMaintenanceMaintenanceDay
A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
maintenance_start_hour This property is required. str
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 This property is required. "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.
maintenanceStartHour This property is required. String
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

FlowMediaStream

MediaStreamId This property is required. int
A unique identifier for the media stream.
MediaStreamName This property is required. string
A name that helps you distinguish one media stream from another.
MediaStreamType This property is required. Pulumi.AwsNative.MediaConnect.FlowMediaStreamMediaStreamType
The type of media stream.
Attributes Pulumi.AwsNative.MediaConnect.Inputs.FlowMediaStreamAttributes
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.AwsNative.MediaConnect.FlowMediaStreamVideoFormat
The resolution of the video.
MediaStreamId This property is required. int
A unique identifier for the media stream.
MediaStreamName This property is required. string
A name that helps you distinguish one media stream from another.
MediaStreamType This property is required. FlowMediaStreamMediaStreamType
The type of media stream.
Attributes FlowMediaStreamAttributes
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 FlowMediaStreamVideoFormat
The resolution of the video.
mediaStreamId This property is required. Integer
A unique identifier for the media stream.
mediaStreamName This property is required. String
A name that helps you distinguish one media stream from another.
mediaStreamType This property is required. FlowMediaStreamMediaStreamType
The type of media stream.
attributes FlowMediaStreamAttributes
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 FlowMediaStreamVideoFormat
The resolution of the video.
mediaStreamId This property is required. number
A unique identifier for the media stream.
mediaStreamName This property is required. string
A name that helps you distinguish one media stream from another.
mediaStreamType This property is required. FlowMediaStreamMediaStreamType
The type of media stream.
attributes FlowMediaStreamAttributes
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 FlowMediaStreamVideoFormat
The resolution of the video.
media_stream_id This property is required. int
A unique identifier for the media stream.
media_stream_name This property is required. str
A name that helps you distinguish one media stream from another.
media_stream_type This property is required. FlowMediaStreamMediaStreamType
The type of media stream.
attributes FlowMediaStreamAttributes
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 FlowMediaStreamVideoFormat
The resolution of the video.
mediaStreamId This property is required. Number
A unique identifier for the media stream.
mediaStreamName This property is required. String
A name that helps you distinguish one media stream from another.
mediaStreamType This property is required. "video" | "audio" | "ancillary-data"
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

Fmtp Pulumi.AwsNative.MediaConnect.Inputs.FlowFmtp
A set of parameters that define the media stream.
Lang string
The audio language, in a format that is recognized by the receiver.
Fmtp FlowFmtp
A set of parameters that define the media stream.
Lang string
The audio language, in a format that is recognized by the receiver.
fmtp FlowFmtp
A set of parameters that define the media stream.
lang String
The audio language, in a format that is recognized by the receiver.
fmtp FlowFmtp
A set of parameters that define the media stream.
lang string
The audio language, in a format that is recognized by the receiver.
fmtp FlowFmtp
A set of parameters that define the media stream.
lang str
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

FlowMediaStreamSourceConfiguration

EncodingName This property is required. Pulumi.AwsNative.MediaConnect.FlowMediaStreamSourceConfigurationEncodingName
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.
MediaStreamName This property is required. string
A name that helps you distinguish one media stream from another.
InputConfigurations List<Pulumi.AwsNative.MediaConnect.Inputs.FlowInputConfiguration>
The media streams that you want to associate with the source.
EncodingName This property is required. FlowMediaStreamSourceConfigurationEncodingName
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.
MediaStreamName This property is required. string
A name that helps you distinguish one media stream from another.
InputConfigurations []FlowInputConfiguration
The media streams that you want to associate with the source.
encodingName This property is required. FlowMediaStreamSourceConfigurationEncodingName
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.
mediaStreamName This property is required. String
A name that helps you distinguish one media stream from another.
inputConfigurations List<FlowInputConfiguration>
The media streams that you want to associate with the source.
encodingName This property is required. FlowMediaStreamSourceConfigurationEncodingName
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.
mediaStreamName This property is required. string
A name that helps you distinguish one media stream from another.
inputConfigurations FlowInputConfiguration[]
The media streams that you want to associate with the source.
encoding_name This property is required. FlowMediaStreamSourceConfigurationEncodingName
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_name This property is required. str
A name that helps you distinguish one media stream from another.
input_configurations Sequence[FlowInputConfiguration]
The media streams that you want to associate with the source.
encodingName This property is required. "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.
mediaStreamName This property is required. String
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

FlowMediaStreamVideoFormat

FlowSilentAudio

State Pulumi.AwsNative.MediaConnect.FlowSilentAudioState
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 FlowSilentAudioState
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 FlowSilentAudioState
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 FlowSilentAudioState
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 FlowSilentAudioState
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

FlowSource

Decryption Pulumi.AwsNative.MediaConnect.Inputs.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.
GatewayBridgeSource Pulumi.AwsNative.MediaConnect.Inputs.FlowGatewayBridgeSource
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.
MaxSyncBuffer int
The size of the buffer (in milliseconds) to use to sync incoming source data.
MediaStreamSourceConfigurations List<Pulumi.AwsNative.MediaConnect.Inputs.FlowMediaStreamSourceConfiguration>
The media stream that is associated with the source, and the parameters for that association.
MinLatency int
The minimum latency in milliseconds.
Name Changes to this property will trigger replacement. string
The name of the source.
Protocol Pulumi.AwsNative.MediaConnect.FlowSourceProtocol
The protocol that is used by the source.
SenderControlPort int
The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
SenderIpAddress string
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.
SourceIngestPort string
The port that the flow will be listening on for incoming content.(ReadOnly)
SourceListenerAddress string
Source IP or domain name for SRT-caller protocol.
SourceListenerPort int
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.
VpcInterfaceName string
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.
GatewayBridgeSource FlowGatewayBridgeSource
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.
MaxSyncBuffer int
The size of the buffer (in milliseconds) to use to sync incoming source data.
MediaStreamSourceConfigurations []FlowMediaStreamSourceConfiguration
The media stream that is associated with the source, and the parameters for that association.
MinLatency int
The minimum latency in milliseconds.
Name Changes to this property will trigger replacement. string
The name of the source.
Protocol FlowSourceProtocol
The protocol that is used by the source.
SenderControlPort int
The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
SenderIpAddress string
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.
SourceIngestPort string
The port that the flow will be listening on for incoming content.(ReadOnly)
SourceListenerAddress string
Source IP or domain name for SRT-caller protocol.
SourceListenerPort int
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.
VpcInterfaceName string
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.
gatewayBridgeSource FlowGatewayBridgeSource
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.
maxSyncBuffer Integer
The size of the buffer (in milliseconds) to use to sync incoming source data.
mediaStreamSourceConfigurations List<FlowMediaStreamSourceConfiguration>
The media stream that is associated with the source, and the parameters for that association.
minLatency Integer
The minimum latency in milliseconds.
name Changes to this property will trigger replacement. String
The name of the source.
protocol FlowSourceProtocol
The protocol that is used by the source.
senderControlPort Integer
The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
senderIpAddress String
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.
sourceIngestPort String
The port that the flow will be listening on for incoming content.(ReadOnly)
sourceListenerAddress String
Source IP or domain name for SRT-caller protocol.
sourceListenerPort Integer
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.
vpcInterfaceName String
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.
gatewayBridgeSource FlowGatewayBridgeSource
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.
maxSyncBuffer number
The size of the buffer (in milliseconds) to use to sync incoming source data.
mediaStreamSourceConfigurations FlowMediaStreamSourceConfiguration[]
The media stream that is associated with the source, and the parameters for that association.
minLatency number
The minimum latency in milliseconds.
name Changes to this property will trigger replacement. string
The name of the source.
protocol FlowSourceProtocol
The protocol that is used by the source.
senderControlPort number
The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
senderIpAddress string
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.
sourceIngestPort string
The port that the flow will be listening on for incoming content.(ReadOnly)
sourceListenerAddress string
Source IP or domain name for SRT-caller protocol.
sourceListenerPort number
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.
vpcInterfaceName string
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_source FlowGatewayBridgeSource
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_buffer int
The size of the buffer (in milliseconds) to use to sync incoming source data.
media_stream_source_configurations Sequence[FlowMediaStreamSourceConfiguration]
The media stream that is associated with the source, and the parameters for that association.
min_latency int
The minimum latency in milliseconds.
name Changes to this property will trigger replacement. str
The name of the source.
protocol FlowSourceProtocol
The protocol that is used by the source.
sender_control_port int
The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
sender_ip_address str
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_port str
The port that the flow will be listening on for incoming content.(ReadOnly)
source_listener_address str
Source IP or domain name for SRT-caller protocol.
source_listener_port int
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_name str
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.
gatewayBridgeSource Property Map
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.
maxSyncBuffer Number
The size of the buffer (in milliseconds) to use to sync incoming source data.
mediaStreamSourceConfigurations List<Property Map>
The media stream that is associated with the source, and the parameters for that association.
minLatency Number
The minimum latency in milliseconds.
name Changes to this property will trigger replacement. 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.
senderControlPort Number
The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
senderIpAddress String
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.
sourceIngestPort String
The port that the flow will be listening on for incoming content.(ReadOnly)
sourceListenerAddress String
Source IP or domain name for SRT-caller protocol.
sourceListenerPort Number
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.
vpcInterfaceName String
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

AudioMonitoringSettings []FlowAudioMonitoringSetting
Contains the settings for audio stream metrics monitoring.
ContentQualityAnalysisState FlowSourceMonitoringConfigContentQualityAnalysisState
Indicates whether content quality analysis is enabled or disabled.
ThumbnailState FlowSourceMonitoringConfigThumbnailState
The state of thumbnail monitoring.
VideoMonitoringSettings []FlowVideoMonitoringSetting
Contains the settings for video stream metrics monitoring.
audioMonitoringSettings List<FlowAudioMonitoringSetting>
Contains the settings for audio stream metrics monitoring.
contentQualityAnalysisState FlowSourceMonitoringConfigContentQualityAnalysisState
Indicates whether content quality analysis is enabled or disabled.
thumbnailState FlowSourceMonitoringConfigThumbnailState
The state of thumbnail monitoring.
videoMonitoringSettings List<FlowVideoMonitoringSetting>
Contains the settings for video stream metrics monitoring.
audioMonitoringSettings FlowAudioMonitoringSetting[]
Contains the settings for audio stream metrics monitoring.
contentQualityAnalysisState FlowSourceMonitoringConfigContentQualityAnalysisState
Indicates whether content quality analysis is enabled or disabled.
thumbnailState FlowSourceMonitoringConfigThumbnailState
The state of thumbnail monitoring.
videoMonitoringSettings FlowVideoMonitoringSetting[]
Contains the settings for video stream metrics monitoring.
audio_monitoring_settings Sequence[FlowAudioMonitoringSetting]
Contains the settings for audio stream metrics monitoring.
content_quality_analysis_state FlowSourceMonitoringConfigContentQualityAnalysisState
Indicates whether content quality analysis is enabled or disabled.
thumbnail_state FlowSourceMonitoringConfigThumbnailState
The state of thumbnail monitoring.
video_monitoring_settings Sequence[FlowVideoMonitoringSetting]
Contains the settings for video stream metrics monitoring.
audioMonitoringSettings List<Property Map>
Contains the settings for audio stream metrics monitoring.
contentQualityAnalysisState "ENABLED" | "DISABLED"
Indicates whether content quality analysis is enabled or disabled.
thumbnailState "ENABLED" | "DISABLED"
The state of thumbnail monitoring.
videoMonitoringSettings List<Property Map>
Contains the settings for video stream metrics monitoring.

FlowSourceMonitoringConfigContentQualityAnalysisState

FlowSourceMonitoringConfigThumbnailState

FlowSourceProtocol

FlowVideoMonitoringSetting

BlackFrames FlowBlackFrames
Detects video frames that are black.
FrozenFrames FlowFrozenFrames
Detects video frames that have not changed.
blackFrames FlowBlackFrames
Detects video frames that are black.
frozenFrames FlowFrozenFrames
Detects video frames that have not changed.
blackFrames FlowBlackFrames
Detects video frames that are black.
frozenFrames FlowFrozenFrames
Detects video frames that have not changed.
black_frames FlowBlackFrames
Detects video frames that are black.
frozen_frames FlowFrozenFrames
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

Name This property is required. string
Immutable and has to be a unique against other VpcInterfaces in this Flow.
RoleArn This property is required. string
Role Arn MediaConnect can assume to create ENIs in customer's account.
SecurityGroupIds This property is required. List<string>
Security Group IDs to be used on ENI.
SubnetId This property is required. string
Subnet must be in the AZ of the Flow
NetworkInterfaceIds List<string>
IDs of the network interfaces created in customer's account by MediaConnect.
NetworkInterfaceType Pulumi.AwsNative.MediaConnect.FlowVpcInterfaceNetworkInterfaceType
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 This property is required. string
Immutable and has to be a unique against other VpcInterfaces in this Flow.
RoleArn This property is required. string
Role Arn MediaConnect can assume to create ENIs in customer's account.
SecurityGroupIds This property is required. []string
Security Group IDs to be used on ENI.
SubnetId This property is required. string
Subnet must be in the AZ of the Flow
NetworkInterfaceIds []string
IDs of the network interfaces created in customer's account by MediaConnect.
NetworkInterfaceType FlowVpcInterfaceNetworkInterfaceType
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 This property is required. String
Immutable and has to be a unique against other VpcInterfaces in this Flow.
roleArn This property is required. String
Role Arn MediaConnect can assume to create ENIs in customer's account.
securityGroupIds This property is required. List<String>
Security Group IDs to be used on ENI.
subnetId This property is required. String
Subnet must be in the AZ of the Flow
networkInterfaceIds List<String>
IDs of the network interfaces created in customer's account by MediaConnect.
networkInterfaceType FlowVpcInterfaceNetworkInterfaceType
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 This property is required. string
Immutable and has to be a unique against other VpcInterfaces in this Flow.
roleArn This property is required. string
Role Arn MediaConnect can assume to create ENIs in customer's account.
securityGroupIds This property is required. string[]
Security Group IDs to be used on ENI.
subnetId This property is required. string
Subnet must be in the AZ of the Flow
networkInterfaceIds string[]
IDs of the network interfaces created in customer's account by MediaConnect.
networkInterfaceType FlowVpcInterfaceNetworkInterfaceType
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 This property is required. str
Immutable and has to be a unique against other VpcInterfaces in this Flow.
role_arn This property is required. str
Role Arn MediaConnect can assume to create ENIs in customer's account.
security_group_ids This property is required. Sequence[str]
Security Group IDs to be used on ENI.
subnet_id This property is required. str
Subnet must be in the AZ of the Flow
network_interface_ids Sequence[str]
IDs of the network interfaces created in customer's account by MediaConnect.
network_interface_type FlowVpcInterfaceNetworkInterfaceType
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 This property is required. String
Immutable and has to be a unique against other VpcInterfaces in this Flow.
roleArn This property is required. String
Role Arn MediaConnect can assume to create ENIs in customer's account.
securityGroupIds This property is required. List<String>
Security Group IDs to be used on ENI.
subnetId This property is required. String
Subnet must be in the AZ of the Flow
networkInterfaceIds List<String>
IDs of the network interfaces created in customer's account by MediaConnect.
networkInterfaceType "ena" | "efa"
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

VpcInterfaceName string
The name of the VPC interface to use for this resource.
VpcInterfaceName string
The name of the VPC interface to use for this resource.
vpcInterfaceName String
The name of the VPC interface to use for this resource.
vpcInterfaceName string
The name of the VPC interface to use for this resource.
vpc_interface_name str
The name of the VPC interface to use for this resource.
vpcInterfaceName String
The name of the VPC interface to use for this resource.

FlowVpcInterfaceNetworkInterfaceType

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi