toggle menu
pulumi-vault-kotlin
6.7.1.0
jvm
switch theme
search in API
pulumi-vault-kotlin
/
com.pulumi.vault.config.kotlin.inputs
/
UiCustomMessageLinkArgs
Ui
Custom
Message
Link
Args
data
class
UiCustomMessageLinkArgs
(
val
href
:
Output
<
String
>
,
val
title
:
Output
<
String
>
)
:
ConvertibleToJava
<
UiCustomMessageLinkArgs
>
Members
Constructors
Ui
Custom
Message
Link
Args
Link copied to clipboard
constructor
(
href
:
Output
<
String
>
,
title
:
Output
<
String
>
)
Properties
href
Link copied to clipboard
val
href
:
Output
<
String
>
The URL of the hyperlink
title
Link copied to clipboard
val
title
:
Output
<
String
>
The title of the hyperlink
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
UiCustomMessageLinkArgs