Show / Hide Table of Contents

Class CfnDashboardPropsMixin.StringValueWhenUnsetConfigurationProperty

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

Inheritance
object
CfnDashboardPropsMixin.StringValueWhenUnsetConfigurationProperty
Implements
CfnDashboardPropsMixin.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.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.StringValueWhenUnsetConfigurationProperty : CfnDashboardPropsMixin.IStringValueWhenUnsetConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.StringValueWhenUnsetConfigurationProperty Implements CfnDashboardPropsMixin.IStringValueWhenUnsetConfigurationProperty
Remarks

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

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-dashboard-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"
             };

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-dashboard-stringvaluewhenunsetconfiguration.html#cfn-quicksight-dashboard-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-dashboard-stringvaluewhenunsetconfiguration.html#cfn-quicksight-dashboard-stringvaluewhenunsetconfiguration-valuewhenunsetoption

    Implements

    CfnDashboardPropsMixin.IStringValueWhenUnsetConfigurationProperty
    Back to top Generated by DocFX