Class: Aws::KinesisAnalyticsV2::Types::DeployAsApplicationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_content_locationTypes::S3ContentBaseLocation

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.



1846
1847
1848
1849
1850
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1846

class DeployAsApplicationConfiguration < Struct.new(
  :s3_content_location)
  SENSITIVE = []
  include Aws::Structure
end