Class CfnAnalysis.StringDefaultValuesProperty
The default values of the StringParameterDeclaration
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.StringDefaultValuesProperty : CfnAnalysis.IStringDefaultValuesProperty
Syntax (vb)
Public Class CfnAnalysis.StringDefaultValuesProperty 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
StringDefaultValuesProperty() | The default values of the |
Properties
DynamicValue | The dynamic value of the |
StaticValues | The static values of the |
Constructors
StringDefaultValuesProperty()
The default values of the StringParameterDeclaration
.
public StringDefaultValuesProperty()
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" }
};
Properties
DynamicValue
The dynamic value of the StringDefaultValues
.
public object? DynamicValue { get; set; }
Property Value
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
string[]