Class WorkMailProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.actions.WorkMailProps.Jsii$Proxy
- All Implemented Interfaces:
WorkMailProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WorkMailProps
@Stability(Stable)
@Internal
public static final class WorkMailProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WorkMailProps
An implementation for
WorkMailProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.actions.WorkMailProps
WorkMailProps.Builder, WorkMailProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(WorkMailProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWorkMailProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theWorkMailProps.Builder
.
-
-
Method Details
-
getOrganizationArn
Description copied from interface:WorkMailProps
The WorkMail organization ARN.Amazon WorkMail organization ARNs are in the form
arn:aws:workmail:region:account_ID:organization/organization_ID
Example:
"arn:aws:workmail:us-east-1:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7";
- Specified by:
getOrganizationArn
in interfaceWorkMailProps
-
getTopic
Description copied from interface:WorkMailProps
The SNS topic to notify when the WorkMail action is taken.Default: - no topic will be attached to the action
- Specified by:
getTopic
in interfaceWorkMailProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-