Class CfnTemplatePropsMixin.IntegerDefaultValuesProperty
The default values of the IntegerParameterDeclaration .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.IntegerDefaultValuesProperty : CfnTemplatePropsMixin.IIntegerDefaultValuesProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.IntegerDefaultValuesProperty Implements CfnTemplatePropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
var integerDefaultValuesProperty = new IntegerDefaultValuesProperty {
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 [] { 123 }
};
Synopsis
Constructors
| IntegerDefaultValuesProperty() | The default values of the |
Properties
| DynamicValue | The dynamic value of the |
| StaticValues | The static values of the |
Constructors
IntegerDefaultValuesProperty()
The default values of the IntegerParameterDeclaration .
public IntegerDefaultValuesProperty()
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 integerDefaultValuesProperty = new IntegerDefaultValuesProperty {
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 [] { 123 }
};
Properties
DynamicValue
The dynamic value of the IntegerDefaultValues .
public object? DynamicValue { get; set; }
Property Value
Remarks
Different defaults are displayed according to users, groups, and values mapping.
Type union: either IResolvable or CfnTemplatePropsMixin.IDynamicDefaultValueProperty
StaticValues
The static values of the IntegerDefaultValues .
public object? StaticValues { get; set; }