Class CfnAnalysis.SetParameterValueConfigurationProperty
The configuration of adding parameters in action.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SetParameterValueConfigurationProperty : Object, CfnAnalysis.ISetParameterValueConfigurationProperty
Syntax (vb)
Public Class SetParameterValueConfigurationProperty
Inherits Object
Implements CfnAnalysis.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.AWS.QuickSight;
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" }
},
// the properties below are optional
IncludeNullValue = false
},
SelectAllValueOptions = "selectAllValueOptions",
SourceColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
SourceField = "sourceField",
SourceParameterName = "sourceParameterName"
}
};
Synopsis
Constructors
Set |
Properties
Destination |
The destination parameter name of the |
Value |
Constructors
SetParameterValueConfigurationProperty()
public SetParameterValueConfigurationProperty()
Properties
DestinationParameterName
The destination parameter name of the SetParameterValueConfiguration
.
public string DestinationParameterName { get; set; }
Property Value
System.
Remarks
Value
public object Value { get; set; }
Property Value
System.