@Stability(value=Stable)
public static interface CfnReceiptRule.WorkmailActionProperty
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.*;
WorkmailActionProperty workmailActionProperty = WorkmailActionProperty.builder()
.organizationArn("organizationArn")
// the properties below are optional
.topicArn("topicArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReceiptRule.WorkmailActionProperty.Builder
A builder for
CfnReceiptRule.WorkmailActionProperty |
static class |
CfnReceiptRule.WorkmailActionProperty.Jsii$Proxy
An implementation for
CfnReceiptRule.WorkmailActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReceiptRule.WorkmailActionProperty.Builder |
builder() |
String |
getOrganizationArn()
`CfnReceiptRule.WorkmailActionProperty.OrganizationArn`.
|
default String |
getTopicArn()
`CfnReceiptRule.WorkmailActionProperty.TopicArn`.
|
@Stability(value=Stable) @NotNull String getOrganizationArn()
@Stability(value=Stable) @Nullable default String getTopicArn()
@Stability(value=Stable) static CfnReceiptRule.WorkmailActionProperty.Builder builder()
Copyright © 2021. All rights reserved.