You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConnect::Types::VpcInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::VpcInterface
- Defined in:
- (unknown)
Overview
The settings for a VPC Source.
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.
-
#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
#network_interface_ids ⇒ Array<String>
IDs of the network interfaces created in customer\'s account by MediaConnect.
#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