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

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.BridgeSource

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::BridgeSource

Create BridgeSource Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new BridgeSource(name: string, args: BridgeSourceArgs, opts?: CustomResourceOptions);
@overload
def BridgeSource(resource_name: str,
                 args: BridgeSourceInitArgs,
                 opts: Optional[ResourceOptions] = None)

@overload
def BridgeSource(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 bridge_arn: Optional[str] = None,
                 flow_source: Optional[BridgeSourceBridgeFlowSourceArgs] = None,
                 name: Optional[str] = None,
                 network_source: Optional[BridgeSourceBridgeNetworkSourceArgs] = None)
func NewBridgeSource(ctx *Context, name string, args BridgeSourceArgs, opts ...ResourceOption) (*BridgeSource, error)
public BridgeSource(string name, BridgeSourceArgs args, CustomResourceOptions? opts = null)
public BridgeSource(String name, BridgeSourceArgs args)
public BridgeSource(String name, BridgeSourceArgs args, CustomResourceOptions options)
type: aws-native:mediaconnect:BridgeSource
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. BridgeSourceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. BridgeSourceInitArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. BridgeSourceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. BridgeSourceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. BridgeSourceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

BridgeSource Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The BridgeSource resource accepts the following input properties:

BridgeArn This property is required. string
The Amazon Resource Number (ARN) of the bridge.
FlowSource Pulumi.AwsNative.MediaConnect.Inputs.BridgeSourceBridgeFlowSource
Add a flow source to an existing bridge.
Name string
The name of the source.
NetworkSource Pulumi.AwsNative.MediaConnect.Inputs.BridgeSourceBridgeNetworkSource
Add a network source to an existing bridge.
BridgeArn This property is required. string
The Amazon Resource Number (ARN) of the bridge.
FlowSource BridgeSourceBridgeFlowSourceArgs
Add a flow source to an existing bridge.
Name string
The name of the source.
NetworkSource BridgeSourceBridgeNetworkSourceArgs
Add a network source to an existing bridge.
bridgeArn This property is required. String
The Amazon Resource Number (ARN) of the bridge.
flowSource BridgeSourceBridgeFlowSource
Add a flow source to an existing bridge.
name String
The name of the source.
networkSource BridgeSourceBridgeNetworkSource
Add a network source to an existing bridge.
bridgeArn This property is required. string
The Amazon Resource Number (ARN) of the bridge.
flowSource BridgeSourceBridgeFlowSource
Add a flow source to an existing bridge.
name string
The name of the source.
networkSource BridgeSourceBridgeNetworkSource
Add a network source to an existing bridge.
bridge_arn This property is required. str
The Amazon Resource Number (ARN) of the bridge.
flow_source BridgeSourceBridgeFlowSourceArgs
Add a flow source to an existing bridge.
name str
The name of the source.
network_source BridgeSourceBridgeNetworkSourceArgs
Add a network source to an existing bridge.
bridgeArn This property is required. String
The Amazon Resource Number (ARN) of the bridge.
flowSource Property Map
Add a flow source to an existing bridge.
name String
The name of the source.
networkSource Property Map
Add a network source to an existing bridge.

Outputs

All input properties are implicitly available as output properties. Additionally, the BridgeSource resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

BridgeSourceBridgeFlowSource
, BridgeSourceBridgeFlowSourceArgs

FlowArn This property is required. string
The ARN of the cloud flow used as a source of this bridge.
FlowVpcInterfaceAttachment Pulumi.AwsNative.MediaConnect.Inputs.BridgeSourceVpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
FlowArn This property is required. string
The ARN of the cloud flow used as a source of this bridge.
FlowVpcInterfaceAttachment BridgeSourceVpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
flowArn This property is required. String
The ARN of the cloud flow used as a source of this bridge.
flowVpcInterfaceAttachment BridgeSourceVpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
flowArn This property is required. string
The ARN of the cloud flow used as a source of this bridge.
flowVpcInterfaceAttachment BridgeSourceVpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
flow_arn This property is required. str
The ARN of the cloud flow used as a source of this bridge.
flow_vpc_interface_attachment BridgeSourceVpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
flowArn This property is required. String
The ARN of the cloud flow used as a source of this bridge.
flowVpcInterfaceAttachment Property Map
The name of the VPC interface attachment to use for this source.

BridgeSourceBridgeNetworkSource
, BridgeSourceBridgeNetworkSourceArgs

MulticastIp This property is required. string
The network source multicast IP.
NetworkName This property is required. string
The network source's gateway network name.
Port This property is required. int
The network source port.
Protocol This property is required. Pulumi.AwsNative.MediaConnect.BridgeSourceProtocolEnum
The network source protocol.
MulticastSourceSettings Pulumi.AwsNative.MediaConnect.Inputs.BridgeSourceMulticastSourceSettings
The settings related to the multicast source.
MulticastIp This property is required. string
The network source multicast IP.
NetworkName This property is required. string
The network source's gateway network name.
Port This property is required. int
The network source port.
Protocol This property is required. BridgeSourceProtocolEnum
The network source protocol.
MulticastSourceSettings BridgeSourceMulticastSourceSettings
The settings related to the multicast source.
multicastIp This property is required. String
The network source multicast IP.
networkName This property is required. String
The network source's gateway network name.
port This property is required. Integer
The network source port.
protocol This property is required. BridgeSourceProtocolEnum
The network source protocol.
multicastSourceSettings BridgeSourceMulticastSourceSettings
The settings related to the multicast source.
multicastIp This property is required. string
The network source multicast IP.
networkName This property is required. string
The network source's gateway network name.
port This property is required. number
The network source port.
protocol This property is required. BridgeSourceProtocolEnum
The network source protocol.
multicastSourceSettings BridgeSourceMulticastSourceSettings
The settings related to the multicast source.
multicast_ip This property is required. str
The network source multicast IP.
network_name This property is required. str
The network source's gateway network name.
port This property is required. int
The network source port.
protocol This property is required. BridgeSourceProtocolEnum
The network source protocol.
multicast_source_settings BridgeSourceMulticastSourceSettings
The settings related to the multicast source.
multicastIp This property is required. String
The network source multicast IP.
networkName This property is required. String
The network source's gateway network name.
port This property is required. Number
The network source port.
protocol This property is required. "rtp-fec" | "rtp" | "udp"
The network source protocol.
multicastSourceSettings Property Map
The settings related to the multicast source.

BridgeSourceMulticastSourceSettings
, BridgeSourceMulticastSourceSettingsArgs

MulticastSourceIp string
The IP address of the source for source-specific multicast (SSM).
MulticastSourceIp string
The IP address of the source for source-specific multicast (SSM).
multicastSourceIp String
The IP address of the source for source-specific multicast (SSM).
multicastSourceIp string
The IP address of the source for source-specific multicast (SSM).
multicast_source_ip str
The IP address of the source for source-specific multicast (SSM).
multicastSourceIp String
The IP address of the source for source-specific multicast (SSM).

BridgeSourceProtocolEnum
, BridgeSourceProtocolEnumArgs

RtpFec
rtp-fec
Rtp
rtp
Udp
udp
BridgeSourceProtocolEnumRtpFec
rtp-fec
BridgeSourceProtocolEnumRtp
rtp
BridgeSourceProtocolEnumUdp
udp
RtpFec
rtp-fec
Rtp
rtp
Udp
udp
RtpFec
rtp-fec
Rtp
rtp
Udp
udp
RTP_FEC
rtp-fec
RTP
rtp
UDP
udp
"rtp-fec"
rtp-fec
"rtp"
rtp
"udp"
udp

BridgeSourceVpcInterfaceAttachment
, BridgeSourceVpcInterfaceAttachmentArgs

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.

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