@Stability(value=Stable)
public static interface CfnChannel.ChannelStorageProperty
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.*;
ChannelStorageProperty channelStorageProperty = ChannelStorageProperty.builder()
.customerManagedS3(CustomerManagedS3Property.builder()
.bucket("bucket")
.roleArn("roleArn")
// the properties below are optional
.keyPrefix("keyPrefix")
.build())
.serviceManagedS3(ServiceManagedS3Property.builder().build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.ChannelStorageProperty.Builder
A builder for
CfnChannel.ChannelStorageProperty |
static class |
CfnChannel.ChannelStorageProperty.Jsii$Proxy
An implementation for
CfnChannel.ChannelStorageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.ChannelStorageProperty.Builder |
builder() |
default Object |
getCustomerManagedS3()
`CfnChannel.ChannelStorageProperty.CustomerManagedS3`.
|
default Object |
getServiceManagedS3()
`CfnChannel.ChannelStorageProperty.ServiceManagedS3`.
|
@Stability(value=Stable) @Nullable default Object getCustomerManagedS3()
@Stability(value=Stable) @Nullable default Object getServiceManagedS3()
@Stability(value=Stable) static CfnChannel.ChannelStorageProperty.Builder builder()
Copyright © 2021. All rights reserved.