toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.alb.kotlin.outputs
/
AScriptExtAttribute
AScript
Ext
Attribute
data
class
AScriptExtAttribute
(
val
attributeKey
:
String
?
=
null
,
val
attributeValue
:
String
?
=
null
)
Members
Constructors
AScript
Ext
Attribute
Link copied to clipboard
constructor
(
attributeKey
:
String
?
=
null
,
attributeValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attribute
Key
Link copied to clipboard
val
attributeKey
:
String
?
=
null
Key to extend attribute
attribute
Value
Link copied to clipboard
val
attributeValue
:
String
?
=
null
The value of the extended attribute