Class: Aws::KinesisAnalyticsV2::Types::DeployAsApplicationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::DeployAsApplicationConfiguration
- 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
-
#s3_content_location ⇒ Types::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.
Instance Attribute Details
#s3_content_location ⇒ Types::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.
2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2036 class DeployAsApplicationConfiguration < Struct.new( :s3_content_location) SENSITIVE = [] include Aws::Structure end |