toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.rds.kotlin.outputs
/
GetProxyAuth
Get
Proxy
Auth
data
class
GetProxyAuth
(
val
authScheme
:
String
,
val
clientPasswordAuthType
:
String
,
val
description
:
String
,
val
iamAuth
:
String
,
val
secretArn
:
String
,
val
username
:
String
)
Members
Constructors
Get
Proxy
Auth
Link copied to clipboard
constructor
(
authScheme
:
String
,
clientPasswordAuthType
:
String
,
description
:
String
,
iamAuth
:
String
,
secretArn
:
String
,
username
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
auth
Scheme
Link copied to clipboard
val
authScheme
:
String
client
Password
Auth
Type
Link copied to clipboard
val
clientPasswordAuthType
:
String
description
Link copied to clipboard
val
description
:
String
iam
Auth
Link copied to clipboard
val
iamAuth
:
String
secret
Arn
Link copied to clipboard
val
secretArn
:
String
username
Link copied to clipboard
val
username
:
String