Class CfnReceiptRulePropsMixin.WorkmailActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnReceiptRulePropsMixin.WorkmailActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReceiptRulePropsMixin.WorkmailActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReceiptRulePropsMixin.WorkmailActionProperty
@Stability(Stable)
@Internal
public static final class CfnReceiptRulePropsMixin.WorkmailActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReceiptRulePropsMixin.WorkmailActionProperty
An implementation for
CfnReceiptRulePropsMixin.WorkmailActionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ses.CfnReceiptRulePropsMixin.WorkmailActionProperty
CfnReceiptRulePropsMixin.WorkmailActionProperty.Builder, CfnReceiptRulePropsMixin.WorkmailActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReceiptRulePropsMixin.WorkmailActionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of the Amazon WorkMail organization.final StringThe Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnReceiptRulePropsMixin.WorkmailActionProperty.Builder.
-
-
Method Details
-
getOrganizationArn
Description copied from interface:CfnReceiptRulePropsMixin.WorkmailActionPropertyThe Amazon Resource Name (ARN) of the Amazon WorkMail organization. Amazon WorkMail ARNs use the following format:.arn:aws:workmail:<region>:<awsAccountId>:organization/<workmailOrganizationId>You can find the ID of your organization by using the ListOrganizations operation in Amazon WorkMail. Amazon WorkMail organization IDs begin with "
m-", followed by a string of alphanumeric characters.For information about Amazon WorkMail organizations, see the Amazon WorkMail Administrator Guide .
- Specified by:
getOrganizationArnin interfaceCfnReceiptRulePropsMixin.WorkmailActionProperty- See Also:
-
getTopicArn
Description copied from interface:CfnReceiptRulePropsMixin.WorkmailActionPropertyThe Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action is called.You can find the ARN of a topic by using the ListTopics operation in Amazon SNS.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .
- Specified by:
getTopicArnin interfaceCfnReceiptRulePropsMixin.WorkmailActionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-