AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.mediaconnect.BridgeOutputResource
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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.
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:
- Bridge
Arn string - The Amazon Resource Number (ARN) of the bridge.
- Network
Output Pulumi.Aws Native. Media Connect. Inputs. Bridge Output Resource Bridge Network Output - The output of the bridge.
- Name string
- The network output name.
- Bridge
Arn string - The Amazon Resource Number (ARN) of the bridge.
- Network
Output BridgeOutput Resource Bridge Network Output Args - The output of the bridge.
- Name string
- The network output name.
- bridge
Arn String - The Amazon Resource Number (ARN) of the bridge.
- network
Output BridgeOutput Resource Bridge Network Output - The output of the bridge.
- name String
- The network output name.
- bridge
Arn string - The Amazon Resource Number (ARN) of the bridge.
- network
Output BridgeOutput Resource Bridge Network Output - The output of the bridge.
- name string
- The network output name.
- bridge_
arn str - The Amazon Resource Number (ARN) of the bridge.
- network_
output BridgeOutput Resource Bridge Network Output Args - The output of the bridge.
- name str
- The network output name.
- bridge
Arn String - The Amazon Resource Number (ARN) of the bridge.
- network
Output 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
- Ip
Address string - The network output IP Address.
- Network
Name string - The network output's gateway network name.
- Port int
- The network output port.
- Protocol
Pulumi.
Aws Native. Media Connect. Bridge Output Resource Bridge Network Output Protocol - The network output protocol.
- Ttl int
- The network output TTL.
- Ip
Address string - The network output IP Address.
- Network
Name string - The network output's gateway network name.
- Port int
- The network output port.
- Protocol
Bridge
Output Resource Bridge Network Output Protocol - The network output protocol.
- Ttl int
- The network output TTL.
- ip
Address String - The network output IP Address.
- network
Name String - The network output's gateway network name.
- port Integer
- The network output port.
- protocol
Bridge
Output Resource Bridge Network Output Protocol - The network output protocol.
- ttl Integer
- The network output TTL.
- ip
Address string - The network output IP Address.
- network
Name string - The network output's gateway network name.
- port number
- The network output port.
- protocol
Bridge
Output Resource Bridge Network Output Protocol - 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
Bridge
Output Resource Bridge Network Output Protocol - The network output protocol.
- ttl int
- The network output TTL.
- ip
Address String - The network output IP Address.
- network
Name 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
- Rtp
Fec - rtp-fec
- Rtp
- rtp
- Udp
- udp
- Bridge
Output Resource Bridge Network Output Protocol Rtp Fec - rtp-fec
- Bridge
Output Resource Bridge Network Output Protocol Rtp - rtp
- Bridge
Output Resource Bridge Network Output Protocol Udp - udp
- Rtp
Fec - rtp-fec
- Rtp
- rtp
- Udp
- udp
- Rtp
Fec - 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi