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)


9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9683

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>)


9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9683

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)


9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9683

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

A role Arn MediaConnect can assume to create ENIs in your account.

Returns:

  • (String)


9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9683

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>)


9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9683

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)


9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9683

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