Interface CfnDataSourcePropsMixin.ManifestFileLocationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSourcePropsMixin.ManifestFileLocationProperty.Jsii$Proxy
Enclosing class:
CfnDataSourcePropsMixin

@Stability(Stable) public static interface CfnDataSourcePropsMixin.ManifestFileLocationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
 ManifestFileLocationProperty manifestFileLocationProperty = ManifestFileLocationProperty.builder()
         .bucket("bucket")
         .key("key")
         .build();
 

See Also: