Class FinspaceKxClusterDatabase.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.finspace_kx_cluster.FinspaceKxClusterDatabase.Jsii$Proxy
-
- All Implemented Interfaces:
FinspaceKxClusterDatabase,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FinspaceKxClusterDatabase
@Stability(Stable) @Internal public static final class FinspaceKxClusterDatabase.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FinspaceKxClusterDatabase
An implementation forFinspaceKxClusterDatabase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.finspace_kx_cluster.FinspaceKxClusterDatabase
FinspaceKxClusterDatabase.Builder, FinspaceKxClusterDatabase.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FinspaceKxClusterDatabase.Builder builder)Constructor that initializes the object based on literal property values passed by theFinspaceKxClusterDatabase.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetCacheConfigurations()cache_configurations block.StringgetChangesetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#changeset_id FinspaceKxCluster#changeset_id}.StringgetDatabaseName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#database_name FinspaceKxCluster#database_name}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(FinspaceKxClusterDatabase.Builder builder)
Constructor that initializes the object based on literal property values passed by theFinspaceKxClusterDatabase.Builder.
-
-
Method Detail
-
getCacheConfigurations
public final Object getCacheConfigurations()
Description copied from interface:FinspaceKxClusterDatabasecache_configurations block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#cache_configurations FinspaceKxCluster#cache_configurations}
- Specified by:
getCacheConfigurationsin interfaceFinspaceKxClusterDatabase
-
getDatabaseName
public final String getDatabaseName()
Description copied from interface:FinspaceKxClusterDatabaseDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#database_name FinspaceKxCluster#database_name}.- Specified by:
getDatabaseNamein interfaceFinspaceKxClusterDatabase
-
getChangesetId
public final String getChangesetId()
Description copied from interface:FinspaceKxClusterDatabaseDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#changeset_id FinspaceKxCluster#changeset_id}.- Specified by:
getChangesetIdin interfaceFinspaceKxClusterDatabase
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-