Class DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig
@Stability(Stable) @Internal public static final class DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig
An implementation forDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig
-
-
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.DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig
DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.Builder, DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.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)DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabgetKeytab()keytab block.StringgetKrb5ConfigGcsUri()A Cloud Storage URI that specifies the path to a krb5.conf file.StringgetPrincipal()A Kerberos principal that exists in the both the keytab the KDC to authenticate as.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(DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig.Builder.
-
-
Method Detail
-
getKeytab
public final DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab getKeytab()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigkeytab block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#keytab DataprocMetastoreService#keytab}
- Specified by:
getKeytabin interfaceDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig
-
getKrb5ConfigGcsUri
public final String getKrb5ConfigGcsUri()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigA Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#krb5_config_gcs_uri DataprocMetastoreService#krb5_config_gcs_uri}
- Specified by:
getKrb5ConfigGcsUriin interfaceDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig
-
getPrincipal
public final String getPrincipal()
Description copied from interface:DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigA Kerberos principal that exists in the both the keytab the KDC to authenticate as.A typical principal is of the form "primary/instance@REALM", but there is no exact format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#principal DataprocMetastoreService#principal}
- Specified by:
getPrincipalin interfaceDataprocMetastoreServiceHiveMetastoreConfigKerberosConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-