pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.quicksight.kotlin.outputs
/
DataSourceCredentialsCredentialPair
Data
Source
Credentials
Credential
Pair
data
class
DataSourceCredentialsCredentialPair
(
val
password
:
String
,
val
username
:
String
)
Types
Constructors
Properties
Constructors
Data
Source
Credentials
Credential
Pair
Link copied to clipboard
fun
DataSourceCredentialsCredentialPair
(
password
:
String
,
username
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
password
Link copied to clipboard
val
password
:
String
Password, maximum length of 1024 characters.
username
Link copied to clipboard
val
username
:
String
User name, maximum length of 64 characters.