pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.appflow.kotlin.outputs
/
ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake
Connector
Profile
Connector
Profile
Config
Connector
Profile
Properties
Snowflake
data
class
ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake
(
val
accountName
:
String
?
=
null
,
val
bucketName
:
String
,
val
bucketPrefix
:
String
?
=
null
,
val
privateLinkServiceName
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
stage
:
String
,
val
warehouse
:
String
)
Types
Constructors
Properties
Constructors
Connector
Profile
Connector
Profile
Config
Connector
Profile
Properties
Snowflake
Link copied to clipboard
fun
ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake
(
accountName
:
String
?
=
null
,
bucketName
:
String
,
bucketPrefix
:
String
?
=
null
,
privateLinkServiceName
:
String
?
=
null
,
region
:
String
?
=
null
,
stage
:
String
,
warehouse
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Name
Link copied to clipboard
val
accountName
:
String
?
=
null
bucket
Name
Link copied to clipboard
val
bucketName
:
String
bucket
Prefix
Link copied to clipboard
val
bucketPrefix
:
String
?
=
null
private
Link
Service
Name
Link copied to clipboard
val
privateLinkServiceName
:
String
?
=
null
region
Link copied to clipboard
val
region
:
String
?
=
null
stage
Link copied to clipboard
val
stage
:
String
warehouse
Link copied to clipboard
val
warehouse
:
String