Class CfnReplicationSetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnReplicationSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicationSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicationSetMixinProps
@Stability(Stable)
@Internal
public static final class CfnReplicationSetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicationSetMixinProps
An implementation for
CfnReplicationSetMixinProps-
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.ssmincidents.CfnReplicationSetMixinProps
CfnReplicationSetMixinProps.Builder, CfnReplicationSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicationSetMixinProps.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 ObjectDetermines if the replication set deletion protection is enabled or not.final ObjectSpecifies the Regions of the replication set.getTags()A list of tags to add to the replication set.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 theCfnReplicationSetMixinProps.Builder.
-
-
Method Details
-
getDeletionProtected
Description copied from interface:CfnReplicationSetMixinPropsDetermines if the replication set deletion protection is enabled or not.If deletion protection is enabled, you can't delete the last Region in the replication set.
Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectedin interfaceCfnReplicationSetMixinProps- See Also:
-
getRegions
Description copied from interface:CfnReplicationSetMixinPropsSpecifies the Regions of the replication set.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnReplicationSetPropsMixin.ReplicationRegionProperty>- Specified by:
getRegionsin interfaceCfnReplicationSetMixinProps- See Also:
-
getTags
Description copied from interface:CfnReplicationSetMixinPropsA list of tags to add to the replication set.- Specified by:
getTagsin interfaceCfnReplicationSetMixinProps- 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()
-