@Stability(value=Stable)
public static interface CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getAccountName()
The name of the account.
|
String |
getBucketName()
The name of the Amazon S3 bucket associated with Snowflake.
|
default String |
getBucketPrefix()
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
|
default String |
getPrivateLinkServiceName()
The Snowflake Private Link service name to be used for private data transfers.
|
default String |
getRegion()
The AWS Region of the Snowflake account.
|
String |
getStage()
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
|
String |
getWarehouse()
The name of the Snowflake warehouse.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @NotNull String getStage()
This is written in the following format: < Database>< Schema>
@Stability(value=Stable) @NotNull String getWarehouse()
@Stability(value=Stable) @Nullable default String getAccountName()
@Stability(value=Stable) @Nullable default String getBucketPrefix()
@Stability(value=Stable) @Nullable default String getPrivateLinkServiceName()
@Stability(value=Stable) @Nullable default String getRegion()
@Stability(value=Stable) static CfnConnectorProfile.SnowflakeConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.