aws-cdk-lib.aws_quicksight.CfnAnalysis.SetParameterValueConfigurationProperty

interface SetParameterValueConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.SetParameterValueConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_SetParameterValueConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.SetParameterValueConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.SetParameterValueConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » SetParameterValueConfigurationProperty

The configuration of adding parameters in action.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const setParameterValueConfigurationProperty: quicksight.CfnAnalysis.SetParameterValueConfigurationProperty = {
  destinationParameterName: 'destinationParameterName',
  value: {
    customValuesConfiguration: {
      customValues: {
        dateTimeValues: ['dateTimeValues'],
        decimalValues: [123],
        integerValues: [123],
        stringValues: ['stringValues'],
      },

      // the properties below are optional
      includeNullValue: false,
    },
    selectAllValueOptions: 'selectAllValueOptions',
    sourceColumn: {
      columnName: 'columnName',
      dataSetIdentifier: 'dataSetIdentifier',
    },
    sourceField: 'sourceField',
    sourceParameterName: 'sourceParameterName',
  },
};

Properties

NameTypeDescription
destinationParameterNamestringThe destination parameter name of the SetParameterValueConfiguration .
valueIResolvable | DestinationParameterValueConfigurationPropertyCfnAnalysis.SetParameterValueConfigurationProperty.Value.

destinationParameterName

Type: string

The destination parameter name of the SetParameterValueConfiguration .


value

Type: IResolvable | DestinationParameterValueConfigurationProperty

CfnAnalysis.SetParameterValueConfigurationProperty.Value.