Class DataprocMetastoreServiceHiveMetastoreConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceHiveMetastoreConfigOutputReference
-
- 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 DataprocMetastoreServiceHiveMetastoreConfigOutputReference 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 DataprocMetastoreServiceHiveMetastoreConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocMetastoreServiceHiveMetastoreConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocMetastoreServiceHiveMetastoreConfigOutputReference(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
-
DataprocMetastoreServiceHiveMetastoreConfigOutputReference
protected DataprocMetastoreServiceHiveMetastoreConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocMetastoreServiceHiveMetastoreConfigOutputReference
protected DataprocMetastoreServiceHiveMetastoreConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocMetastoreServiceHiveMetastoreConfigOutputReference
@Stability(Stable) public DataprocMetastoreServiceHiveMetastoreConfigOutputReference(@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
-
putAuxiliaryVersions
@Stability(Stable) public void putAuxiliaryVersions(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putKerberosConfig
@Stability(Stable) public void putKerberosConfig(@NotNull DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig value)- Parameters:
value- This parameter is required.
-
resetAuxiliaryVersions
@Stability(Stable) public void resetAuxiliaryVersions()
-
resetConfigOverrides
@Stability(Stable) public void resetConfigOverrides()
-
resetEndpointProtocol
@Stability(Stable) public void resetEndpointProtocol()
-
resetKerberosConfig
@Stability(Stable) public void resetKerberosConfig()
-
getAuxiliaryVersions
@Stability(Stable) @NotNull public DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersionsList getAuxiliaryVersions()
-
getKerberosConfig
@Stability(Stable) @NotNull public DataprocMetastoreServiceHiveMetastoreConfigKerberosConfigOutputReference getKerberosConfig()
-
getAuxiliaryVersionsInput
@Stability(Stable) @Nullable public Object getAuxiliaryVersionsInput()
-
getConfigOverridesInput
@Stability(Stable) @Nullable public Map<String,String> getConfigOverridesInput()
-
getEndpointProtocolInput
@Stability(Stable) @Nullable public String getEndpointProtocolInput()
-
getKerberosConfigInput
@Stability(Stable) @Nullable public DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig getKerberosConfigInput()
-
getVersionInput
@Stability(Stable) @Nullable public String getVersionInput()
-
setConfigOverrides
@Stability(Stable) public void setConfigOverrides(@NotNull Map<String,String> value)
-
getEndpointProtocol
@Stability(Stable) @NotNull public String getEndpointProtocol()
-
setEndpointProtocol
@Stability(Stable) public void setEndpointProtocol(@NotNull String value)
-
getVersion
@Stability(Stable) @NotNull public String getVersion()
-
setVersion
@Stability(Stable) public void setVersion(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocMetastoreServiceHiveMetastoreConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocMetastoreServiceHiveMetastoreConfig value)
-
-