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

Class: Aws::KinesisAnalyticsV2::Types::VpcConfigurationDescription

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

Overview

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.

#vpc_configuration_idString

The ID of the VPC configuration.

Returns:

  • (String)

    The ID of the VPC configuration.

#vpc_idString

The ID of the associated VPC.

Returns:

  • (String)

    The ID of the associated VPC.