Bridge

class Bridge : KotlinCustomResource

Resource schema for AWS::MediaConnect::Bridge

Properties

Link copied to clipboard
val bridgeArn: Output<String>

The Amazon Resource Number (ARN) of the bridge.

Link copied to clipboard

The current status of the bridge. Possible values are: ACTIVE or STANDBY.

Link copied to clipboard

An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.

Link copied to clipboard
val name: Output<String>

The name of the bridge.

Link copied to clipboard
val outputs: Output<List<BridgeOutput>>?

The outputs on this bridge.

Link copied to clipboard
val placementArn: Output<String>

The placement Amazon Resource Number (ARN) of the bridge.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The settings for source failover.

Link copied to clipboard
val sources: Output<List<BridgeSource>>

The sources on this bridge.

Link copied to clipboard
val urn: Output<String>