Show / Hide Table of Contents

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

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.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

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:.

string? ValueWhenUnsetOption { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX