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
show all
Defined in:
(unknown)

Overview

The settings for a VPC Source.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Immutable and has to be a unique against other VpcInterfaces in this Flow

Returns:

  • (String)

    Immutable and has to be a unique against other VpcInterfaces in this Flow.

#network_interface_idsArray<String>

IDs of the network interfaces created in customer\'s account by MediaConnect.

Returns:

  • (Array<String>)

    IDs of the network interfaces created in customer\'s account by MediaConnect.

#role_arnString

Role Arn MediaConnect can assumes to create ENIs in customer\'s account

Returns:

  • (String)

    Role Arn MediaConnect can assumes to create ENIs in customer\'s account.

#security_group_idsArray<String>

Security Group IDs to be used on ENI.

Returns:

  • (Array<String>)

    Security Group IDs to be used on ENI.

#subnet_idString

Subnet must be in the AZ of the Flow

Returns:

  • (String)

    Subnet must be in the AZ of the Flow.