@Stability(value=Stable)
public static interface CfnTopicRule.S3ActionProperty
extends software.amazon.jsii.JsiiSerializable
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) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default String getCannedAcl()
@Stability(value=Stable) static CfnTopicRule.S3ActionProperty.Builder builder()
Copyright © 2021. All rights reserved.