WorkmailActionConfig

class aws_cdk.aws_ses.WorkmailActionConfig(*, organization_arn, topic_arn=None)

Bases: object

WorkmailAction configuration.

Parameters:
  • organization_arn (str) – The Amazon Resource Name (ARN) of the Amazon WorkMail organization.

  • topic_arn (Optional[str]) – 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.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_ses as ses

workmail_action_config = ses.WorkmailActionConfig(
    organization_arn="organizationArn",

    # the properties below are optional
    topic_arn="topicArn"
)

Attributes

organization_arn

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

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-organizationarn

topic_arn

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.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-topicarn