Class: Aws::MediaConnect::Types::BridgeFlowSource

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

Overview

The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the cloud flow used as a source of this bridge.

Returns:

  • (String)


714
715
716
717
718
719
720
721
# File 'lib/aws-sdk-mediaconnect/types.rb', line 714

class BridgeFlowSource < Struct.new(
  :flow_arn,
  :flow_vpc_interface_attachment,
  :name,
  :output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#flow_vpc_interface_attachmentTypes::VpcInterfaceAttachment

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



714
715
716
717
718
719
720
721
# File 'lib/aws-sdk-mediaconnect/types.rb', line 714

class BridgeFlowSource < Struct.new(
  :flow_arn,
  :flow_vpc_interface_attachment,
  :name,
  :output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow source.

Returns:

  • (String)


714
715
716
717
718
719
720
721
# File 'lib/aws-sdk-mediaconnect/types.rb', line 714

class BridgeFlowSource < Struct.new(
  :flow_arn,
  :flow_vpc_interface_attachment,
  :name,
  :output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#output_arnString

The Amazon Resource Number (ARN) of the output.

Returns:

  • (String)


714
715
716
717
718
719
720
721
# File 'lib/aws-sdk-mediaconnect/types.rb', line 714

class BridgeFlowSource < Struct.new(
  :flow_arn,
  :flow_vpc_interface_attachment,
  :name,
  :output_arn)
  SENSITIVE = []
  include Aws::Structure
end