Interface CfnTemplate.IIntegerDefaultValuesProperty
The default values of the IntegerParameterDeclaration
.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIntegerDefaultValuesProperty
Syntax (vb)
Public Interface IIntegerDefaultValuesProperty
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 integerDefaultValuesProperty = new IntegerDefaultValuesProperty {
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 [] { 123 }
};
Synopsis
Properties
Dynamic |
The dynamic value of the |
Static |
The static values of the |
Properties
DynamicValue
The dynamic value of the IntegerDefaultValues
.
virtual object DynamicValue { get; }
Property Value
System.
Remarks
Different defaults are displayed according to users, groups, and values mapping.
StaticValues
The static values of the IntegerDefaultValues
.
virtual object StaticValues { get; }
Property Value
System.