Interface CfnAnalysis.StringValueWhenUnsetConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.StringValueWhenUnsetConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.StringValueWhenUnsetConfigurationPropertystatic final classAn implementation forCfnAnalysis.StringValueWhenUnsetConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomValue
A custom value that's used when the value of a parameter isn't set.- See Also:
-
getValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:.RECOMMENDED: The recommended value.NULL: TheNULLvalue.
- See Also:
-
builder
-