interface StringParameterProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.StringParameterProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.StringParameterProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.StringParameterProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » StringParameterProperty |
A string parameter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const stringParameterProperty: quicksight.CfnAnalysis.StringParameterProperty = {
name: 'name',
values: ['values'],
};
Properties
Name | Type | Description |
---|---|---|
name | string | A display name for a string parameter. |
values | string[] | The values of a string parameter. |
name
Type:
string
A display name for a string parameter.
values
Type:
string[]
The values of a string parameter.