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
/
TemplateCustomValuesConfiguration
Template
Custom
Values
Configuration
data
class
TemplateCustomValuesConfiguration
(
val
customValues
:
TemplateCustomParameterValues
,
val
includeNullValue
:
Boolean
?
=
null
)
Members
Constructors
Template
Custom
Values
Configuration
Link copied to clipboard
constructor
(
customValues
:
TemplateCustomParameterValues
,
includeNullValue
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
custom
Values
Link copied to clipboard
val
customValues
:
TemplateCustomParameterValues
include
Null
Value
Link copied to clipboard
val
includeNullValue
:
Boolean
?
=
null
Includes the null value in custom action parameter values.