toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.appflow.kotlin.outputs
/
ConnectorProfileRedshiftConnectorProfileCredentials
Connector
Profile
Redshift
Connector
Profile
Credentials
data
class
ConnectorProfileRedshiftConnectorProfileCredentials
(
val
password
:
String
?
=
null
,
val
username
:
String
?
=
null
)
Members
Constructors
Connector
Profile
Redshift
Connector
Profile
Credentials
Link copied to clipboard
constructor
(
password
:
String
?
=
null
,
username
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
?
=
null
The password that corresponds to the username.
username
Link copied to clipboard
val
username
:
String
?
=
null
The name of the user.