Resource schema for AWS::MediaConnect::Bridge
name
(String) The name of the bridge.placement_arn
(String) The placement Amazon Resource Number (ARN) of the bridge.sources
(Attributes List) The sources on this bridge. (see below for nested schema)egress_gateway_bridge
(Attributes) (see below for nested schema)ingress_gateway_bridge
(Attributes) (see below for nested schema)outputs
(Attributes List) The outputs on this bridge. (see below for nested schema)source_failover_config
(Attributes) The settings for source failover. (see below for nested schema)bridge_arn
(String) The Amazon Resource Number (ARN) of the bridge.bridge_state
(String)id
(String) Uniquely identifies the resource.sources
Optional:
flow_source
(Attributes) The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow. (see below for nested schema)network_source
(Attributes) The source of the bridge. A network source originates at your premises. (see below for nested schema)sources.flow_source
Required:
flow_arn
(String) The ARN of the cloud flow used as a source of this bridge.name
(String) The name of the flow source.Optional:
flow_vpc_interface_attachment
(Attributes) The name of the VPC interface attachment to use for this source. (see below for nested schema)sources.flow_source.flow_vpc_interface_attachment
Optional:
vpc_interface_name
(String) The name of the VPC interface to use for this resource.sources.network_source
Required:
multicast_ip
(String) The network source multicast IP.name
(String) The name of the network source.network_name
(String) The network source's gateway network name.port
(Number) The network source port.protocol
(String) The network source protocol.egress_gateway_bridge
Required:
max_bitrate
(Number) The maximum expected bitrate of the egress bridge.ingress_gateway_bridge
Required:
max_bitrate
(Number) The maximum expected bitrate of the ingress bridge.max_outputs
(Number) The maximum number of outputs on the ingress bridge.outputs
Optional:
network_output
(Attributes) The output of the bridge. A network output is delivered to your premises. (see below for nested schema)outputs.network_output
Required:
ip_address
(String) The network output IP Address.name
(String) The network output name.network_name
(String) The network output's gateway network name.port
(Number) The network output port.protocol
(String) The network output protocol.ttl
(Number) The network output TTL.source_failover_config
Required:
failover_mode
(String) The type of failover you choose for this flow. FAILOVER allows switching between different streams.Optional:
source_priority
(Attributes) The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams. (see below for nested schema)state
(String)source_failover_config.source_priority
Optional:
primary_source
(String) The name of the source you choose as the primary source for this flow.Import is supported using the following syntax:
$ terraform import awscc_mediaconnect_bridge.example <resource ID>