@Stability(value=Stable)
public static interface CfnReceiptRule.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.ses.*;
S3ActionProperty s3ActionProperty = S3ActionProperty.builder()
.bucketName("bucketName")
// the properties below are optional
.kmsKeyArn("kmsKeyArn")
.objectKeyPrefix("objectKeyPrefix")
.topicArn("topicArn")
.build();
| 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.