Class: Aws::MediaConnect::Types::UpdateBridgeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

TheAmazon Resource Name (ARN) of the bridge that you want to update.

Returns:

  • (String)


8191
8192
8193
8194
8195
8196
8197
8198
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8191

class UpdateBridgeRequest < Struct.new(
  :bridge_arn,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :source_failover_config)
  SENSITIVE = []
  include Aws::Structure
end

#egress_gateway_bridgeTypes::UpdateEgressGatewayBridgeRequest

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



8191
8192
8193
8194
8195
8196
8197
8198
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8191

class UpdateBridgeRequest < Struct.new(
  :bridge_arn,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :source_failover_config)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_gateway_bridgeTypes::UpdateIngressGatewayBridgeRequest

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



8191
8192
8193
8194
8195
8196
8197
8198
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8191

class UpdateBridgeRequest < Struct.new(
  :bridge_arn,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :source_failover_config)
  SENSITIVE = []
  include Aws::Structure
end

#source_failover_configTypes::UpdateFailoverConfig

The settings for source failover.



8191
8192
8193
8194
8195
8196
8197
8198
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8191

class UpdateBridgeRequest < Struct.new(
  :bridge_arn,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :source_failover_config)
  SENSITIVE = []
  include Aws::Structure
end