AWS::Cases::DomainA 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.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedTime | string | The time at which the domain was created. |
DomainArn | string | The Amazon Resource Name (ARN) for the Cases domain. |
DomainId | string | The unique identifier of the Cases domain. |
DomainStatus | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cases::Domain
Resources:
MyResource:
Type: AWS::Cases::Domain
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
cases:CreateDomaincases:GetDomaincases:TagResourcecases:GetDomaincases:DeleteDomaincases:UntagResourcecases:ListDomainscases:TagResourcecases:UntagResourcecases:GetDomainOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name