Class CfnMailManagerAddonSubscriptionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerAddonSubscriptionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerAddonSubscriptionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerAddonSubscriptionProps
@Stability(Stable)
@Internal
public static final class CfnMailManagerAddonSubscriptionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerAddonSubscriptionProps
An implementation for
CfnMailManagerAddonSubscriptionProps
-
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.CfnMailManagerAddonSubscriptionProps
CfnMailManagerAddonSubscriptionProps.Builder, CfnMailManagerAddonSubscriptionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMailManagerAddonSubscriptionProps.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 theCfnMailManagerAddonSubscriptionProps.Builder
.
-
-
Method Details
-
getAddonName
Description copied from interface:CfnMailManagerAddonSubscriptionProps
The name of the Add On to subscribe to.You can only have one subscription for each Add On name.
Valid Values:
TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE
- Specified by:
getAddonName
in interfaceCfnMailManagerAddonSubscriptionProps
- See Also:
-
getTags
Description copied from interface:CfnMailManagerAddonSubscriptionProps
The tags used to organize, track, or control access for the resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTags
in interfaceCfnMailManagerAddonSubscriptionProps
- See Also:
-
$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()
-