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