Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty

The configuration that defines the default value of a String parameter when a value has not been set.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-stringvaluewhenunsetconfiguration.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.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 String parameter when a value has not been set.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-stringvaluewhenunsetconfiguration.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-stringvaluewhenunsetconfiguration.html#cfn-quicksight-analysis-stringvaluewhenunsetconfiguration-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-stringvaluewhenunsetconfiguration.html#cfn-quicksight-analysis-stringvaluewhenunsetconfiguration-valuewhenunsetoption

    Implements

    CfnAnalysisPropsMixin.IStringValueWhenUnsetConfigurationProperty
    Back to top Generated by DocFX