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
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 |
| StaticValues | The static values of the |
Properties
DynamicValue
The dynamic value of the StringDefaultValues .
object? DynamicValue { get; }
Property Value
Remarks
Different defaults displayed according to users, groups, and values mapping.
Type union: either IResolvable or CfnAnalysisPropsMixin.IDynamicDefaultValueProperty
StaticValues
The static values of the DecimalDefaultValues .
string[]? StaticValues { get; }
Property Value
string[]