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

Class: Aws::KinesisAnalyticsV2::Types::VpcConfigurationUpdate

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

Overview

Note:

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

{
  vpc_configuration_id: "Id", # required
  subnet_id_updates: ["SubnetId"],
  security_group_id_updates: ["SecurityGroupId"],
}

Describes updates to the VPC configuration used by the application.

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_id_updatesArray<String>

Describes updates to the array of SecurityGroup IDs used by the VPC configuration.

Returns:

  • (Array<String>)

    Describes updates to the array of [SecurityGroup][1] IDs used by the VPC configuration.

#subnet_id_updatesArray<String>

Describes updates to the array of Subnet IDs used by the VPC configuration.

Returns:

  • (Array<String>)

    Describes updates to the array of [Subnet][1] IDs used by the VPC configuration.

#vpc_configuration_idString

Describes an update to the ID of the VPC configuration.

Returns:

  • (String)

    Describes an update to the ID of the VPC configuration.