public static interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appflow.*; SnowflakeConnectorProfilePropertiesProperty snowflakeConnectorProfilePropertiesProperty = SnowflakeConnectorProfilePropertiesProperty.builder() .bucketName("bucketName") .stage("stage") .warehouse("warehouse") // the properties below are optional .accountName("accountName") .bucketPrefix("bucketPrefix") .privateLinkServiceName("privateLinkServiceName") .region("region") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder |
builder() |
default java.lang.String |
getAccountName()
The name of the account.
|
java.lang.String |
getBucketName()
The name of the Amazon S3 bucket associated with Snowflake.
|
default java.lang.String |
getBucketPrefix()
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
default java.lang.String |
getPrivateLinkServiceName()
The Snowflake Private Link service name to be used for private data transfers.
|
default 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.
|
java.lang.String getBucketName()
java.lang.String getStage()
This is written in the following format: < Database>< Schema>
java.lang.String getWarehouse()
default java.lang.String getAccountName()
default java.lang.String getBucketPrefix()
default java.lang.String getPrivateLinkServiceName()
default java.lang.String getRegion()