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
System.String
Remarks
TopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.
virtual string TopicArn { get; }
Property Value
System.String
Remarks
Default: - No notification is sent to SNS.