AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Cases::Domain

CfnDomain

Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain. > This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect [CreateIntegrationAssociation](https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html) API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see [Onboard to Cases](https://docs.aws.amazon.com/connect/latest/adminguide/required-permissions-iam-cases.html#onboard-cases-iam) .

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnDomainProps.

nameRequired
string

The name of the 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::Domain
Properties2

Related Constructs

External Links