toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
DashboardFieldLabelType
Dashboard
Field
Label
Type
data
class
DashboardFieldLabelType
(
val
fieldId
:
String
?
=
null
,
val
visibility
:
DashboardVisibility
?
=
null
)
Members
Constructors
Dashboard
Field
Label
Type
Link copied to clipboard
constructor
(
fieldId
:
String
?
=
null
,
visibility
:
DashboardVisibility
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
field
Id
Link copied to clipboard
val
fieldId
:
String
?
=
null
Indicates the field that is targeted by the field label.
visibility
Link copied to clipboard
val
visibility
:
DashboardVisibility
?
=
null
The visibility of the field label.