AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Cases::Field

CfnField

Creates 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

import { CfnField } from 'aws-cdk-lib/aws-cases';

Or use the module namespace:

import * as cases from 'aws-cdk-lib/aws-cases';
// cases.CfnField

Properties

Configuration passed to the constructor as CfnFieldProps.

nameRequired
string

Name of the field.

typeRequired
string

Type of the field.

attributesOptional
IResolvable | FieldAttributesProperty

Union of field attributes.

descriptionOptional
string

Description of the field.

domainIdOptional
string

The unique identifier of the Cases domain.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-cases
CFN TypeAWS::Cases::Field
Properties6

External Links