@Stability(value=Stable)
public static interface CfnTopicRule.S3ActionProperty
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.iot.*;
S3ActionProperty s3ActionProperty = S3ActionProperty.builder()
.bucketName("bucketName")
.key("key")
.roleArn("roleArn")
// the properties below are optional
.cannedAcl("cannedAcl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.S3ActionProperty.Builder
A builder for
CfnTopicRule.S3ActionProperty |
static class |
CfnTopicRule.S3ActionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.S3ActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.S3ActionProperty.Builder |
builder() |
String |
getBucketName()
`CfnTopicRule.S3ActionProperty.BucketName`.
|
default String |
getCannedAcl()
`CfnTopicRule.S3ActionProperty.CannedAcl`.
|
String |
getKey()
`CfnTopicRule.S3ActionProperty.Key`.
|
String |
getRoleArn()
`CfnTopicRule.S3ActionProperty.RoleArn`.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @Nullable default String getCannedAcl()
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnTopicRule.S3ActionProperty.Builder builder()
Copyright © 2021. All rights reserved.