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