Class: Aws::MediaConnect::Types::VpcInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::VpcInterface
- 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
-
#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.
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_ids ⇒ Array<String>
IDs of the network interfaces created in customer’s account by MediaConnect.
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_type ⇒ String
The type of network interface.
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_arn ⇒ String
Role Arn MediaConnect can assumes to create ENIs in customer’s account
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_ids ⇒ Array<String>
Security Group IDs to be used on ENI.
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_id ⇒ String
Subnet must be in the AZ of the Flow
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 |