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

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

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::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 string
    The unique name of the resource.
    args BridgeSourceArgs
    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 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 string
    The unique name of the resource.
    args BridgeSourceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BridgeSourceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BridgeSourceArgs
    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 bridgeSourceResource = new aws_native.mediaconnect.BridgeSource("bridgeSourceResource", {
        bridgeArn: "string",
        flowSource: {
            flowArn: "string",
            flowVpcInterfaceAttachment: {
                vpcInterfaceName: "string",
            },
        },
        name: "string",
        networkSource: {
            multicastIp: "string",
            networkName: "string",
            port: 0,
            protocol: aws_native.mediaconnect.BridgeSourceProtocolEnum.RtpFec,
        },
    });
    
    Coming soon!
    

    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

    The BridgeSource resource accepts the following input properties:

    BridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    FlowSource BridgeSourceBridgeFlowSourceArgs
    Name string
    The name of the source.
    NetworkSource BridgeSourceBridgeNetworkSourceArgs
    bridgeArn String
    The Amazon Resource Number (ARN) of the bridge.
    flowSource BridgeSourceBridgeFlowSource
    name String
    The name of the source.
    networkSource BridgeSourceBridgeNetworkSource
    bridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    flowSource BridgeSourceBridgeFlowSource
    name string
    The name of the source.
    networkSource BridgeSourceBridgeNetworkSource
    bridge_arn str
    The Amazon Resource Number (ARN) of the bridge.
    flow_source BridgeSourceBridgeFlowSourceArgs
    name str
    The name of the source.
    network_source BridgeSourceBridgeNetworkSourceArgs
    bridgeArn String
    The Amazon Resource Number (ARN) of the bridge.
    flowSource Property Map
    name String
    The name of the source.
    networkSource Property Map

    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 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 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 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 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 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 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 string
    The network source multicast IP.
    NetworkName string
    The network source's gateway network name.
    Port int
    The network source port.
    Protocol Pulumi.AwsNative.MediaConnect.BridgeSourceProtocolEnum
    The network source protocol.
    MulticastIp string
    The network source multicast IP.
    NetworkName string
    The network source's gateway network name.
    Port int
    The network source port.
    Protocol BridgeSourceProtocolEnum
    The network source protocol.
    multicastIp String
    The network source multicast IP.
    networkName String
    The network source's gateway network name.
    port Integer
    The network source port.
    protocol BridgeSourceProtocolEnum
    The network source protocol.
    multicastIp string
    The network source multicast IP.
    networkName string
    The network source's gateway network name.
    port number
    The network source port.
    protocol BridgeSourceProtocolEnum
    The network source protocol.
    multicast_ip str
    The network source multicast IP.
    network_name str
    The network source's gateway network name.
    port int
    The network source port.
    protocol BridgeSourceProtocolEnum
    The network source protocol.
    multicastIp String
    The network source multicast IP.
    networkName String
    The network source's gateway network name.
    port Number
    The network source port.
    protocol "rtp-fec" | "rtp" | "udp"
    The network source protocol.

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