---
type: resource-type
title: Field
description: aws resource type AWS::Cases::Field
name: Field
lexicon: aws
resource_type: AWS::Cases::Field
---
`AWS::Cases::Field`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
- `Type` (`Field_FieldType`, required)
- `Attributes` (`Field_FieldAttributes`, optional): Field-type specific attributes that control rendering and validation behavior
- `CreatedTime` (`string`, optional): The time at which the field was created.
- `Description` (`string`, optional): A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
- `DomainId` (`string`, optional): The unique identifier of the Cases domain.
- `FieldArn` (`string`, optional): The Amazon Resource Name (ARN) of the field.
- `FieldId` (`string`, optional): The unique identifier of a field.
- `LastModifiedTime` (`string`, optional): The time at which the field was created or last modified.
- `Namespace` (`"Custom" | "System"`, optional): Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
- `Tags` (`any`, optional)

## Attributes

- `CreatedTime`
- `FieldArn`
- `FieldId`
- `LastModifiedTime`
- `Namespace`
