Class CfnAnalysis.StringDefaultValuesProperty
The default values of the StringParameterDeclaration
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StringDefaultValuesProperty : Object, CfnAnalysis.IStringDefaultValuesProperty
Syntax (vb)
Public Class StringDefaultValuesProperty
Inherits Object
Implements CfnAnalysis.IStringDefaultValuesProperty
Remarks
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.AWS.QuickSight;
var stringDefaultValuesProperty = new StringDefaultValuesProperty {
DynamicValue = new DynamicDefaultValueProperty {
DefaultValueColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
// the properties below are optional
GroupNameColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
UserNameColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
}
},
StaticValues = new [] { "staticValues" }
};
Synopsis
Constructors
String |
Properties
Dynamic |
The dynamic value of the |
Static |
The static values of the |
Constructors
StringDefaultValuesProperty()
public StringDefaultValuesProperty()
Properties
DynamicValue
The dynamic value of the StringDefaultValues
.
public object DynamicValue { get; set; }
Property Value
System.
Remarks
Different defaults displayed according to users, groups, and values mapping.
StaticValues
The static values of the DecimalDefaultValues
.
public string[] StaticValues { get; set; }
Property Value
System.