AWS::Cases::FieldA field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Type | string | RequiredCreate-only |
Attributes | FieldAttributes | |
Description | string | |
DomainId | string | Create-only |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedTime | string | The time at which the field was created. |
FieldArn | string | The Amazon Resource Name (ARN) of the field. |
FieldId | string | The unique identifier of a field. |
LastModifiedTime | string | The time at which the field was created or last modified. |
Namespace | string | 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. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cases::Field
Resources:
MyResource:
Type: AWS::Cases::Field
Properties:
Name: "my-name"
Type: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cases:CreateFieldcases:BatchGetFieldcases:TagResourcecases:UpdateFieldcases:TagResourcecases:UntagResourcecases:BatchGetFieldcases:DeleteFieldcases:UntagResourcecases:ListFieldscases:BatchGetFieldOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterFieldArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainIdType