pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.alb.kotlin.outputs
/
AScriptExtAttribute
AScript
Ext
Attribute
data
class
AScriptExtAttribute
(
val
attributeKey
:
String
?
=
null
,
val
attributeValue
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
AScript
Ext
Attribute
Link copied to clipboard
fun
AScriptExtAttribute
(
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
The key of the extended attribute.
attribute
Value
Link copied to clipboard
val
attributeValue
:
String
?
=
null
The value of the extended attribute.