Class: Aws::MediaConnect::Types::CreateBridgeRequest

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

Overview

Creates a new bridge. The request must include one source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#egress_gateway_bridgeTypes::AddEgressGatewayBridgeRequest

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



907
908
909
910
911
912
913
914
915
916
917
# File 'lib/aws-sdk-mediaconnect/types.rb', line 907

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

#ingress_gateway_bridgeTypes::AddIngressGatewayBridgeRequest

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



907
908
909
910
911
912
913
914
915
916
917
# File 'lib/aws-sdk-mediaconnect/types.rb', line 907

class CreateBridgeRequest < Struct.new(
  :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. This name can not be modified after the bridge is created.

Returns:

  • (String)


907
908
909
910
911
912
913
914
915
916
917
# File 'lib/aws-sdk-mediaconnect/types.rb', line 907

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

#outputsArray<Types::AddBridgeOutputRequest>

The outputs that you want to add to this bridge.

Returns:



907
908
909
910
911
912
913
914
915
916
917
# File 'lib/aws-sdk-mediaconnect/types.rb', line 907

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

#placement_arnString

The bridge placement Amazon Resource Number (ARN).

Returns:

  • (String)


907
908
909
910
911
912
913
914
915
916
917
# File 'lib/aws-sdk-mediaconnect/types.rb', line 907

class CreateBridgeRequest < Struct.new(
  :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.



907
908
909
910
911
912
913
914
915
916
917
# File 'lib/aws-sdk-mediaconnect/types.rb', line 907

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

#sourcesArray<Types::AddBridgeSourceRequest>

The sources that you want to add to this bridge.

Returns:



907
908
909
910
911
912
913
914
915
916
917
# File 'lib/aws-sdk-mediaconnect/types.rb', line 907

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