aws-cdk-lib.aws_kinesisanalytics.CfnApplicationV2.S3ContentBaseLocationProperty

interface S3ContentBaseLocationProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalytics.CfnApplicationV2.S3ContentBaseLocationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalytics#CfnApplicationV2_S3ContentBaseLocationProperty
Javasoftware.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.S3ContentBaseLocationProperty
Pythonaws_cdk.aws_kinesisanalytics.CfnApplicationV2.S3ContentBaseLocationProperty
TypeScript aws-cdk-lib » aws_kinesisanalytics » CfnApplicationV2 » S3ContentBaseLocationProperty

The base location of the Amazon Data Analytics application.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalytics as kinesisanalytics } from 'aws-cdk-lib';
const s3ContentBaseLocationProperty: kinesisanalytics.CfnApplicationV2.S3ContentBaseLocationProperty = {
  bucketArn: 'bucketArn',

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

Properties

NameTypeDescription
bucketArnstringThe Amazon Resource Name (ARN) of the S3 bucket.
basePath?stringThe base path for the S3 bucket.

bucketArn

Type: string

The Amazon Resource Name (ARN) of the S3 bucket.


basePath?

Type: string (optional)

The base path for the S3 bucket.