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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5167

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


5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5167

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)


5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5167

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)


5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5167

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


5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5167

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)


5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5167

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