Interface QuicksightDataSourceParametersSnowflake
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuicksightDataSourceParametersSnowflake.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.547Z") @Stability(Stable) public interface QuicksightDataSourceParametersSnowflake extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuicksightDataSourceParametersSnowflake.BuilderA builder forQuicksightDataSourceParametersSnowflakestatic classQuicksightDataSourceParametersSnowflake.Jsii$ProxyAn implementation forQuicksightDataSourceParametersSnowflake
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static QuicksightDataSourceParametersSnowflake.Builderbuilder()StringgetDatabase()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.StringgetHost()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.StringgetWarehouse()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#warehouse QuicksightDataSource#warehouse}.
-
-
-
Method Detail
-
getDatabase
@Stability(Stable) @NotNull String getDatabase()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
-
getHost
@Stability(Stable) @NotNull String getHost()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
-
getWarehouse
@Stability(Stable) @NotNull String getWarehouse()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#warehouse QuicksightDataSource#warehouse}.
-
builder
@Stability(Stable) static QuicksightDataSourceParametersSnowflake.Builder builder()
-
-