Class DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.774Z") @Stability(Stable) public class DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference
protected DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference
protected DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference
@Stability(Stable) public DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putKeytab
@Stability(Stable) public void putKeytab(@NotNull DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab value)- Parameters:
value- This parameter is required.
-
getKeytab
@Stability(Stable) @NotNull public DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytabOutputReference getKeytab()
-
getKeytabInput
@Stability(Stable) @Nullable public DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab getKeytabInput()
-
getKrb5ConfigGcsUriInput
@Stability(Stable) @Nullable public String getKrb5ConfigGcsUriInput()
-
getPrincipalInput
@Stability(Stable) @Nullable public String getPrincipalInput()
-
getKrb5ConfigGcsUri
@Stability(Stable) @NotNull public String getKrb5ConfigGcsUri()
-
setKrb5ConfigGcsUri
@Stability(Stable) public void setKrb5ConfigGcsUri(@NotNull String value)
-
getPrincipal
@Stability(Stable) @NotNull public String getPrincipal()
-
setPrincipal
@Stability(Stable) public void setPrincipal(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig value)
-
-