Package com.pulumi.aws.appflow.outputs
Class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake
-
public final class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
accountName()
java.lang.String
bucketName()
java.util.Optional<java.lang.String>
bucketPrefix()
static ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.Builder
builder()
static ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.Builder
builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake defaults)
java.util.Optional<java.lang.String>
privateLinkServiceName()
java.util.Optional<java.lang.String>
region()
java.lang.String
stage()
java.lang.String
warehouse()
-
-
-
Method Detail
-
accountName
public java.util.Optional<java.lang.String> accountName()
- Returns:
- The name of the account.
-
bucketName
public java.lang.String bucketName()
-
bucketPrefix
public java.util.Optional<java.lang.String> bucketPrefix()
-
privateLinkServiceName
public java.util.Optional<java.lang.String> privateLinkServiceName()
-
region
public java.util.Optional<java.lang.String> region()
- Returns:
- AWS Region of the Snowflake account.
-
stage
public java.lang.String stage()
- Returns:
- Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: `<Database>.<Schema>.<Stage Name>`.
-
warehouse
public java.lang.String warehouse()
- Returns:
- The name of the Snowflake warehouse.
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.Builder builder()
-
builder
public static ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake.Builder builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake defaults)
-
-