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

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

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

    Using getBridgeOutputResource

    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 getBridgeOutputResource(args: GetBridgeOutputResourceArgs, opts?: InvokeOptions): Promise<GetBridgeOutputResourceResult>
    function getBridgeOutputResourceOutput(args: GetBridgeOutputResourceOutputArgs, opts?: InvokeOptions): Output<GetBridgeOutputResourceResult>
    def get_bridge_output_resource(bridge_arn: Optional[str] = None,
                                   name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetBridgeOutputResourceResult
    def get_bridge_output_resource_output(bridge_arn: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetBridgeOutputResourceResult]
    func LookupBridgeOutputResource(ctx *Context, args *LookupBridgeOutputResourceArgs, opts ...InvokeOption) (*LookupBridgeOutputResourceResult, error)
    func LookupBridgeOutputResourceOutput(ctx *Context, args *LookupBridgeOutputResourceOutputArgs, opts ...InvokeOption) LookupBridgeOutputResourceResultOutput

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

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

    The following arguments are supported:

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

    getBridgeOutputResource Result

    The following output properties are available:

    networkOutput Property Map
    The output of the bridge.

    Supporting Types

    BridgeOutputResourceBridgeNetworkOutput

    IpAddress string
    The network output IP Address.
    NetworkName string
    The network output's gateway network name.
    Port int
    The network output port.
    Protocol Pulumi.AwsNative.MediaConnect.BridgeOutputResourceBridgeNetworkOutputProtocol
    The network output protocol.
    Ttl int
    The network output TTL.
    IpAddress string
    The network output IP Address.
    NetworkName string
    The network output's gateway network name.
    Port int
    The network output port.
    Protocol BridgeOutputResourceBridgeNetworkOutputProtocol
    The network output protocol.
    Ttl int
    The network output TTL.
    ipAddress String
    The network output IP Address.
    networkName String
    The network output's gateway network name.
    port Integer
    The network output port.
    protocol BridgeOutputResourceBridgeNetworkOutputProtocol
    The network output protocol.
    ttl Integer
    The network output TTL.
    ipAddress string
    The network output IP Address.
    networkName string
    The network output's gateway network name.
    port number
    The network output port.
    protocol BridgeOutputResourceBridgeNetworkOutputProtocol
    The network output protocol.
    ttl number
    The network output TTL.
    ip_address str
    The network output IP Address.
    network_name str
    The network output's gateway network name.
    port int
    The network output port.
    protocol BridgeOutputResourceBridgeNetworkOutputProtocol
    The network output protocol.
    ttl int
    The network output TTL.
    ipAddress String
    The network output IP Address.
    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.

    BridgeOutputResourceBridgeNetworkOutputProtocol

    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