@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.221Z") @Stability(value=Stable) public interface WorkmailActionConfig extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
WorkmailActionConfig workmailActionConfig = WorkmailActionConfig.builder()
.organizationArn("organizationArn")
// the properties below are optional
.topicArn("topicArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
WorkmailActionConfig.Builder
A builder for
WorkmailActionConfig |
static class |
WorkmailActionConfig.Jsii$Proxy
An implementation for
WorkmailActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static WorkmailActionConfig.Builder |
builder() |
String |
getOrganizationArn()
The Amazon Resource Name (ARN) of the Amazon WorkMail organization.
|
default String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.
|
@Stability(value=Stable) @NotNull String getOrganizationArn()
@Stability(value=Stable) @Nullable default String getTopicArn()
Default: - No notification is sent to SNS.
@Stability(value=Stable) static WorkmailActionConfig.Builder builder()
WorkmailActionConfig.Builder of WorkmailActionConfigCopyright © 2022. All rights reserved.