interface FieldItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cases.CfnLayout.FieldItemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscases#CfnLayout_FieldItemProperty |
Java | software.amazon.awscdk.services.cases.CfnLayout.FieldItemProperty |
Python | aws_cdk.aws_cases.CfnLayout.FieldItemProperty |
TypeScript | aws-cdk-lib » aws_cases » CfnLayout » 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-lib';
const fieldItemProperty: cases.CfnLayout.FieldItemProperty = {
id: 'id',
};
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of a field. |
id
Type:
string
Unique identifier of a field.

.NET
Go
Java
Python
TypeScript