Class: Aws::MediaConnect::Types::SetGatewayBridgeSourceRequest

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

Overview

The source configuration for cloud flows receiving a stream from a bridge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arn ⇒ String

The ARN of the bridge feeding this flow.

Returns:

  • (String)


7328
7329
7330
7331
7332
7333
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7328

class SetGatewayBridgeSourceRequest < Struct.new(
  :bridge_arn,
  :vpc_interface_attachment)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment

The name of the VPC interface attachment to use for this bridge source.



7328
7329
7330
7331
7332
7333
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7328

class SetGatewayBridgeSourceRequest < Struct.new(
  :bridge_arn,
  :vpc_interface_attachment)
  SENSITIVE = []
  include Aws::Structure
end