class Aws::KinesisAnalyticsV2::Types::ApplicationCodeConfiguration

Describes code configuration for an application.

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

data as a hash:

    {
      code_content: {
        text_content: "TextContent",
        zip_file_content: "data",
        s3_content_location: {
          bucket_arn: "BucketARN", # required
          file_key: "FileKey", # required
          object_version: "ObjectVersion",
        },
      },
      code_content_type: "PLAINTEXT", # required, accepts PLAINTEXT, ZIPFILE
    }

@!attribute [rw] code_content

The location and type of the application code.
@return [Types::CodeContent]

@!attribute [rw] code_content_type

Specifies whether the code content is in text or zip format.
@return [String]

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

Constants

SENSITIVE