AWS::Connect::InstanceResource Type definition for AWS::Connect::Instance
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Attributes | Attributes | Required |
IdentityManagementType | string | RequiredCreate-only |
DirectoryId | string | Create-onlyWrite-only |
InstanceAlias | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | An instanceArn is automatically generated on creation based on instanceId. |
CreatedTime | string | Timestamp of instance creation logged as part of instance creation. |
Id | string | An instanceId is automatically generated on creation and assigned as the unique identifier. |
InstanceStatus | string | Specifies the creation status of new instance. |
ServiceRole | string | Service linked role created as part of instance creation. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::Instance
Resources:
MyResource:
Type: AWS::Connect::Instance
Properties:
IdentityManagementType: "SAML"
Attributes: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateInstanceconnect:DescribeInstanceconnect:UpdateInstanceAttributeconnect:TagResourceds:CheckAliasds:CreateAliasds:AuthorizeApplicationds:UnauthorizeApplicationconnect:DescribeInstanceconnect:ListInstanceAttributesds:DescribeDirectoriesconnect:ListInstanceAttributesconnect:UpdateInstanceAttributeds:DescribeDirectoriesiam:CreateServiceLinkedRoleiam:DeleteRolePolicylogs:CreateLogGroupiam:PutRolePolicyconnect:TagResourceconnect:DeleteInstanceconnect:DescribeInstanceconnect:UntagResourceds:DeleteDirectoryds:UnauthorizeApplicationds:DescribeDirectoriesconnect:ListInstancesconnect:ListInstanceAttributesds:DescribeDirectoriesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DirectoryIdInstanceAliasIdentityManagementType