aws-cdk-lib.aws_quicksight.CfnDataSource.ManifestFileLocationProperty

interface ManifestFileLocationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSource.ManifestFileLocationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSource_ManifestFileLocationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSource.ManifestFileLocationProperty
Pythonaws_cdk.aws_quicksight.CfnDataSource.ManifestFileLocationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSource » ManifestFileLocationProperty

Amazon S3 manifest file location.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const manifestFileLocationProperty: quicksight.CfnDataSource.ManifestFileLocationProperty = {
  bucket: 'bucket',
  key: 'key',
};

Properties

NameTypeDescription
bucketstringAmazon S3 bucket.
keystringAmazon S3 key that identifies an object.

bucket

Type: string

Amazon S3 bucket.


key

Type: string

Amazon S3 key that identifies an object.