Interface QuicksightDataSourceParametersRedshift
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuicksightDataSourceParametersRedshift.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.546Z") @Stability(Stable) public interface QuicksightDataSourceParametersRedshift extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuicksightDataSourceParametersRedshift.BuilderA builder forQuicksightDataSourceParametersRedshiftstatic classQuicksightDataSourceParametersRedshift.Jsii$ProxyAn implementation forQuicksightDataSourceParametersRedshift
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static QuicksightDataSourceParametersRedshift.Builderbuilder()default StringgetClusterId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#cluster_id QuicksightDataSource#cluster_id}.StringgetDatabase()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.default StringgetHost()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.default NumbergetPort()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
-
-
-
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}.
-
getClusterId
@Stability(Stable) @Nullable default String getClusterId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#cluster_id QuicksightDataSource#cluster_id}.
-
getHost
@Stability(Stable) @Nullable default 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}.
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
-
builder
@Stability(Stable) static QuicksightDataSourceParametersRedshift.Builder builder()
-
-