Class QuicksightDataSourceParametersSnowflakeOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.547Z")
    @Stability(Stable)
    public class QuicksightDataSourceParametersSnowflakeOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • QuicksightDataSourceParametersSnowflakeOutputReference

        protected QuicksightDataSourceParametersSnowflakeOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • QuicksightDataSourceParametersSnowflakeOutputReference

        protected QuicksightDataSourceParametersSnowflakeOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • QuicksightDataSourceParametersSnowflakeOutputReference

        @Stability(Stable)
        public QuicksightDataSourceParametersSnowflakeOutputReference​(@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

      • getDatabaseInput

        @Stability(Stable)
        @Nullable
        public String getDatabaseInput()
      • getHostInput

        @Stability(Stable)
        @Nullable
        public String getHostInput()
      • getWarehouseInput

        @Stability(Stable)
        @Nullable
        public String getWarehouseInput()
      • getDatabase

        @Stability(Stable)
        @NotNull
        public String getDatabase()
      • setDatabase

        @Stability(Stable)
        public void setDatabase​(@NotNull
                                String value)
      • getHost

        @Stability(Stable)
        @NotNull
        public String getHost()
      • setHost

        @Stability(Stable)
        public void setHost​(@NotNull
                            String value)
      • getWarehouse

        @Stability(Stable)
        @NotNull
        public String getWarehouse()
      • setWarehouse

        @Stability(Stable)
        public void setWarehouse​(@NotNull
                                 String value)