Class CfnDashboardPropsMixin.SetParameterValueConfigurationProperty
The configuration of adding parameters in action.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SetParameterValueConfigurationProperty : CfnDashboardPropsMixin.ISetParameterValueConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SetParameterValueConfigurationProperty Implements CfnDashboardPropsMixin.ISetParameterValueConfigurationProperty
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 setParameterValueConfigurationProperty = new SetParameterValueConfigurationProperty {
DestinationParameterName = "destinationParameterName",
Value = new DestinationParameterValueConfigurationProperty {
CustomValuesConfiguration = new CustomValuesConfigurationProperty {
CustomValues = new CustomParameterValuesProperty {
DateTimeValues = new [] { "dateTimeValues" },
DecimalValues = new [] { 123 },
IntegerValues = new [] { 123 },
StringValues = new [] { "stringValues" }
},
IncludeNullValue = false
},
SelectAllValueOptions = "selectAllValueOptions",
SourceColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
SourceField = "sourceField",
SourceParameterName = "sourceParameterName"
}
};
Synopsis
Constructors
| SetParameterValueConfigurationProperty() | The configuration of adding parameters in action. |
Properties
| DestinationParameterName | The destination parameter name of the |
| Value | The configuration of adding parameters in action. |
Constructors
SetParameterValueConfigurationProperty()
The configuration of adding parameters in action.
public SetParameterValueConfigurationProperty()
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 setParameterValueConfigurationProperty = new SetParameterValueConfigurationProperty {
DestinationParameterName = "destinationParameterName",
Value = new DestinationParameterValueConfigurationProperty {
CustomValuesConfiguration = new CustomValuesConfigurationProperty {
CustomValues = new CustomParameterValuesProperty {
DateTimeValues = new [] { "dateTimeValues" },
DecimalValues = new [] { 123 },
IntegerValues = new [] { 123 },
StringValues = new [] { "stringValues" }
},
IncludeNullValue = false
},
SelectAllValueOptions = "selectAllValueOptions",
SourceColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
SourceField = "sourceField",
SourceParameterName = "sourceParameterName"
}
};
Properties
DestinationParameterName
The destination parameter name of the SetParameterValueConfiguration .
public string? DestinationParameterName { get; set; }
Property Value
Remarks
Value
The configuration of adding parameters in action.
public object? Value { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IDestinationParameterValueConfigurationProperty