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

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

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

    Using getBridgeSource

    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 getBridgeSource(args: GetBridgeSourceArgs, opts?: InvokeOptions): Promise<GetBridgeSourceResult>
    function getBridgeSourceOutput(args: GetBridgeSourceOutputArgs, opts?: InvokeOptions): Output<GetBridgeSourceResult>
    def get_bridge_source(bridge_arn: Optional[str] = None,
                          name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetBridgeSourceResult
    def get_bridge_source_output(bridge_arn: Optional[pulumi.Input[str]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetBridgeSourceResult]
    func LookupBridgeSource(ctx *Context, args *LookupBridgeSourceArgs, opts ...InvokeOption) (*LookupBridgeSourceResult, error)
    func LookupBridgeSourceOutput(ctx *Context, args *LookupBridgeSourceOutputArgs, opts ...InvokeOption) LookupBridgeSourceResultOutput

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

    public static class GetBridgeSource 
    {
        public static Task<GetBridgeSourceResult> InvokeAsync(GetBridgeSourceArgs args, InvokeOptions? opts = null)
        public static Output<GetBridgeSourceResult> Invoke(GetBridgeSourceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBridgeSourceResult> getBridgeSource(GetBridgeSourceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:mediaconnect:getBridgeSource
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    Name string
    The name of the source.
    BridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    Name string
    The name of the source.
    bridgeArn String
    The Amazon Resource Number (ARN) of the bridge.
    name String
    The name of the source.
    bridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    name string
    The name of the source.
    bridge_arn str
    The Amazon Resource Number (ARN) of the bridge.
    name str
    The name of the source.
    bridgeArn String
    The Amazon Resource Number (ARN) of the bridge.
    name String
    The name of the source.

    getBridgeSource Result

    The following output properties are available:

    Supporting Types

    BridgeSourceBridgeFlowSource

    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

    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

    BridgeSourceVpcInterfaceAttachment

    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