@Stability(value=Stable)
public static interface CfnDataSource.ManifestFileLocationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.ManifestFileLocationProperty.Builder
A builder for
CfnDataSource.ManifestFileLocationProperty |
static class |
CfnDataSource.ManifestFileLocationProperty.Jsii$Proxy
An implementation for
CfnDataSource.ManifestFileLocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.ManifestFileLocationProperty.Builder |
builder() |
String |
getBucket()
Amazon S3 bucket.
|
String |
getKey()
Amazon S3 key that identifies an object.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) static CfnDataSource.ManifestFileLocationProperty.Builder builder()
Copyright © 2022. All rights reserved.