toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.inputs
/
TemplateFieldLabelTypeArgs
Template
Field
Label
Type
Args
data
class
TemplateFieldLabelTypeArgs
(
val
fieldId
:
Output
<
String
>
?
=
null
,
val
visibility
:
Output
<
Any
>
?
=
null
)
:
ConvertibleToJava
<
TemplateFieldLabelTypeArgs
>
Members
Constructors
Template
Field
Label
Type
Args
Link copied to clipboard
constructor
(
fieldId
:
Output
<
String
>
?
=
null
,
visibility
:
Output
<
Any
>
?
=
null
)
Properties
field
Id
Link copied to clipboard
val
fieldId
:
Output
<
String
>
?
=
null
Indicates the field that is targeted by the field label.
visibility
Link copied to clipboard
val
visibility
:
Output
<
Any
>
?
=
null
The visibility of the field label.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TemplateFieldLabelTypeArgs