Class: Aws::MediaConnect::Types::VpcInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::VpcInterface
- 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
-
#name ⇒ String
Immutable and has to be a unique against other VpcInterfaces in this Flow.
-
#network_interface_ids ⇒ Array<String>
IDs of the network interfaces created in customer's account by MediaConnect.
-
#network_interface_type ⇒ String
The type of network interface.
-
#role_arn ⇒ String
Role Arn MediaConnect can assumes to create ENIs in customer's account.
-
#security_group_ids ⇒ Array<String>
Security Group IDs to be used on ENI.
-
#subnet_id ⇒ String
Subnet must be in the AZ of the Flow.
Instance Attribute Details
#name ⇒ String
Immutable and has to be a unique against other VpcInterfaces in this Flow.
5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5413 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_ids ⇒ Array<String>
IDs of the network interfaces created in customer's account by MediaConnect.
5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5413 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_type ⇒ String
The type of network interface.
5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5413 class VpcInterface < Struct.new( :name, :network_interface_ids, :network_interface_type, :role_arn, :security_group_ids, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
Role Arn MediaConnect can assumes to create ENIs in customer's account
5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5413 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_ids ⇒ Array<String>
Security Group IDs to be used on ENI.
5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5413 class VpcInterface < Struct.new( :name, :network_interface_ids, :network_interface_type, :role_arn, :security_group_ids, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
Subnet must be in the AZ of the Flow
5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5413 class VpcInterface < Struct.new( :name, :network_interface_ids, :network_interface_type, :role_arn, :security_group_ids, :subnet_id) SENSITIVE = [] include Aws::Structure end |