interface FieldItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Cases.Mixins.CfnLayoutPropsMixin.FieldItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscases/mixins#CfnLayoutPropsMixin_FieldItemProperty |
Java | software.amazon.awscdk.mixins.preview.services.cases.mixins.CfnLayoutPropsMixin.FieldItemProperty |
Python | aws_cdk.mixins_preview.aws_cases.mixins.CfnLayoutPropsMixin.FieldItemProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cases » mixins » 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 { mixins as cases_mixins } from '@aws-cdk/mixins-preview/aws-cases';
const fieldItemProperty: cases_mixins.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