pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.appflow.kotlin.outputs
/
ConnectorProfileSnowflakeConnectorProfileCredentials
Connector
Profile
Snowflake
Connector
Profile
Credentials
data
class
ConnectorProfileSnowflakeConnectorProfileCredentials
(
val
password
:
String
,
val
username
:
String
)
Types
Constructors
Properties
Constructors
Connector
Profile
Snowflake
Connector
Profile
Credentials
Link copied to clipboard
fun
ConnectorProfileSnowflakeConnectorProfileCredentials
(
password
:
String
,
username
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
The password that corresponds to the username.
username
Link copied to clipboard
val
username
:
String
The name of the user.