class Aws::KinesisAnalyticsV2::Types::VpcConfigurationUpdate

Describes updates to the VPC configuration used by the application.

@note When making an API call, you may pass VpcConfigurationUpdate

data as a hash:

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

@!attribute [rw] vpc_configuration_id

Describes an update to the ID of the VPC configuration.
@return [String]

@!attribute [rw] subnet_id_updates

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

[1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Subnet.html
@return [Array<String>]

@!attribute [rw] security_group_id_updates

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

[1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroup.html
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/VpcConfigurationUpdate AWS API Documentation

Constants

SENSITIVE