AWS::Connect::AgentStatusResource Type definition for AWS::Connect::AgentStatus
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceArn | string | Required |
Name | string | Required |
State | string | Required |
Description | string | |
DisplayOrder | integer | |
ResetOrderNumber | boolean | |
Tags | Array<Tag> | |
Type | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AgentStatusArn | string | The Amazon Resource Name (ARN) of the agent status. |
LastModifiedRegion | string | Last modified region. |
LastModifiedTime | number | Last modified time. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::AgentStatus
Resources:
MyResource:
Type: AWS::Connect::AgentStatus
Properties:
InstanceArn: "arn:aws:service:region:account:resource"
Name: "my-name"
State: "ENABLED"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateAgentStatusconnect:TagResourceconnect:ListAgentStatusesconnect:DescribeAgentStatusconnect:UpdateAgentStatusconnect:UntagResourceconnect:TagResourceconnect:ListAgentStatusesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgentStatusArn