Interface CfnTopicPropsMixin.CollectiveConstantProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicPropsMixin.CollectiveConstantProperty.Jsii$Proxy
- Enclosing class:
CfnTopicPropsMixin
@Stability(Stable)
public static interface CfnTopicPropsMixin.CollectiveConstantProperty
extends software.amazon.jsii.JsiiSerializable
A structure that represents a collective constant.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.quicksight.mixins.*;
CollectiveConstantProperty collectiveConstantProperty = CollectiveConstantProperty.builder()
.valueList(List.of("valueList"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicPropsMixin.CollectiveConstantPropertystatic final classAn implementation forCfnTopicPropsMixin.CollectiveConstantProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValueList
A list of values for the collective constant.- See Also:
-
builder
-