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