Class CfnMultiRegionEndpointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMultiRegionEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMultiRegionEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMultiRegionEndpointMixinProps
@Stability(Stable)
@Internal
public static final class CfnMultiRegionEndpointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMultiRegionEndpointMixinProps
An implementation for
CfnMultiRegionEndpointMixinProps-
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.CfnMultiRegionEndpointMixinProps
CfnMultiRegionEndpointMixinProps.Builder, CfnMultiRegionEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMultiRegionEndpointMixinProps.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 ObjectContains details of a multi-region endpoint (global-endpoint) being created.final StringThe name of the multi-region endpoint (global-endpoint).getTags()An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).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 theCfnMultiRegionEndpointMixinProps.Builder.
-
-
Method Details
-
getDetails
Description copied from interface:CfnMultiRegionEndpointMixinPropsContains details of a multi-region endpoint (global-endpoint) being created.Returns union: either
IResolvableorCfnMultiRegionEndpointPropsMixin.DetailsProperty- Specified by:
getDetailsin interfaceCfnMultiRegionEndpointMixinProps- See Also:
-
getEndpointName
Description copied from interface:CfnMultiRegionEndpointMixinPropsThe name of the multi-region endpoint (global-endpoint).- Specified by:
getEndpointNamein interfaceCfnMultiRegionEndpointMixinProps- See Also:
-
getTags
Description copied from interface:CfnMultiRegionEndpointMixinPropsAn array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).- Specified by:
getTagsin interfaceCfnMultiRegionEndpointMixinProps- 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()
-