Class CfnReplicationSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmincidents.CfnReplicationSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicationSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnReplicationSetProps
@Stability(Stable)
@Internal
public static final class CfnReplicationSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicationSetProps
An implementation for
CfnReplicationSetProps-
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.ssmincidents.CfnReplicationSetProps
CfnReplicationSetProps.Builder, CfnReplicationSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnReplicationSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicationSetProps.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 theCfnReplicationSetProps.Builder.
-
-
Method Details
-
getRegions
Description copied from interface:CfnReplicationSetPropsSpecifies the Regions of the replication set.- Specified by:
getRegionsin interfaceCfnReplicationSetProps
-
getDeletionProtected
Description copied from interface:CfnReplicationSetPropsDetermines 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.
- Specified by:
getDeletionProtectedin interfaceCfnReplicationSetProps
-
getTags
Description copied from interface:CfnReplicationSetPropsA list of tags to add to the replication set.- Specified by:
getTagsin interfaceCfnReplicationSetProps
-
$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()
-