1. Packages
  2. AWS Native
  3. API Docs
  4. mediaconnect
  5. Bridge

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.mediaconnect.Bridge

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Resource schema for AWS::MediaConnect::Bridge

    Create Bridge Resource

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

    Constructor syntax

    new Bridge(name: string, args: BridgeArgs, opts?: CustomResourceOptions);
    @overload
    def Bridge(resource_name: str,
               args: BridgeArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Bridge(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               placement_arn: Optional[str] = None,
               sources: Optional[Sequence[BridgeSourceArgs]] = None,
               egress_gateway_bridge: Optional[BridgeEgressGatewayBridgeArgs] = None,
               ingress_gateway_bridge: Optional[BridgeIngressGatewayBridgeArgs] = None,
               name: Optional[str] = None,
               outputs: Optional[Sequence[BridgeOutputArgs]] = None,
               source_failover_config: Optional[BridgeFailoverConfigArgs] = None)
    func NewBridge(ctx *Context, name string, args BridgeArgs, opts ...ResourceOption) (*Bridge, error)
    public Bridge(string name, BridgeArgs args, CustomResourceOptions? opts = null)
    public Bridge(String name, BridgeArgs args)
    public Bridge(String name, BridgeArgs args, CustomResourceOptions options)
    
    type: aws-native:mediaconnect:Bridge
    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 BridgeArgs
    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 BridgeArgs
    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 BridgeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BridgeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BridgeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const bridgeResource = new aws_native.mediaconnect.Bridge("bridgeResource", {
        placementArn: "string",
        sources: [{
            flowSource: {
                flowArn: "string",
                name: "string",
                flowVpcInterfaceAttachment: {
                    vpcInterfaceName: "string",
                },
            },
            networkSource: {
                multicastIp: "string",
                name: "string",
                networkName: "string",
                port: 0,
                protocol: aws_native.mediaconnect.BridgeProtocolEnum.RtpFec,
            },
        }],
        egressGatewayBridge: {
            maxBitrate: 0,
        },
        ingressGatewayBridge: {
            maxBitrate: 0,
            maxOutputs: 0,
        },
        name: "string",
        outputs: [{
            networkOutput: {
                ipAddress: "string",
                name: "string",
                networkName: "string",
                port: 0,
                protocol: aws_native.mediaconnect.BridgeProtocolEnum.RtpFec,
                ttl: 0,
            },
        }],
        sourceFailoverConfig: {
            failoverMode: aws_native.mediaconnect.BridgeFailoverModeEnum.Failover,
            sourcePriority: {
                primarySource: "string",
            },
            state: aws_native.mediaconnect.BridgeFailoverConfigStateEnum.Enabled,
        },
    });
    
    Coming soon!
    

    Bridge 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 Bridge resource accepts the following input properties:

    PlacementArn string
    The placement Amazon Resource Number (ARN) of the bridge.
    Sources []BridgeSourceTypeArgs
    The sources on this bridge.
    EgressGatewayBridge BridgeEgressGatewayBridgeArgs
    IngressGatewayBridge BridgeIngressGatewayBridgeArgs
    Name string
    The name of the bridge.
    Outputs []BridgeOutputTypeArgs
    The outputs on this bridge.
    SourceFailoverConfig BridgeFailoverConfigArgs
    placementArn String
    The placement Amazon Resource Number (ARN) of the bridge.
    sources List<BridgeSource>
    The sources on this bridge.
    egressGatewayBridge BridgeEgressGatewayBridge
    ingressGatewayBridge BridgeIngressGatewayBridge
    name String
    The name of the bridge.
    outputs List<BridgeOutput>
    The outputs on this bridge.
    sourceFailoverConfig BridgeFailoverConfig
    placementArn string
    The placement Amazon Resource Number (ARN) of the bridge.
    sources BridgeSource[]
    The sources on this bridge.
    egressGatewayBridge BridgeEgressGatewayBridge
    ingressGatewayBridge BridgeIngressGatewayBridge
    name string
    The name of the bridge.
    outputs BridgeOutput[]
    The outputs on this bridge.
    sourceFailoverConfig BridgeFailoverConfig
    placementArn String
    The placement Amazon Resource Number (ARN) of the bridge.
    sources List<Property Map>
    The sources on this bridge.
    egressGatewayBridge Property Map
    ingressGatewayBridge Property Map
    name String
    The name of the bridge.
    outputs List<Property Map>
    The outputs on this bridge.
    sourceFailoverConfig Property Map

    Outputs

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

    BridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    BridgeState Pulumi.AwsNative.MediaConnect.BridgeStateEnum
    Id string
    The provider-assigned unique ID for this managed resource.
    BridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    BridgeState BridgeStateEnum
    Id string
    The provider-assigned unique ID for this managed resource.
    bridgeArn String
    The Amazon Resource Number (ARN) of the bridge.
    bridgeState BridgeStateEnum
    id String
    The provider-assigned unique ID for this managed resource.
    bridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    bridgeState BridgeStateEnum
    id string
    The provider-assigned unique ID for this managed resource.
    bridge_arn str
    The Amazon Resource Number (ARN) of the bridge.
    bridge_state BridgeStateEnum
    id str
    The provider-assigned unique ID for this managed resource.
    bridgeArn String
    The Amazon Resource Number (ARN) of the bridge.
    bridgeState "CREATING" | "STANDBY" | "STARTING" | "DEPLOYING" | "ACTIVE" | "STOPPING" | "DELETING" | "DELETED" | "START_FAILED" | "START_PENDING" | "UPDATING"
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    BridgeEgressGatewayBridge, BridgeEgressGatewayBridgeArgs

    MaxBitrate int
    The maximum expected bitrate of the egress bridge.
    MaxBitrate int
    The maximum expected bitrate of the egress bridge.
    maxBitrate Integer
    The maximum expected bitrate of the egress bridge.
    maxBitrate number
    The maximum expected bitrate of the egress bridge.
    max_bitrate int
    The maximum expected bitrate of the egress bridge.
    maxBitrate Number
    The maximum expected bitrate of the egress bridge.

    BridgeFailoverConfig, BridgeFailoverConfigArgs

    FailoverMode Pulumi.AwsNative.MediaConnect.BridgeFailoverModeEnum
    The type of failover you choose for this flow. FAILOVER allows switching between different streams.
    SourcePriority Pulumi.AwsNative.MediaConnect.Inputs.BridgeSourcePriority
    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.BridgeFailoverConfigStateEnum
    FailoverMode BridgeFailoverModeEnum
    The type of failover you choose for this flow. FAILOVER allows switching between different streams.
    SourcePriority BridgeSourcePriority
    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 BridgeFailoverConfigStateEnum
    failoverMode BridgeFailoverModeEnum
    The type of failover you choose for this flow. FAILOVER allows switching between different streams.
    sourcePriority BridgeSourcePriority
    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 BridgeFailoverConfigStateEnum
    failoverMode BridgeFailoverModeEnum
    The type of failover you choose for this flow. FAILOVER allows switching between different streams.
    sourcePriority BridgeSourcePriority
    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 BridgeFailoverConfigStateEnum
    failover_mode BridgeFailoverModeEnum
    The type of failover you choose for this flow. FAILOVER allows switching between different streams.
    source_priority BridgeSourcePriority
    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 BridgeFailoverConfigStateEnum
    failoverMode "FAILOVER"
    The type of failover you choose for this flow. FAILOVER allows switching between different streams.
    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"

    BridgeFailoverConfigStateEnum, BridgeFailoverConfigStateEnumArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    BridgeFailoverConfigStateEnumEnabled
    ENABLED
    BridgeFailoverConfigStateEnumDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    BridgeFailoverModeEnum, BridgeFailoverModeEnumArgs

    Failover
    FAILOVER
    BridgeFailoverModeEnumFailover
    FAILOVER
    Failover
    FAILOVER
    Failover
    FAILOVER
    FAILOVER
    FAILOVER
    "FAILOVER"
    FAILOVER

    BridgeFlowSource, BridgeFlowSourceArgs

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

    BridgeIngressGatewayBridge, BridgeIngressGatewayBridgeArgs

    MaxBitrate int
    The maximum expected bitrate of the ingress bridge.
    MaxOutputs int
    The maximum number of outputs on the ingress bridge.
    MaxBitrate int
    The maximum expected bitrate of the ingress bridge.
    MaxOutputs int
    The maximum number of outputs on the ingress bridge.
    maxBitrate Integer
    The maximum expected bitrate of the ingress bridge.
    maxOutputs Integer
    The maximum number of outputs on the ingress bridge.
    maxBitrate number
    The maximum expected bitrate of the ingress bridge.
    maxOutputs number
    The maximum number of outputs on the ingress bridge.
    max_bitrate int
    The maximum expected bitrate of the ingress bridge.
    max_outputs int
    The maximum number of outputs on the ingress bridge.
    maxBitrate Number
    The maximum expected bitrate of the ingress bridge.
    maxOutputs Number
    The maximum number of outputs on the ingress bridge.

    BridgeNetworkOutput, BridgeNetworkOutputArgs

    IpAddress string
    The network output IP Address.
    Name string
    The network output name.
    NetworkName string
    The network output's gateway network name.
    Port int
    The network output port.
    Protocol Pulumi.AwsNative.MediaConnect.BridgeProtocolEnum
    The network output protocol.
    Ttl int
    The network output TTL.
    IpAddress string
    The network output IP Address.
    Name string
    The network output name.
    NetworkName string
    The network output's gateway network name.
    Port int
    The network output port.
    Protocol BridgeProtocolEnum
    The network output protocol.
    Ttl int
    The network output TTL.
    ipAddress String
    The network output IP Address.
    name String
    The network output name.
    networkName String
    The network output's gateway network name.
    port Integer
    The network output port.
    protocol BridgeProtocolEnum
    The network output protocol.
    ttl Integer
    The network output TTL.
    ipAddress string
    The network output IP Address.
    name string
    The network output name.
    networkName string
    The network output's gateway network name.
    port number
    The network output port.
    protocol BridgeProtocolEnum
    The network output protocol.
    ttl number
    The network output TTL.
    ip_address str
    The network output IP Address.
    name str
    The network output name.
    network_name str
    The network output's gateway network name.
    port int
    The network output port.
    protocol BridgeProtocolEnum
    The network output protocol.
    ttl int
    The network output TTL.
    ipAddress String
    The network output IP Address.
    name String
    The network output name.
    networkName String
    The network output's gateway network name.
    port Number
    The network output port.
    protocol "rtp-fec" | "rtp" | "udp"
    The network output protocol.
    ttl Number
    The network output TTL.

    BridgeNetworkSource, BridgeNetworkSourceArgs

    MulticastIp string
    The network source multicast IP.
    Name string
    The name of the network source.
    NetworkName string
    The network source's gateway network name.
    Port int
    The network source port.
    Protocol Pulumi.AwsNative.MediaConnect.BridgeProtocolEnum
    The network source protocol.
    MulticastIp string
    The network source multicast IP.
    Name string
    The name of the network source.
    NetworkName string
    The network source's gateway network name.
    Port int
    The network source port.
    Protocol BridgeProtocolEnum
    The network source protocol.
    multicastIp String
    The network source multicast IP.
    name String
    The name of the network source.
    networkName String
    The network source's gateway network name.
    port Integer
    The network source port.
    protocol BridgeProtocolEnum
    The network source protocol.
    multicastIp string
    The network source multicast IP.
    name string
    The name of the network source.
    networkName string
    The network source's gateway network name.
    port number
    The network source port.
    protocol BridgeProtocolEnum
    The network source protocol.
    multicast_ip str
    The network source multicast IP.
    name str
    The name of the network source.
    network_name str
    The network source's gateway network name.
    port int
    The network source port.
    protocol BridgeProtocolEnum
    The network source protocol.
    multicastIp String
    The network source multicast IP.
    name String
    The name of the network source.
    networkName String
    The network source's gateway network name.
    port Number
    The network source port.
    protocol "rtp-fec" | "rtp" | "udp"
    The network source protocol.

    BridgeOutput, BridgeOutputArgs

    BridgeProtocolEnum, BridgeProtocolEnumArgs

    RtpFec
    rtp-fec
    Rtp
    rtp
    Udp
    udp
    BridgeProtocolEnumRtpFec
    rtp-fec
    BridgeProtocolEnumRtp
    rtp
    BridgeProtocolEnumUdp
    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

    BridgeSource, BridgeSourceArgs

    BridgeSourcePriority, BridgeSourcePriorityArgs

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

    BridgeStateEnum, BridgeStateEnumArgs

    Creating
    CREATING
    Standby
    STANDBY
    Starting
    STARTING
    Deploying
    DEPLOYING
    Active
    ACTIVE
    Stopping
    STOPPING
    Deleting
    DELETING
    Deleted
    DELETED
    StartFailed
    START_FAILED
    StartPending
    START_PENDING
    Updating
    UPDATING
    BridgeStateEnumCreating
    CREATING
    BridgeStateEnumStandby
    STANDBY
    BridgeStateEnumStarting
    STARTING
    BridgeStateEnumDeploying
    DEPLOYING
    BridgeStateEnumActive
    ACTIVE
    BridgeStateEnumStopping
    STOPPING
    BridgeStateEnumDeleting
    DELETING
    BridgeStateEnumDeleted
    DELETED
    BridgeStateEnumStartFailed
    START_FAILED
    BridgeStateEnumStartPending
    START_PENDING
    BridgeStateEnumUpdating
    UPDATING
    Creating
    CREATING
    Standby
    STANDBY
    Starting
    STARTING
    Deploying
    DEPLOYING
    Active
    ACTIVE
    Stopping
    STOPPING
    Deleting
    DELETING
    Deleted
    DELETED
    StartFailed
    START_FAILED
    StartPending
    START_PENDING
    Updating
    UPDATING
    Creating
    CREATING
    Standby
    STANDBY
    Starting
    STARTING
    Deploying
    DEPLOYING
    Active
    ACTIVE
    Stopping
    STOPPING
    Deleting
    DELETING
    Deleted
    DELETED
    StartFailed
    START_FAILED
    StartPending
    START_PENDING
    Updating
    UPDATING
    CREATING
    CREATING
    STANDBY
    STANDBY
    STARTING
    STARTING
    DEPLOYING
    DEPLOYING
    ACTIVE
    ACTIVE
    STOPPING
    STOPPING
    DELETING
    DELETING
    DELETED
    DELETED
    START_FAILED
    START_FAILED
    START_PENDING
    START_PENDING
    UPDATING
    UPDATING
    "CREATING"
    CREATING
    "STANDBY"
    STANDBY
    "STARTING"
    STARTING
    "DEPLOYING"
    DEPLOYING
    "ACTIVE"
    ACTIVE
    "STOPPING"
    STOPPING
    "DELETING"
    DELETING
    "DELETED"
    DELETED
    "START_FAILED"
    START_FAILED
    "START_PENDING"
    START_PENDING
    "UPDATING"
    UPDATING

    BridgeVpcInterfaceAttachment, BridgeVpcInterfaceAttachmentArgs

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi