toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.outputs
/
RangerAdminSpecResponseDatabase
Ranger
Admin
Spec
Response
Database
data
class
RangerAdminSpecResponseDatabase
(
val
host
:
String
,
val
name
:
String
,
val
passwordSecretRef
:
String
?
=
null
,
val
username
:
String
?
=
null
)
Members
Constructors
Ranger
Admin
Spec
Response
Database
Link copied to clipboard
constructor
(
host
:
String
,
name
:
String
,
passwordSecretRef
:
String
?
=
null
,
username
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
host
Link copied to clipboard
val
host
:
String
The database URL
name
Link copied to clipboard
val
name
:
String
The database name
password
Secret
Ref
Link copied to clipboard
val
passwordSecretRef
:
String
?
=
null
Reference for the database password
username
Link copied to clipboard
val
username
:
String
?
=
null
The name of the database user