ApplicationDeployAsApplicationConfigurationArgs

data class ApplicationDeployAsApplicationConfigurationArgs(val s3ContentLocation: Output<ApplicationS3ContentBaseLocationArgs>) : ConvertibleToJava<ApplicationDeployAsApplicationConfigurationArgs>

The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.

Constructors

constructor(s3ContentLocation: Output<ApplicationS3ContentBaseLocationArgs>)

Properties

Link copied to clipboard

The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationDeployAsApplicationConfigurationArgs