Class CfnClusterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudhsm.CfnClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterMixinProps
@Stability(Stable)
@Internal
public static final class CfnClusterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterMixinProps
An implementation for
CfnClusterMixinProps-
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.cloudhsm.CfnClusterMixinProps
CfnClusterMixinProps.Builder, CfnClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterMixinProps.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 ObjectA policy that defines how the service retains backups.final StringThe type of HSM to use in the cluster.final StringgetMode()The mode to use in the cluster.final StringThe NetworkType to create a cluster with.The identifiers (IDs) of the subnets where the cluster is created.getTags()Tags to apply to the CloudHSM cluster.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 theCfnClusterMixinProps.Builder.
-
-
Method Details
-
getBackupRetentionPolicy
Description copied from interface:CfnClusterMixinPropsA policy that defines how the service retains backups.Returns union: either
IResolvableorCfnClusterPropsMixin.BackupRetentionPolicyProperty- Specified by:
getBackupRetentionPolicyin interfaceCfnClusterMixinProps- See Also:
-
getHsmType
Description copied from interface:CfnClusterMixinPropsThe type of HSM to use in the cluster.- Specified by:
getHsmTypein interfaceCfnClusterMixinProps- See Also:
-
getMode
Description copied from interface:CfnClusterMixinPropsThe mode to use in the cluster.- Specified by:
getModein interfaceCfnClusterMixinProps- See Also:
-
getNetworkType
Description copied from interface:CfnClusterMixinPropsThe NetworkType to create a cluster with.- Specified by:
getNetworkTypein interfaceCfnClusterMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnClusterMixinPropsThe identifiers (IDs) of the subnets where the cluster is created.You must specify at least one subnet.
- Specified by:
getSubnetIdsin interfaceCfnClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnClusterMixinPropsTags to apply to the CloudHSM cluster.- Specified by:
getTagsin interfaceCfnClusterMixinProps- 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()
-