You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::Types::VpcConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VpcConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  subnet_ids: ["SubnetId"], # required
  security_group_ids: ["SecurityGroupId"], # required
}

Describes the parameters of a VPC used by the application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

The array of SecurityGroup IDs used by the VPC configuration.

Returns:

  • (Array<String>)

    The array of [SecurityGroup][1] IDs used by the VPC configuration.

#subnet_idsArray<String>

The array of Subnet IDs used by the VPC configuration.

Returns:

  • (Array<String>)

    The array of [Subnet][1] IDs used by the VPC configuration.