interface ManifestFileLocationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDataSource.ManifestFileLocationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDataSource.ManifestFileLocationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDataSource.ManifestFileLocationProperty | 
|  TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const manifestFileLocationProperty: quicksight.CfnDataSource.ManifestFileLocationProperty = {
  bucket: 'bucket',
  key: 'key',
};
Properties
| Name | Type | Description | 
|---|---|---|
| bucket | string | Amazon S3 bucket. | 
| key | string | Amazon S3 key that identifies an object. | 
bucket
Type:
string
Amazon S3 bucket.
key
Type:
string
Amazon S3 key that identifies an object.
