AWS::Connect::AgentStatusContains information about an agent status.
import { CfnAgentStatus } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnAgentStatusConfiguration passed to the constructor as CfnAgentStatusProps.
instanceArnRequiredstringThe Amazon Resource Name (ARN) of the instance.
nameRequiredstringThe name of the agent status.
stateRequiredstringThe state of the agent status.
descriptionOptionalstringThe description of the agent status.
displayOrderOptionalnumberThe display order of the agent status.
resetOrderNumberOptionalboolean | IResolvableA number indicating the reset order of the agent status.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
typeOptionalstringThe type of agent status.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::AgentStatus