toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Connector
Profile
Snowflake
Connector
Profile
Credentials
Link copied to clipboard
constructor
(
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.