class Aws::KinesisAnalyticsV2::Types::S3ContentLocationUpdate

Describes an update for the Amazon S3 code content location for an application.

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

data as a hash:

    {
      bucket_arn_update: "BucketARN",
      file_key_update: "FileKey",
      object_version_update: "ObjectVersion",
    }

@!attribute [rw] bucket_arn_update

The new Amazon Resource Name (ARN) for the S3 bucket containing the
application code.
@return [String]

@!attribute [rw] file_key_update

The new file key for the object containing the application code.
@return [String]

@!attribute [rw] object_version_update

The new version of the object containing the application code.
@return [String]

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

Constants

SENSITIVE