Class: Aws::MediaConnect::Types::VpcInterface

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

Overview

The settings for a VPC Source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Immutable and has to be a unique against other VpcInterfaces in this Flow.

Returns:

  • (String)


5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5277

class VpcInterface < Struct.new(
  :name,
  :network_interface_ids,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idsArray<String>

IDs of the network interfaces created in customer’s account by MediaConnect.

Returns:

  • (Array<String>)


5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5277

class VpcInterface < Struct.new(
  :name,
  :network_interface_ids,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_typeString

The type of network interface.

Returns:

  • (String)


5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5277

class VpcInterface < Struct.new(
  :name,
  :network_interface_ids,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

Role Arn MediaConnect can assumes to create ENIs in customer’s account

Returns:

  • (String)


5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5277

class VpcInterface < Struct.new(
  :name,
  :network_interface_ids,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

Security Group IDs to be used on ENI.

Returns:

  • (Array<String>)


5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5277

class VpcInterface < Struct.new(
  :name,
  :network_interface_ids,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

Subnet must be in the AZ of the Flow

Returns:

  • (String)


5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5277

class VpcInterface < Struct.new(
  :name,
  :network_interface_ids,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end