Class 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
    • 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.
      • resetAuxiliaryVersions

        @Stability(Stable)
        public void resetAuxiliaryVersions()
      • resetConfigOverrides

        @Stability(Stable)
        public void resetConfigOverrides()
      • resetEndpointProtocol

        @Stability(Stable)
        public void resetEndpointProtocol()
      • resetKerberosConfig

        @Stability(Stable)
        public void resetKerberosConfig()
      • getAuxiliaryVersionsInput

        @Stability(Stable)
        @Nullable
        public Object getAuxiliaryVersionsInput()
      • getConfigOverridesInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getConfigOverridesInput()
      • getEndpointProtocolInput

        @Stability(Stable)
        @Nullable
        public String getEndpointProtocolInput()
      • getVersionInput

        @Stability(Stable)
        @Nullable
        public String getVersionInput()
      • getConfigOverrides

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getConfigOverrides()
      • 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)