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
/
TemplateSpacing
Template
Spacing
data
class
TemplateSpacing
(
val
bottom
:
String
?
=
null
,
val
left
:
String
?
=
null
,
val
right
:
String
?
=
null
,
val
top
:
String
?
=
null
)
Members
Constructors
Template
Spacing
Link copied to clipboard
constructor
(
bottom
:
String
?
=
null
,
left
:
String
?
=
null
,
right
:
String
?
=
null
,
top
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
String
?
=
null
String based length that is composed of value and unit
left
Link copied to clipboard
val
left
:
String
?
=
null
String based length that is composed of value and unit
right
Link copied to clipboard
val
right
:
String
?
=
null
String based length that is composed of value and unit
top
Link copied to clipboard
val
top
:
String
?
=
null
String based length that is composed of value and unit