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

Class: Aws::KinesisAnalyticsV2::Types::ApplicationCodeConfigurationDescription

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

Overview

Describes code configuration for a Flink-based Kinesis Data Analytics application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#code_content_descriptionTypes::CodeContentDescription

Describes details about the location and format of the application code.

Returns:

#code_content_typeString

Specifies whether the code content is in text or zip format.

Possible values:

  • PLAINTEXT
  • ZIPFILE

Returns:

  • (String)

    Specifies whether the code content is in text or zip format.