Class CfnClusterPropsMixin.ClusterAccountingDatabaseProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.ClusterAccountingDatabaseProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.ClusterAccountingDatabaseProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.ClusterAccountingDatabaseProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.ClusterAccountingDatabaseProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.ClusterAccountingDatabaseProperty
An implementation for
CfnClusterPropsMixin.ClusterAccountingDatabaseProperty-
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.sagemaker.CfnClusterPropsMixin.ClusterAccountingDatabaseProperty
CfnClusterPropsMixin.ClusterAccountingDatabaseProperty.Builder, CfnClusterPropsMixin.ClusterAccountingDatabaseProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.ClusterAccountingDatabaseProperty.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 StringHostname or endpoint of the accounting database, such as an RDS endpoint.final StringgetName()Name of the accounting database schema.final NumbergetPort()TCP port of the accounting database.final StringARN of the Secrets Manager secret holding the database credentials.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 theCfnClusterPropsMixin.ClusterAccountingDatabaseProperty.Builder.
-
-
Method Details
-
getEndpoint
Description copied from interface:CfnClusterPropsMixin.ClusterAccountingDatabasePropertyHostname or endpoint of the accounting database, such as an RDS endpoint.- Specified by:
getEndpointin interfaceCfnClusterPropsMixin.ClusterAccountingDatabaseProperty- See Also:
-
getName
Description copied from interface:CfnClusterPropsMixin.ClusterAccountingDatabasePropertyName of the accounting database schema.Defaults to slurm_acct_db when omitted.
Default: - "slurm_acct_db"
- Specified by:
getNamein interfaceCfnClusterPropsMixin.ClusterAccountingDatabaseProperty- See Also:
-
getPort
Description copied from interface:CfnClusterPropsMixin.ClusterAccountingDatabasePropertyTCP port of the accounting database.Defaults to 3306 when omitted.
Default: - 3306
- Specified by:
getPortin interfaceCfnClusterPropsMixin.ClusterAccountingDatabaseProperty- See Also:
-
getSecretArn
Description copied from interface:CfnClusterPropsMixin.ClusterAccountingDatabasePropertyARN of the Secrets Manager secret holding the database credentials.- Specified by:
getSecretArnin interfaceCfnClusterPropsMixin.ClusterAccountingDatabaseProperty- 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()
-