Interface CfnDataSource.ManifestFileLocationProperty

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

@Stability(Stable) public static interface CfnDataSource.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.services.quicksight.*;
 ManifestFileLocationProperty manifestFileLocationProperty = ManifestFileLocationProperty.builder()
         .bucket("bucket")
         .key("key")
         .build();
 

See Also: