Show / Hide Table of Contents

Interface IWorkmailActionConfig

WorkmailAction configuration.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWorkmailActionConfig
Syntax (vb)
Public Interface IWorkmailActionConfig
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.SES;

            var workmailActionConfig = new WorkmailActionConfig {
                OrganizationArn = "organizationArn",

                // the properties below are optional
                TopicArn = "topicArn"
            };

Synopsis

Properties

OrganizationArn

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

TopicArn

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

Properties

OrganizationArn

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

string OrganizationArn { get; }
Property Value

string

Remarks

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

TopicArn

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

string? TopicArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX