@Stability(value=Stable)
public static interface CfnReceiptRule.S3ActionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReceiptRule.S3ActionProperty.Builder
A builder for
CfnReceiptRule.S3ActionProperty |
static class |
CfnReceiptRule.S3ActionProperty.Jsii$Proxy
An implementation for
CfnReceiptRule.S3ActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReceiptRule.S3ActionProperty.Builder |
builder() |
String |
getBucketName()
`CfnReceiptRule.S3ActionProperty.BucketName`.
|
default String |
getKmsKeyArn()
`CfnReceiptRule.S3ActionProperty.KmsKeyArn`.
|
default String |
getObjectKeyPrefix()
`CfnReceiptRule.S3ActionProperty.ObjectKeyPrefix`.
|
default String |
getTopicArn()
`CfnReceiptRule.S3ActionProperty.TopicArn`.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @Nullable default String getKmsKeyArn()
@Stability(value=Stable) @Nullable default String getObjectKeyPrefix()
@Stability(value=Stable) @Nullable default String getTopicArn()
@Stability(value=Stable) static CfnReceiptRule.S3ActionProperty.Builder builder()
Copyright © 2021. All rights reserved.