class Aws::KinesisAnalyticsV2::Types::CodeContentUpdate

Describes an update to the code of an application. Not supported for Apache Zeppelin.

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

data as a hash:

    {
      text_content_update: "TextContent",
      zip_file_content_update: "data",
      s3_content_location_update: {
        bucket_arn_update: "BucketARN",
        file_key_update: "FileKey",
        object_version_update: "ObjectVersion",
      },
    }

@!attribute [rw] text_content_update

Describes an update to the text code for an application.
@return [String]

@!attribute [rw] zip_file_content_update

Describes an update to the zipped code for an application.
@return [String]

@!attribute [rw] s3_content_location_update

Describes an update to the location of code for an application.
@return [Types::S3ContentLocationUpdate]

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

Constants

SENSITIVE