Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.IntegerValueWhenUnsetConfigurationProperty

A parameter declaration for the Integer data type.

Inheritance
object
CfnAnalysisPropsMixin.IntegerValueWhenUnsetConfigurationProperty
Implements
CfnAnalysisPropsMixin.IIntegerValueWhenUnsetConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-integervaluewhenunsetconfiguration.html

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 Integer data type.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-integervaluewhenunsetconfiguration.html

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-integervaluewhenunsetconfiguration.html#cfn-quicksight-analysis-integervaluewhenunsetconfiguration-customvalue

ValueWhenUnsetOption

The built-in options for default values. The value can be one of the following:.

public string? ValueWhenUnsetOption { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-integervaluewhenunsetconfiguration.html#cfn-quicksight-analysis-integervaluewhenunsetconfiguration-valuewhenunsetoption

    Implements

    CfnAnalysisPropsMixin.IIntegerValueWhenUnsetConfigurationProperty
    Back to top Generated by DocFX