Class CfnMailManagerIngressPointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerIngressPointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerIngressPointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerIngressPointMixinProps
@Stability(Stable)
@Internal
public static final class CfnMailManagerIngressPointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerIngressPointMixinProps
An implementation for
CfnMailManagerIngressPointMixinProps-
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.CfnMailManagerIngressPointMixinProps
CfnMailManagerIngressPointMixinProps.Builder, CfnMailManagerIngressPointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerIngressPointMixinProps.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 configuration of the ingress endpoint resource.final StringA user friendly name for an ingress endpoint resource.final ObjectThe network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.final StringThe identifier of an existing rule set that you attach to an ingress endpoint resource.final StringThe update status of an ingress endpoint.getTags()The tags used to organize, track, or control access for the resource.final StringThe identifier of an existing traffic policy that you attach to an ingress endpoint resource.final StringgetType()The type of the ingress endpoint to create.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 theCfnMailManagerIngressPointMixinProps.Builder.
-
-
Method Details
-
getIngressPointConfiguration
Description copied from interface:CfnMailManagerIngressPointMixinPropsThe configuration of the ingress endpoint resource.Returns union: either
IResolvableorCfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty- Specified by:
getIngressPointConfigurationin interfaceCfnMailManagerIngressPointMixinProps- See Also:
-
getIngressPointName
Description copied from interface:CfnMailManagerIngressPointMixinPropsA user friendly name for an ingress endpoint resource.- Specified by:
getIngressPointNamein interfaceCfnMailManagerIngressPointMixinProps- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnMailManagerIngressPointMixinPropsThe network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.Returns union: either
IResolvableorCfnMailManagerIngressPointPropsMixin.NetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnMailManagerIngressPointMixinProps- See Also:
-
getRuleSetId
Description copied from interface:CfnMailManagerIngressPointMixinPropsThe identifier of an existing rule set that you attach to an ingress endpoint resource.- Specified by:
getRuleSetIdin interfaceCfnMailManagerIngressPointMixinProps- See Also:
-
getStatusToUpdate
Description copied from interface:CfnMailManagerIngressPointMixinPropsThe update status of an ingress endpoint.- Specified by:
getStatusToUpdatein interfaceCfnMailManagerIngressPointMixinProps- See Also:
-
getTags
Description copied from interface:CfnMailManagerIngressPointMixinPropsThe tags used to organize, track, or control access for the resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnMailManagerIngressPointMixinProps- See Also:
-
getTrafficPolicyId
Description copied from interface:CfnMailManagerIngressPointMixinPropsThe identifier of an existing traffic policy that you attach to an ingress endpoint resource.- Specified by:
getTrafficPolicyIdin interfaceCfnMailManagerIngressPointMixinProps- See Also:
-
getType
Description copied from interface:CfnMailManagerIngressPointMixinPropsThe type of the ingress endpoint to create.- Specified by:
getTypein interfaceCfnMailManagerIngressPointMixinProps- 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()
-