Class: Aws::MediaConnect::Types::Bridge

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

Overview

A Bridge is the connection between your datacenter's Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your datacenter or from your datacenter to the AWS cloud.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

The Amazon Resource Number (ARN) of the bridge.

Returns:

  • (String)


647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#bridge_messagesArray<Types::MessageDetail>

Returns:



647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#bridge_stateString

Returns:

  • (String)


647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#egress_gateway_bridgeTypes::EgressGatewayBridge



647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_gateway_bridgeTypes::IngressGatewayBridge



647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the bridge.

Returns:

  • (String)


647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::BridgeOutput>

The outputs on this bridge.

Returns:



647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#placement_arnString

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

Returns:

  • (String)


647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#source_failover_configTypes::FailoverConfig

The settings for source failover.



647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::BridgeSource>

The sources on this bridge.

Returns:



647
648
649
650
651
652
653
654
655
656
657
658
659
660
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 647

class Bridge < Struct.new(
  :bridge_arn,
  :bridge_messages,
  :bridge_state,
  :egress_gateway_bridge,
  :ingress_gateway_bridge,
  :name,
  :outputs,
  :placement_arn,
  :source_failover_config,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end