Class CfnMailManagerRuleSet.SendActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.SendActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSet.SendActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSet.SendActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.SendActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.SendActionProperty
An implementation for
CfnMailManagerRuleSet.SendActionProperty-
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.services.ses.CfnMailManagerRuleSet.SendActionProperty
CfnMailManagerRuleSet.SendActionProperty.Builder, CfnMailManagerRuleSet.SendActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.SendActionProperty.Builder.protectedJsii$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 theCfnMailManagerRuleSet.SendActionProperty.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnMailManagerRuleSet.SendActionPropertyThe Amazon Resource Name (ARN) of the role to use for this action.This role must have access to the ses:SendRawEmail API.
- Specified by:
getRoleArnin interfaceCfnMailManagerRuleSet.SendActionProperty- See Also:
-
getActionFailurePolicy
Description copied from interface:CfnMailManagerRuleSet.SendActionPropertyA policy that states what to do in the case of failure.The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the sendRawEmail API.
- Specified by:
getActionFailurePolicyin interfaceCfnMailManagerRuleSet.SendActionProperty- 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()
-