aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplication.DeployAsApplicationConfigurationProperty

interface DeployAsApplicationConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalyticsV2.CfnApplication.DeployAsApplicationConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalyticsv2#CfnApplication_DeployAsApplicationConfigurationProperty
Javasoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.DeployAsApplicationConfigurationProperty
Pythonaws_cdk.aws_kinesisanalyticsv2.CfnApplication.DeployAsApplicationConfigurationProperty
TypeScript aws-cdk-lib » aws_kinesisanalyticsv2 » CfnApplication » DeployAsApplicationConfigurationProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalyticsv2 as kinesisanalyticsv2 } from 'aws-cdk-lib';
const deployAsApplicationConfigurationProperty: kinesisanalyticsv2.CfnApplication.DeployAsApplicationConfigurationProperty = {
  s3ContentLocation: {
    bucketArn: 'bucketArn',

    // the properties below are optional
    basePath: 'basePath',
  },
};

Properties

NameTypeDescription
s3ContentLocationIResolvable | S3ContentBaseLocationPropertyThe 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.

s3ContentLocation

Type: IResolvable | S3ContentBaseLocationProperty

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.