Interface CfnTemplate.ReferenceLineStaticDataConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ReferenceLineStaticDataConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.ReferenceLineStaticDataConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The static data configuration of the reference line data configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
ReferenceLineStaticDataConfigurationProperty referenceLineStaticDataConfigurationProperty = ReferenceLineStaticDataConfigurationProperty.builder()
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.ReferenceLineStaticDataConfigurationPropertystatic final classAn implementation forCfnTemplate.ReferenceLineStaticDataConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The double input of the static data.Default: - 0
- See Also:
-
builder
@Stability(Stable) static CfnTemplate.ReferenceLineStaticDataConfigurationProperty.Builder builder()
-