AWS::Cases::FieldCreates a 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.
import { CfnField } from 'aws-cdk-lib/aws-cases';Or use the module namespace:
import * as cases from 'aws-cdk-lib/aws-cases';
// cases.CfnFieldConfiguration passed to the constructor as CfnFieldProps.
nameRequiredstringName of the field.
typeRequiredstringType of the field.
attributesOptionalIResolvable | FieldAttributesPropertyUnion of field attributes.
descriptionOptionalstringDescription of the field.
domainIdOptionalstringThe unique identifier of the Cases domain.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-casesAWS::Cases::Field