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

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

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

    Create BridgeOutputResource Resource

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

    Constructor syntax

    new BridgeOutputResource(name: string, args: BridgeOutputResourceArgs, opts?: CustomResourceOptions);
    @overload
    def BridgeOutputResource(resource_name: str,
                             args: BridgeOutputResourceArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def BridgeOutputResource(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             bridge_arn: Optional[str] = None,
                             network_output: Optional[BridgeOutputResourceBridgeNetworkOutputArgs] = None,
                             name: Optional[str] = None)
    func NewBridgeOutputResource(ctx *Context, name string, args BridgeOutputResourceArgs, opts ...ResourceOption) (*BridgeOutputResource, error)
    public BridgeOutputResource(string name, BridgeOutputResourceArgs args, CustomResourceOptions? opts = null)
    public BridgeOutputResource(String name, BridgeOutputResourceArgs args)
    public BridgeOutputResource(String name, BridgeOutputResourceArgs args, CustomResourceOptions options)
    
    type: aws-native:mediaconnect:BridgeOutputResource
    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 BridgeOutputResourceArgs
    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 BridgeOutputResourceArgs
    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 BridgeOutputResourceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BridgeOutputResourceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BridgeOutputResourceArgs
    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 bridgeOutputResourceResource = new aws_native.mediaconnect.BridgeOutputResource("bridgeOutputResourceResource", {
        bridgeArn: "string",
        networkOutput: {
            ipAddress: "string",
            networkName: "string",
            port: 0,
            protocol: aws_native.mediaconnect.BridgeOutputResourceBridgeNetworkOutputProtocol.RtpFec,
            ttl: 0,
        },
        name: "string",
    });
    
    Coming soon!
    

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

    BridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    NetworkOutput Pulumi.AwsNative.MediaConnect.Inputs.BridgeOutputResourceBridgeNetworkOutput
    The output of the bridge.
    Name string
    The network output name.
    BridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    NetworkOutput BridgeOutputResourceBridgeNetworkOutputArgs
    The output of the bridge.
    Name string
    The network output name.
    bridgeArn String
    The Amazon Resource Number (ARN) of the bridge.
    networkOutput BridgeOutputResourceBridgeNetworkOutput
    The output of the bridge.
    name String
    The network output name.
    bridgeArn string
    The Amazon Resource Number (ARN) of the bridge.
    networkOutput BridgeOutputResourceBridgeNetworkOutput
    The output of the bridge.
    name string
    The network output name.
    bridge_arn str
    The Amazon Resource Number (ARN) of the bridge.
    network_output BridgeOutputResourceBridgeNetworkOutputArgs
    The output of the bridge.
    name str
    The network output name.
    bridgeArn String
    The Amazon Resource Number (ARN) of the bridge.
    networkOutput Property Map
    The output of the bridge.
    name String
    The network output name.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the BridgeOutputResource 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

    BridgeOutputResourceBridgeNetworkOutput, BridgeOutputResourceBridgeNetworkOutputArgs

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

    RtpFec
    rtp-fec
    Rtp
    rtp
    Udp
    udp
    BridgeOutputResourceBridgeNetworkOutputProtocolRtpFec
    rtp-fec
    BridgeOutputResourceBridgeNetworkOutputProtocolRtp
    rtp
    BridgeOutputResourceBridgeNetworkOutputProtocolUdp
    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

    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