toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.alb.kotlin.inputs
/
AScriptExtAttributeArgs
AScript
Ext
Attribute
Args
data
class
AScriptExtAttributeArgs
(
val
attributeKey
:
Output
<
String
>
?
=
null
,
val
attributeValue
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AScriptExtAttributeArgs
>
Members
Constructors
AScript
Ext
Attribute
Args
Link copied to clipboard
constructor
(
attributeKey
:
Output
<
String
>
?
=
null
,
attributeValue
:
Output
<
String
>
?
=
null
)
Properties
attribute
Key
Link copied to clipboard
val
attributeKey
:
Output
<
String
>
?
=
null
Key to extend attribute
attribute
Value
Link copied to clipboard
val
attributeValue
:
Output
<
String
>
?
=
null
The value of the extended attribute
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AScriptExtAttributeArgs