Interface CfnAnalysisPropsMixin.IStringValueWhenUnsetConfigurationProperty
The configuration that defines the default value of a String parameter when a value has not been set.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IStringValueWhenUnsetConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IStringValueWhenUnsetConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var stringValueWhenUnsetConfigurationProperty = new StringValueWhenUnsetConfigurationProperty {
CustomValue = "customValue",
ValueWhenUnsetOption = "valueWhenUnsetOption"
};
Synopsis
Properties
| CustomValue | A custom value that's used when the value of a parameter isn't set. |
| ValueWhenUnsetOption | The built-in options for default values. The value can be one of the following:. |
Properties
CustomValue
A custom value that's used when the value of a parameter isn't set.
string? CustomValue { get; }
Property Value
Remarks
ValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:.
string? ValueWhenUnsetOption { get; }