Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IStringDefaultValuesProperty

The default values of the StringParameterDeclaration .

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IStringDefaultValuesProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IStringDefaultValuesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-stringdefaultvalues.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 stringDefaultValuesProperty = new StringDefaultValuesProperty {
                 DynamicValue = new DynamicDefaultValueProperty {
                     DefaultValueColumn = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },
                     GroupNameColumn = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },
                     UserNameColumn = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     }
                 },
                 StaticValues = new [] { "staticValues" }
             };

Synopsis

Properties

DynamicValue

The dynamic value of the StringDefaultValues .

StaticValues

The static values of the DecimalDefaultValues .

Properties

DynamicValue

The dynamic value of the StringDefaultValues .

object? DynamicValue { get; }
Property Value

object

Remarks

Different defaults displayed according to users, groups, and values mapping.

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IDynamicDefaultValueProperty

StaticValues

The static values of the DecimalDefaultValues .

string[]? StaticValues { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX