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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.ManifestFileLocationProperty
static final class
An implementation forCfnDataSource.ManifestFileLocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
Amazon S3 bucket.- See Also:
-
getKey
Amazon S3 key that identifies an object.- See Also:
-
builder
-