Interface WorkmailActionConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
WorkmailActionConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-02T15:58:33.737Z") @Stability(Stable) public interface WorkmailActionConfig extends software.amazon.jsii.JsiiSerializable
WorkmailAction configuration.

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();
 
  • Method Details

    • getOrganizationArn

      @Stability(Stable) @NotNull String getOrganizationArn()
      The Amazon Resource Name (ARN) of the Amazon WorkMail organization.
    • getTopicArn

      @Stability(Stable) @Nullable default String getTopicArn()
      The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.

      Default: - No notification is sent to SNS.

    • builder

      @Stability(Stable) static WorkmailActionConfig.Builder builder()
      Returns:
      a WorkmailActionConfig.Builder of WorkmailActionConfig