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.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5305 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.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5305 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.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5305 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
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5305 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.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5305 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
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5305 class VpcInterface < Struct.new( :name, :network_interface_ids, :network_interface_type, :role_arn, :security_group_ids, :subnet_id) SENSITIVE = [] include Aws::Structure end |