Class DataprocMetastoreServiceHiveMetastoreConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceHiveMetastoreConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocMetastoreServiceHiveMetastoreConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocMetastoreServiceHiveMetastoreConfig
@Stability(Stable) @Internal public static final class DataprocMetastoreServiceHiveMetastoreConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocMetastoreServiceHiveMetastoreConfig
An implementation forDataprocMetastoreServiceHiveMetastoreConfig
-
-
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.DataprocMetastoreServiceHiveMetastoreConfig
DataprocMetastoreServiceHiveMetastoreConfig.Builder, DataprocMetastoreServiceHiveMetastoreConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocMetastoreServiceHiveMetastoreConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceHiveMetastoreConfig.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)ObjectgetAuxiliaryVersions()auxiliary_versions block.Map<String,String>getConfigOverrides()A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml).StringgetEndpointProtocol()The protocol to use for the metastore service endpoint.DataprocMetastoreServiceHiveMetastoreConfigKerberosConfiggetKerberosConfig()kerberos_config block.StringgetVersion()The Hive metastore schema version.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(DataprocMetastoreServiceHiveMetastoreConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceHiveMetastoreConfig.Builder.
-
-
Method Detail
-
getVersion
public final String getVersion()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigThe Hive metastore schema 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 interfaceDataprocMetastoreServiceHiveMetastoreConfig
-
getAuxiliaryVersions
public final Object getAuxiliaryVersions()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigauxiliary_versions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#auxiliary_versions DataprocMetastoreService#auxiliary_versions}
- Specified by:
getAuxiliaryVersionsin interfaceDataprocMetastoreServiceHiveMetastoreConfig
-
getConfigOverrides
public final Map<String,String> getConfigOverrides()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigA mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden).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 interfaceDataprocMetastoreServiceHiveMetastoreConfig
-
getEndpointProtocol
public final String getEndpointProtocol()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigThe protocol to use for the metastore service endpoint.If unspecified, defaults to 'THRIFT'. Default value: "THRIFT" Possible values: ["THRIFT", "GRPC"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#endpoint_protocol DataprocMetastoreService#endpoint_protocol}
- Specified by:
getEndpointProtocolin interfaceDataprocMetastoreServiceHiveMetastoreConfig
-
getKerberosConfig
public final DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig getKerberosConfig()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigkerberos_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#kerberos_config DataprocMetastoreService#kerberos_config}
- Specified by:
getKerberosConfigin interfaceDataprocMetastoreServiceHiveMetastoreConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-