Class QuicksightDataSourceParametersPresto.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.quicksight_data_source.QuicksightDataSourceParametersPresto.Jsii$Proxy
-
- All Implemented Interfaces:
QuicksightDataSourceParametersPresto,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- QuicksightDataSourceParametersPresto
@Stability(Stable) @Internal public static final class QuicksightDataSourceParametersPresto.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements QuicksightDataSourceParametersPresto
An implementation forQuicksightDataSourceParametersPresto
-
-
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.providers.aws.quicksight_data_source.QuicksightDataSourceParametersPresto
QuicksightDataSourceParametersPresto.Builder, QuicksightDataSourceParametersPresto.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(QuicksightDataSourceParametersPresto.Builder builder)Constructor that initializes the object based on literal property values passed by theQuicksightDataSourceParametersPresto.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetCatalog()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#catalog QuicksightDataSource#catalog}.StringgetHost()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.NumbergetPort()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(QuicksightDataSourceParametersPresto.Builder builder)
Constructor that initializes the object based on literal property values passed by theQuicksightDataSourceParametersPresto.Builder.
-
-
Method Detail
-
getCatalog
public final String getCatalog()
Description copied from interface:QuicksightDataSourceParametersPrestoDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#catalog QuicksightDataSource#catalog}.- Specified by:
getCatalogin interfaceQuicksightDataSourceParametersPresto
-
getHost
public final String getHost()
Description copied from interface:QuicksightDataSourceParametersPrestoDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.- Specified by:
getHostin interfaceQuicksightDataSourceParametersPresto
-
getPort
public final Number getPort()
Description copied from interface:QuicksightDataSourceParametersPrestoDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.- Specified by:
getPortin interfaceQuicksightDataSourceParametersPresto
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-