Class CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty
An implementation for
CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty-
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.CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty
CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty.Builder, CfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty.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 ObjectThe IP address to evaluate in this condition.final StringThe operator to evaluate the IP address.The IP CIDR blocks in format "x.y.z.w/n" (eg 10.0.0.0/8) to match with the email's IP address.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 theCfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty.Builder.
-
-
Method Details
-
getEvaluate
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleIpExpressionPropertyThe IP address to evaluate in this condition.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty- Specified by:
getEvaluatein interfaceCfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty- See Also:
-
getOperator
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleIpExpressionPropertyThe operator to evaluate the IP address.- Specified by:
getOperatorin interfaceCfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty- See Also:
-
getValues
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleIpExpressionPropertyThe IP CIDR blocks in format "x.y.z.w/n" (eg 10.0.0.0/8) to match with the email's IP address. For the operator CIDR_MATCHES, if multiple values are given, they are evaluated as an OR. That is, if the IP address is contained within any of the given CIDR ranges, the condition is deemed to match. For NOT_CIDR_MATCHES, if multiple CIDR ranges are given, the condition is deemed to match if the IP address is not contained in any of the given CIDR ranges.- Specified by:
getValuesin interfaceCfnMailManagerRuleSetPropsMixin.RuleIpExpressionProperty- 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()
-