public static final class CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder, CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccountName()
The name of the account.
|
java.lang.String |
getBucketName()
The name of the Amazon S3 bucket associated with Snowflake.
|
java.lang.String |
getBucketPrefix()
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
java.lang.String |
getPrivateLinkServiceName()
The Snowflake Private Link service name to be used for private data transfers.
|
java.lang.String |
getRegion()
The AWS Region of the Snowflake account.
|
java.lang.String |
getStage()
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
|
java.lang.String |
getWarehouse()
The name of the Snowflake warehouse.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBucketName()
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
getBucketName
in interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
public final java.lang.String getStage()
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
This is written in the following format: < Database>< Schema>
getStage
in interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
public final java.lang.String getWarehouse()
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
getWarehouse
in interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
public final java.lang.String getAccountName()
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
getAccountName
in interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
public final java.lang.String getBucketPrefix()
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
getBucketPrefix
in interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
public final java.lang.String getPrivateLinkServiceName()
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
getPrivateLinkServiceName
in interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
public final java.lang.String getRegion()
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
getRegion
in interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()