AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.mediaconnect.FlowSource
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::MediaConnect::FlowSource
Create FlowSource Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FlowSource(name: string, args: FlowSourceArgs, opts?: CustomResourceOptions);
@overload
def FlowSource(resource_name: str,
args: FlowSourceInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FlowSource(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
min_latency: Optional[int] = None,
ingest_port: Optional[int] = None,
name: Optional[str] = None,
gateway_bridge_source: Optional[FlowSourceGatewayBridgeSourceArgs] = None,
protocol: Optional[FlowSourceProtocol] = None,
max_bitrate: Optional[int] = None,
max_latency: Optional[int] = None,
sender_control_port: Optional[int] = None,
flow_arn: Optional[str] = None,
entitlement_arn: Optional[str] = None,
decryption: Optional[FlowSourceEncryptionArgs] = None,
sender_ip_address: Optional[str] = None,
source_listener_address: Optional[str] = None,
source_listener_port: Optional[int] = None,
stream_id: Optional[str] = None,
vpc_interface_name: Optional[str] = None,
whitelist_cidr: Optional[str] = None)
func NewFlowSource(ctx *Context, name string, args FlowSourceArgs, opts ...ResourceOption) (*FlowSource, error)
public FlowSource(string name, FlowSourceArgs args, CustomResourceOptions? opts = null)
public FlowSource(String name, FlowSourceArgs args)
public FlowSource(String name, FlowSourceArgs args, CustomResourceOptions options)
type: aws-native:mediaconnect:FlowSource
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 FlowSourceArgs
- 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 FlowSourceInitArgs
- 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 FlowSourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlowSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FlowSourceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
FlowSource Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The FlowSource resource accepts the following input properties:
- Description string
- A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- Decryption
Pulumi.
Aws Native. Media Connect. Inputs. Flow Source Encryption - The type of encryption that is used on the content ingested from this source.
- Entitlement
Arn string - The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
- Flow
Arn string - The ARN of the flow.
- Gateway
Bridge Pulumi.Source Aws Native. Media Connect. Inputs. Flow Source Gateway Bridge Source - The source configuration for cloud flows receiving a stream from a bridge.
- Ingest
Port int - The port that the flow will be listening on for incoming content.
- Max
Bitrate int - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- Max
Latency int - The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- Min
Latency int - The minimum latency in milliseconds.
- Name string
- The name of the source.
- Protocol
Pulumi.
Aws Native. Media Connect. Flow Source Protocol - The protocol that is used by the source.
- Sender
Control intPort - The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- Sender
Ip stringAddress - The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- Source
Listener stringAddress - Source IP or domain name for SRT-caller protocol.
- Source
Listener intPort - Source port for SRT-caller protocol.
- Stream
Id string - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- Vpc
Interface stringName - The name of the VPC Interface this Source is configured with.
- Whitelist
Cidr string - The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- Description string
- A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- Decryption
Flow
Source Encryption Args - The type of encryption that is used on the content ingested from this source.
- Entitlement
Arn string - The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
- Flow
Arn string - The ARN of the flow.
- Gateway
Bridge FlowSource Source Gateway Bridge Source Args - The source configuration for cloud flows receiving a stream from a bridge.
- Ingest
Port int - The port that the flow will be listening on for incoming content.
- Max
Bitrate int - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- Max
Latency int - The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- Min
Latency int - The minimum latency in milliseconds.
- Name string
- The name of the source.
- Protocol
Flow
Source Protocol - The protocol that is used by the source.
- Sender
Control intPort - The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- Sender
Ip stringAddress - The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- Source
Listener stringAddress - Source IP or domain name for SRT-caller protocol.
- Source
Listener intPort - Source port for SRT-caller protocol.
- Stream
Id string - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- Vpc
Interface stringName - The name of the VPC Interface this Source is configured with.
- Whitelist
Cidr string - The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- description String
- A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- decryption
Flow
Source Encryption - The type of encryption that is used on the content ingested from this source.
- entitlement
Arn String - The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
- flow
Arn String - The ARN of the flow.
- gateway
Bridge FlowSource Source Gateway Bridge Source - The source configuration for cloud flows receiving a stream from a bridge.
- ingest
Port Integer - The port that the flow will be listening on for incoming content.
- max
Bitrate Integer - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- max
Latency Integer - The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- min
Latency Integer - The minimum latency in milliseconds.
- name String
- The name of the source.
- protocol
Flow
Source Protocol - The protocol that is used by the source.
- sender
Control IntegerPort - The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- sender
Ip StringAddress - The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- source
Listener StringAddress - Source IP or domain name for SRT-caller protocol.
- source
Listener IntegerPort - Source port for SRT-caller protocol.
- stream
Id String - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpc
Interface StringName - The name of the VPC Interface this Source is configured with.
- whitelist
Cidr String - The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- description string
- A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- decryption
Flow
Source Encryption - The type of encryption that is used on the content ingested from this source.
- entitlement
Arn string - The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
- flow
Arn string - The ARN of the flow.
- gateway
Bridge FlowSource Source Gateway Bridge Source - The source configuration for cloud flows receiving a stream from a bridge.
- ingest
Port number - The port that the flow will be listening on for incoming content.
- max
Bitrate number - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- max
Latency number - The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- min
Latency number - The minimum latency in milliseconds.
- name string
- The name of the source.
- protocol
Flow
Source Protocol - The protocol that is used by the source.
- sender
Control numberPort - The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- sender
Ip stringAddress - The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- source
Listener stringAddress - Source IP or domain name for SRT-caller protocol.
- source
Listener numberPort - Source port for SRT-caller protocol.
- stream
Id string - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpc
Interface stringName - The name of the VPC Interface this Source is configured with.
- whitelist
Cidr string - The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- description str
- A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- decryption
Flow
Source Encryption Args - The type of encryption that is used on the content ingested from this source.
- 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.
- flow_
arn str - The ARN of the flow.
- gateway_
bridge_ Flowsource Source Gateway Bridge Source Args - The source configuration for cloud flows receiving a stream from a bridge.
- ingest_
port int - The port that the flow will be listening on for incoming content.
- max_
bitrate int - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- max_
latency int - The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- min_
latency int - The minimum latency in milliseconds.
- name str
- The name of the source.
- protocol
Flow
Source Protocol - The protocol that is used by the source.
- sender_
control_ intport - The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- sender_
ip_ straddress - The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- source_
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.
- description String
- A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
- decryption Property Map
- The type of encryption that is used on the content ingested from this source.
- entitlement
Arn String - The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
- flow
Arn String - The ARN of the flow.
- gateway
Bridge Property MapSource - The source configuration for cloud flows receiving a stream from a bridge.
- ingest
Port Number - The port that the flow will be listening on for incoming content.
- max
Bitrate Number - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
- max
Latency Number - The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
- min
Latency Number - The minimum latency in milliseconds.
- name String
- The name of the source.
- protocol "zixi-push" | "rtp-fec" | "rtp" | "rist" | "fujitsu-qos" | "srt-listener" | "srt-caller" | "st2110-jpegxs" | "cdi"
- The protocol that is used by the source.
- sender
Control NumberPort - The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
- sender
Ip StringAddress - The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.
- source
Listener StringAddress - Source IP or domain name for SRT-caller protocol.
- source
Listener NumberPort - Source port for SRT-caller protocol.
- stream
Id String - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
- vpc
Interface StringName - The name of the VPC Interface this Source is configured with.
- whitelist
Cidr String - The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
Outputs
All input properties are implicitly available as output properties. Additionally, the FlowSource resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ingest
Ip string - The IP address that the flow will be listening on for incoming content.
- Source
Arn string - The ARN of the source.
- Source
Ingest stringPort - The port that the flow will be listening on for incoming content.(ReadOnly)
- Id string
- The provider-assigned unique ID for this managed resource.
- Ingest
Ip string - The IP address that the flow will be listening on for incoming content.
- Source
Arn string - The ARN of the source.
- Source
Ingest stringPort - The port that the flow will be listening on for incoming content.(ReadOnly)
- id String
- The provider-assigned unique ID for this managed resource.
- ingest
Ip String - The IP address that the flow will be listening on for incoming content.
- source
Arn String - The ARN of the source.
- source
Ingest StringPort - The port that the flow will be listening on for incoming content.(ReadOnly)
- id string
- The provider-assigned unique ID for this managed resource.
- ingest
Ip string - The IP address that the flow will be listening on for incoming content.
- source
Arn string - The ARN of the source.
- source
Ingest stringPort - The port that the flow will be listening on for incoming content.(ReadOnly)
- id str
- The provider-assigned unique ID for this managed resource.
- ingest_
ip str - The IP address that the flow will be listening on for incoming content.
- source_
arn str - The ARN of the source.
- source_
ingest_ strport - The port that the flow will be listening on for incoming content.(ReadOnly)
- id String
- The provider-assigned unique ID for this managed resource.
- ingest
Ip String - The IP address that the flow will be listening on for incoming content.
- source
Arn String - The ARN of the source.
- source
Ingest StringPort - The port that the flow will be listening on for incoming content.(ReadOnly)
Supporting Types
FlowSourceEncryption, FlowSourceEncryptionArgs
- Role
Arn string - The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- Algorithm
Pulumi.
Aws Native. Media Connect. Flow Source Encryption Algorithm - The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- Constant
Initialization stringVector - A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- Device
Id string - The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Key
Type Pulumi.Aws Native. Media Connect. Flow Source Encryption Key Type - The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- Region string
- The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Resource
Id string - An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Secret
Arn string - The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- Url string
- The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Role
Arn string - The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- Algorithm
Flow
Source Encryption Algorithm - The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- Constant
Initialization stringVector - A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- Device
Id string - The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Key
Type FlowSource Encryption Key Type - The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- Region string
- The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Resource
Id string - An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- Secret
Arn string - The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- Url string
- The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- role
Arn String - The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm
Flow
Source Encryption Algorithm - The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constant
Initialization StringVector - A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- device
Id String - The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- key
Type FlowSource Encryption Key Type - The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- region String
- The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- resource
Id String - An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- secret
Arn String - The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- url String
- The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- role
Arn string - The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm
Flow
Source Encryption Algorithm - The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constant
Initialization stringVector - A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- device
Id string - The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- key
Type FlowSource Encryption Key Type - The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- region string
- The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- resource
Id string - An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- secret
Arn string - The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- url string
- The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- role_
arn str - The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm
Flow
Source Encryption Algorithm - The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constant_
initialization_ strvector - A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- device_
id str - The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- key_
type FlowSource 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 str
- The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- resource_
id str - An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- secret_
arn str - The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- url str
- The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- role
Arn String - The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).
- algorithm "aes128" | "aes192" | "aes256"
- The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
- constant
Initialization StringVector - A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
- device
Id String - The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- key
Type "speke" | "static-key" | "srt-password" - The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
- region String
- The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- resource
Id String - An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
- secret
Arn String - The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
- url String
- The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
FlowSourceEncryptionAlgorithm, FlowSourceEncryptionAlgorithmArgs
- Aes128
- aes128
- Aes192
- aes192
- Aes256
- aes256
- Flow
Source Encryption Algorithm Aes128 - aes128
- Flow
Source Encryption Algorithm Aes192 - aes192
- Flow
Source Encryption Algorithm Aes256 - aes256
- Aes128
- aes128
- Aes192
- aes192
- Aes256
- aes256
- Aes128
- aes128
- Aes192
- aes192
- Aes256
- aes256
- AES128
- aes128
- AES192
- aes192
- AES256
- aes256
- "aes128"
- aes128
- "aes192"
- aes192
- "aes256"
- aes256
FlowSourceEncryptionKeyType, FlowSourceEncryptionKeyTypeArgs
- Speke
- speke
- Static
Key - static-key
- Srt
Password - srt-password
- Flow
Source Encryption Key Type Speke - speke
- Flow
Source Encryption Key Type Static Key - static-key
- Flow
Source Encryption Key Type Srt Password - srt-password
- Speke
- speke
- Static
Key - static-key
- Srt
Password - srt-password
- Speke
- speke
- Static
Key - static-key
- Srt
Password - srt-password
- SPEKE
- speke
- STATIC_KEY
- static-key
- SRT_PASSWORD
- srt-password
- "speke"
- speke
- "static-key"
- static-key
- "srt-password"
- srt-password
FlowSourceGatewayBridgeSource, FlowSourceGatewayBridgeSourceArgs
- Bridge
Arn string - The ARN of the bridge feeding this flow.
- Vpc
Interface Pulumi.Attachment Aws Native. Media Connect. Inputs. Flow Source Vpc Interface Attachment - The name of the VPC interface attachment to use for this bridge source.
- Bridge
Arn string - The ARN of the bridge feeding this flow.
- Vpc
Interface FlowAttachment Source Vpc Interface Attachment - The name of the VPC interface attachment to use for this bridge source.
- bridge
Arn String - The ARN of the bridge feeding this flow.
- vpc
Interface FlowAttachment Source Vpc Interface Attachment - The name of the VPC interface attachment to use for this bridge source.
- bridge
Arn string - The ARN of the bridge feeding this flow.
- vpc
Interface FlowAttachment Source 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 Source Vpc Interface Attachment - The name of the VPC interface attachment to use for this bridge source.
- bridge
Arn String - The ARN of the bridge feeding this flow.
- vpc
Interface Property MapAttachment - The name of the VPC interface attachment to use for this bridge source.
FlowSourceProtocol, FlowSourceProtocolArgs
- Zixi
Push - zixi-push
- Rtp
Fec - rtp-fec
- Rtp
- rtp
- Rist
- rist
- Fujitsu
Qos - fujitsu-qos
- Srt
Listener - srt-listener
- Srt
Caller - srt-caller
- St2110Jpegxs
- st2110-jpegxs
- Cdi
- cdi
- Flow
Source Protocol Zixi Push - zixi-push
- Flow
Source Protocol Rtp Fec - rtp-fec
- Flow
Source Protocol Rtp - rtp
- Flow
Source Protocol Rist - rist
- Flow
Source Protocol Fujitsu Qos - fujitsu-qos
- Flow
Source Protocol Srt Listener - srt-listener
- Flow
Source Protocol Srt Caller - srt-caller
- Flow
Source Protocol St2110Jpegxs - st2110-jpegxs
- Flow
Source Protocol 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
- 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
- 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
FlowSourceVpcInterfaceAttachment, FlowSourceVpcInterfaceAttachmentArgs
- Vpc
Interface stringName - The name of the VPC interface to use for this resource.
- Vpc
Interface stringName - The name of the VPC interface to use for this resource.
- vpc
Interface StringName - The name of the VPC interface to use for this resource.
- vpc
Interface stringName - The name of the VPC interface to use for this resource.
- vpc_
interface_ strname - The name of the VPC interface to use for this resource.
- vpc
Interface StringName - The name of the VPC interface to use for this resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi