Class CfnMailManagerTrafficPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerTrafficPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerTrafficPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerTrafficPolicyProps
@Stability(Stable)
@Internal
public static final class CfnMailManagerTrafficPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerTrafficPolicyProps
An implementation for
CfnMailManagerTrafficPolicyProps-
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.CfnMailManagerTrafficPolicyProps
CfnMailManagerTrafficPolicyProps.Builder, CfnMailManagerTrafficPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerTrafficPolicyProps.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 StringDefault action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements.final NumberThe maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.final ObjectConditional statements for filtering email traffic.getTags()The tags used to organize, track, or control access for the resource.final StringThe name of the policy.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 theCfnMailManagerTrafficPolicyProps.Builder.
-
-
Method Details
-
getDefaultAction
Description copied from interface:CfnMailManagerTrafficPolicyPropsDefault action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements.- Specified by:
getDefaultActionin interfaceCfnMailManagerTrafficPolicyProps- See Also:
-
getPolicyStatements
Description copied from interface:CfnMailManagerTrafficPolicyPropsConditional statements for filtering email traffic.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMailManagerTrafficPolicy.PolicyStatementProperty>- Specified by:
getPolicyStatementsin interfaceCfnMailManagerTrafficPolicyProps- See Also:
-
getMaxMessageSizeBytes
Description copied from interface:CfnMailManagerTrafficPolicyPropsThe maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.- Specified by:
getMaxMessageSizeBytesin interfaceCfnMailManagerTrafficPolicyProps- See Also:
-
getTags
Description copied from interface:CfnMailManagerTrafficPolicyPropsThe tags used to organize, track, or control access for the resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnMailManagerTrafficPolicyProps- See Also:
-
getTrafficPolicyName
Description copied from interface:CfnMailManagerTrafficPolicyPropsThe name of the policy.The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
- Specified by:
getTrafficPolicyNamein interfaceCfnMailManagerTrafficPolicyProps- 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()
-