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
/
ConnectorProfileBasicAuthCredentials
Connector
Profile
Basic
Auth
Credentials
data
class
ConnectorProfileBasicAuthCredentials
(
val
password
:
String
,
val
username
:
String
)
Members
Constructors
Connector
Profile
Basic
Auth
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 to use to connect to a resource.
username
Link copied to clipboard
val
username
:
String
The username to use to connect to a resource.