@Stability(value=Stable)
public static interface CfnDatastore.CustomerManagedS3Property
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
CustomerManagedS3Property customerManagedS3Property = CustomerManagedS3Property.builder()
.bucket("bucket")
.roleArn("roleArn")
// the properties below are optional
.keyPrefix("keyPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatastore.CustomerManagedS3Property.Builder
A builder for
CfnDatastore.CustomerManagedS3Property |
static class |
CfnDatastore.CustomerManagedS3Property.Jsii$Proxy
An implementation for
CfnDatastore.CustomerManagedS3Property |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatastore.CustomerManagedS3Property.Builder |
builder() |
String |
getBucket()
`CfnDatastore.CustomerManagedS3Property.Bucket`.
|
default String |
getKeyPrefix()
`CfnDatastore.CustomerManagedS3Property.KeyPrefix`.
|
String |
getRoleArn()
`CfnDatastore.CustomerManagedS3Property.RoleArn`.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @Nullable default String getKeyPrefix()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnDatastore.CustomerManagedS3Property.Builder builder()
Copyright © 2021. All rights reserved.