aws-cdk-lib.aws_amplifyuibuilder.CfnForm.ValueMappingsProperty
interface ValueMappingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmplifyUIBuilder.CfnForm.ValueMappingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnForm_ValueMappingsProperty |
![]() | software.amazon.awscdk.services.amplifyuibuilder.CfnForm.ValueMappingsProperty |
![]() | aws_cdk.aws_amplifyuibuilder.CfnForm.ValueMappingsProperty |
![]() | aws-cdk-lib » aws_amplifyuibuilder » CfnForm » ValueMappingsProperty |
The ValueMappings
property specifies the data binding configuration for a value map.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amplifyuibuilder as amplifyuibuilder } from 'aws-cdk-lib';
const valueMappingsProperty: amplifyuibuilder.CfnForm.ValueMappingsProperty = {
values: [{
value: {
value: 'value',
},
// the properties below are optional
displayValue: {
value: 'value',
},
}],
};
Properties
Name | Type | Description |
---|---|---|
values | IResolvable | IResolvable | Value [] | The value and display value pairs. |
values
Type:
IResolvable
|
IResolvable
|
Value
[]
The value and display value pairs.