Class DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
@Stability(Stable) @Internal public static final class DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
An implementation forDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
-
-
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.google.dataproc_metastore_service.DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Builder, DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.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)Map<String,String>getConfigOverrides()A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides.StringgetKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#key DataprocMetastoreService#key}.StringgetVersion()The Hive metastore version of the auxiliary service.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(DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions.Builder.
-
-
Method Detail
-
getKey
public final String getKey()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#key DataprocMetastoreService#key}.- Specified by:
getKeyin interfaceDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
-
getVersion
public final String getVersion()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsThe Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#version DataprocMetastoreService#version}
- Specified by:
getVersionin interfaceDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
-
getConfigOverrides
public final Map<String,String> getConfigOverrides()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsA mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#config_overrides DataprocMetastoreService#config_overrides}
- Specified by:
getConfigOverridesin interfaceDataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-