interface AgentStatusReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.AgentStatusReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#AgentStatusReference |
Java | software.amazon.awscdk.services.connect.AgentStatusReference |
Python | aws_cdk.aws_connect.AgentStatusReference |
TypeScript | aws-cdk-lib » aws_connect » AgentStatusReference |
A reference to a AgentStatus resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const agentStatusReference: connect.AgentStatusReference = {
agentStatusArn: 'agentStatusArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| agent | string | The AgentStatusArn of the AgentStatus resource. |
agentStatusArn
Type:
string
The AgentStatusArn of the AgentStatus resource.

.NET
Go
Java
Python
TypeScript