Interface CfnTemplate.StringValueWhenUnsetConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplate.StringValueWhenUnsetConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnTemplate

@Stability(Stable) public static interface CfnTemplate.StringValueWhenUnsetConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration that defines the default value of a String parameter when a value has not been set.

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.*;
 StringValueWhenUnsetConfigurationProperty stringValueWhenUnsetConfigurationProperty = StringValueWhenUnsetConfigurationProperty.builder()
         .customValue("customValue")
         .valueWhenUnsetOption("valueWhenUnsetOption")
         .build();
 

See Also: