Class CfnAnalysisPropsMixin.IntegerValueWhenUnsetConfigurationProperty
A parameter declaration for the Integer data type.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.IntegerValueWhenUnsetConfigurationProperty : CfnAnalysisPropsMixin.IIntegerValueWhenUnsetConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.IntegerValueWhenUnsetConfigurationProperty Implements CfnAnalysisPropsMixin.IIntegerValueWhenUnsetConfigurationProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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 integerValueWhenUnsetConfigurationProperty = new IntegerValueWhenUnsetConfigurationProperty {
CustomValue = 123,
ValueWhenUnsetOption = "valueWhenUnsetOption"
};
Synopsis
Constructors
| IntegerValueWhenUnsetConfigurationProperty() | A parameter declaration for the |
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
IntegerValueWhenUnsetConfigurationProperty()
A parameter declaration for the Integer data type.
public IntegerValueWhenUnsetConfigurationProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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 integerValueWhenUnsetConfigurationProperty = new IntegerValueWhenUnsetConfigurationProperty {
CustomValue = 123,
ValueWhenUnsetOption = "valueWhenUnsetOption"
};
Properties
CustomValue
A custom value that's used when the value of a parameter isn't set.
public double? 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; }