aws-cdk-lib.aws_ses.WorkmailActionConfig

interface WorkmailActionConfig

LanguageType name
.NETAmazon.CDK.AWS.SES.WorkmailActionConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#WorkmailActionConfig
Javasoftware.amazon.awscdk.services.ses.WorkmailActionConfig
Pythonaws_cdk.aws_ses.WorkmailActionConfig
TypeScript (source)aws-cdk-lib » aws_ses » WorkmailActionConfig

WorkmailAction configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const workmailActionConfig: ses.WorkmailActionConfig = {
  organizationArn: 'organizationArn',

  // the properties below are optional
  topicArn: 'topicArn',
};

Properties

NameTypeDescription
organizationArnstringThe Amazon Resource Name (ARN) of the Amazon WorkMail organization.
topicArn?stringThe Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.

organizationArn

Type: string

The Amazon Resource Name (ARN) of the Amazon WorkMail organization.


topicArn?

Type: string (optional, default: No notification is sent to SNS.)

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.