AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::AgentStatus

CfnAgentStatus

Contains information about an agent status.

Import

import { CfnAgentStatus } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnAgentStatus

Properties

Configuration passed to the constructor as CfnAgentStatusProps.

instanceArnRequired
string

The Amazon Resource Name (ARN) of the instance.

nameRequired
string

The name of the agent status.

stateRequired
string

The state of the agent status.

descriptionOptional
string

The description of the agent status.

displayOrderOptional
number

The display order of the agent status.

resetOrderNumberOptional
boolean | IResolvable

A number indicating the reset order of the agent status.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

typeOptional
string

The type of agent status.

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