@Stability(value=Stable)
public static interface CfnDatastore.ServiceManagedS3Property
extends software.amazon.jsii.JsiiSerializable
You can't change the choice of Amazon S3 storage after your data store is created.
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.iotanalytics.*; ServiceManagedS3Property serviceManagedS3Property = ServiceManagedS3Property.builder().build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatastore.ServiceManagedS3Property.Builder
A builder for
CfnDatastore.ServiceManagedS3Property |
static class |
CfnDatastore.ServiceManagedS3Property.Jsii$Proxy
An implementation for
CfnDatastore.ServiceManagedS3Property |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatastore.ServiceManagedS3Property.Builder |
builder() |
@Stability(value=Stable) static CfnDatastore.ServiceManagedS3Property.Builder builder()
Copyright © 2022. All rights reserved.