Class CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty
The configuration that defines the default value of a String parameter when a value has not been set.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty : CfnAnalysisPropsMixin.IStringValueWhenUnsetConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty Implements 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.Mixins.Preview.AWS.QuickSight.Mixins;
var stringValueWhenUnsetConfigurationProperty = new StringValueWhenUnsetConfigurationProperty {
CustomValue = "customValue",
ValueWhenUnsetOption = "valueWhenUnsetOption"
};
Synopsis
Constructors
| StringValueWhenUnsetConfigurationProperty() | The configuration that defines the default value of a |
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:. |
Constructors
StringValueWhenUnsetConfigurationProperty()
The configuration that defines the default value of a String parameter when a value has not been set.
public StringValueWhenUnsetConfigurationProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var stringValueWhenUnsetConfigurationProperty = new StringValueWhenUnsetConfigurationProperty {
CustomValue = "customValue",
ValueWhenUnsetOption = "valueWhenUnsetOption"
};
Properties
CustomValue
A custom value that's used when the value of a parameter isn't set.
public string? CustomValue { get; set; }
Property Value
Remarks
ValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:.
public string? ValueWhenUnsetOption { get; set; }