interface AgentStatusReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.AgentStatusReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#AgentStatusReference |
![]() | software.amazon.awscdk.services.connect.AgentStatusReference |
![]() | aws_cdk.aws_connect.AgentStatusReference |
![]() | 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.