toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.qbusiness.kotlin.inputs
/
DataAccessorDocumentAttributeArgs
Data
Accessor
Document
Attribute
Args
data
class
DataAccessorDocumentAttributeArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
Any
>
)
:
ConvertibleToJava
<
DataAccessorDocumentAttributeArgs
>
Members
Constructors
Data
Accessor
Document
Attribute
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
value
:
Output
<
Any
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The identifier for the attribute.
value
Link copied to clipboard
val
value
:
Output
<
Any
>
The value of the attribute.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DataAccessorDocumentAttributeArgs