interface FieldItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cases.CfnLayoutPropsMixin.FieldItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscases#CfnLayoutPropsMixin_FieldItemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cases.CfnLayoutPropsMixin.FieldItemProperty |
Python | aws_cdk.cfn_property_mixins.aws_cases.CfnLayoutPropsMixin.FieldItemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cases » CfnLayoutPropsMixin » FieldItemProperty |
Object for field related information.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cases as cases } from '@aws-cdk/cfn-property-mixins';
const fieldItemProperty: cases.CfnLayoutPropsMixin.FieldItemProperty = {
id: 'id',
};
Properties
| Name | Type | Description |
|---|---|---|
| id? | string | Unique identifier of a field. |
id?
Type:
string
(optional)
Unique identifier of a field.

.NET
Go
Java
Python
TypeScript