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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.mediaconnect.BridgeOutputResource

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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 This property is required. string
The unique name of the resource.
args This property is required. BridgeOutputResourceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. BridgeOutputResourceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. BridgeOutputResourceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. BridgeOutputResourceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The BridgeOutputResource resource accepts the following input properties:

BridgeArn This property is required. string
The Amazon Resource Number (ARN) of the bridge.
NetworkOutput This property is required. Pulumi.AwsNative.MediaConnect.Inputs.BridgeOutputResourceBridgeNetworkOutput
The output of the bridge.
Name string
The network output name.
BridgeArn This property is required. string
The Amazon Resource Number (ARN) of the bridge.
NetworkOutput This property is required. BridgeOutputResourceBridgeNetworkOutputArgs
The output of the bridge.
Name string
The network output name.
bridgeArn This property is required. String
The Amazon Resource Number (ARN) of the bridge.
networkOutput This property is required. BridgeOutputResourceBridgeNetworkOutput
The output of the bridge.
name String
The network output name.
bridgeArn This property is required. string
The Amazon Resource Number (ARN) of the bridge.
networkOutput This property is required. BridgeOutputResourceBridgeNetworkOutput
The output of the bridge.
name string
The network output name.
bridge_arn This property is required. str
The Amazon Resource Number (ARN) of the bridge.
network_output This property is required. BridgeOutputResourceBridgeNetworkOutputArgs
The output of the bridge.
name str
The network output name.
bridgeArn This property is required. String
The Amazon Resource Number (ARN) of the bridge.
networkOutput This property is required. 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 This property is required. string
The network output IP Address.
NetworkName This property is required. string
The network output's gateway network name.
Port This property is required. int
The network output port.
Protocol This property is required. Pulumi.AwsNative.MediaConnect.BridgeOutputResourceBridgeNetworkOutputProtocol
The network output protocol.
Ttl This property is required. int
The network output TTL.
IpAddress This property is required. string
The network output IP Address.
NetworkName This property is required. string
The network output's gateway network name.
Port This property is required. int
The network output port.
Protocol This property is required. BridgeOutputResourceBridgeNetworkOutputProtocol
The network output protocol.
Ttl This property is required. int
The network output TTL.
ipAddress This property is required. String
The network output IP Address.
networkName This property is required. String
The network output's gateway network name.
port This property is required. Integer
The network output port.
protocol This property is required. BridgeOutputResourceBridgeNetworkOutputProtocol
The network output protocol.
ttl This property is required. Integer
The network output TTL.
ipAddress This property is required. string
The network output IP Address.
networkName This property is required. string
The network output's gateway network name.
port This property is required. number
The network output port.
protocol This property is required. BridgeOutputResourceBridgeNetworkOutputProtocol
The network output protocol.
ttl This property is required. number
The network output TTL.
ip_address This property is required. str
The network output IP Address.
network_name This property is required. str
The network output's gateway network name.
port This property is required. int
The network output port.
protocol This property is required. BridgeOutputResourceBridgeNetworkOutputProtocol
The network output protocol.
ttl This property is required. int
The network output TTL.
ipAddress This property is required. String
The network output IP Address.
networkName This property is required. String
The network output's gateway network name.
port This property is required. Number
The network output port.
protocol This property is required. "rtp-fec" | "rtp" | "udp"
The network output protocol.
ttl This property is required. 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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi