Class WorkmailActionConfig
WorkmailAction configuration.
Inheritance
System.Object
WorkmailActionConfig
Implements
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WorkmailActionConfig : Object, IWorkmailActionConfig
Syntax (vb)
Public Class WorkmailActionConfig
Inherits Object
Implements 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
Constructors
WorkmailActionConfig() |
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. |
Constructors
WorkmailActionConfig()
public WorkmailActionConfig()
Properties
OrganizationArn
The Amazon Resource Name (ARN) of the Amazon WorkMail organization.
public string OrganizationArn { get; set; }
Property Value
System.String
Remarks
TopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.
public string TopicArn { get; set; }
Property Value
System.String
Remarks
Default: - No notification is sent to SNS.