AgentStatusReference

class aws_cdk.aws_connect.AgentStatusReference(*, agent_status_arn)

Bases: object

A reference to a AgentStatus resource.

Parameters:

agent_status_arn (str) – The AgentStatusArn of the AgentStatus resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_connect as connect

agent_status_reference = connect.AgentStatusReference(
    agent_status_arn="agentStatusArn"
)

Attributes

agent_status_arn

The AgentStatusArn of the AgentStatus resource.