We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.connect.getAgentStatus
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::Connect::AgentStatus
Using getAgentStatus
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAgentStatus(args: GetAgentStatusArgs, opts?: InvokeOptions): Promise<GetAgentStatusResult>
function getAgentStatusOutput(args: GetAgentStatusOutputArgs, opts?: InvokeOptions): Output<GetAgentStatusResult>def get_agent_status(agent_status_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAgentStatusResult
def get_agent_status_output(agent_status_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAgentStatusResult]func LookupAgentStatus(ctx *Context, args *LookupAgentStatusArgs, opts ...InvokeOption) (*LookupAgentStatusResult, error)
func LookupAgentStatusOutput(ctx *Context, args *LookupAgentStatusOutputArgs, opts ...InvokeOption) LookupAgentStatusResultOutput> Note: This function is named LookupAgentStatus in the Go SDK.
public static class GetAgentStatus
{
public static Task<GetAgentStatusResult> InvokeAsync(GetAgentStatusArgs args, InvokeOptions? opts = null)
public static Output<GetAgentStatusResult> Invoke(GetAgentStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAgentStatusResult> getAgentStatus(GetAgentStatusArgs args, InvokeOptions options)
public static Output<GetAgentStatusResult> getAgentStatus(GetAgentStatusArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getAgentStatus
arguments:
# arguments dictionaryThe following arguments are supported:
- Agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- Agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- agent
Status StringArn - The Amazon Resource Name (ARN) of the agent status.
- agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- agent_
status_ strarn - The Amazon Resource Name (ARN) of the agent status.
- agent
Status StringArn - The Amazon Resource Name (ARN) of the agent status.
getAgentStatus Result
The following output properties are available:
- Agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- Description string
- The description of the status.
- Display
Order int - The display order of the status.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Last
Modified stringRegion - Last modified region.
- Last
Modified doubleTime - Last modified time.
- Name string
- The name of the status.
- Reset
Order boolNumber - A number indicating the reset order of the agent status.
- State
Pulumi.
Aws Native. Connect. Agent Status State - The state of the status.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Type
Pulumi.
Aws Native. Connect. Agent Status Type - The type of agent status.
- Agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- Description string
- The description of the status.
- Display
Order int - The display order of the status.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Last
Modified stringRegion - Last modified region.
- Last
Modified float64Time - Last modified time.
- Name string
- The name of the status.
- Reset
Order boolNumber - A number indicating the reset order of the agent status.
- State
Agent
Status State Enum - The state of the status.
- Tag
- An array of key-value pairs to apply to this resource.
- Type
Agent
Status Type - The type of agent status.
- agent
Status StringArn - The Amazon Resource Name (ARN) of the agent status.
- description String
- The description of the status.
- display
Order Integer - The display order of the status.
- instance
Arn String - The identifier of the Amazon Connect instance.
- last
Modified StringRegion - Last modified region.
- last
Modified DoubleTime - Last modified time.
- name String
- The name of the status.
- reset
Order BooleanNumber - A number indicating the reset order of the agent status.
- state
Agent
Status State - The state of the status.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- type
Agent
Status Type - The type of agent status.
- agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- description string
- The description of the status.
- display
Order number - The display order of the status.
- instance
Arn string - The identifier of the Amazon Connect instance.
- last
Modified stringRegion - Last modified region.
- last
Modified numberTime - Last modified time.
- name string
- The name of the status.
- reset
Order booleanNumber - A number indicating the reset order of the agent status.
- state
Agent
Status State - The state of the status.
- Tag[]
- An array of key-value pairs to apply to this resource.
- type
Agent
Status Type - The type of agent status.
- agent_
status_ strarn - The Amazon Resource Name (ARN) of the agent status.
- description str
- The description of the status.
- display_
order int - The display order of the status.
- instance_
arn str - The identifier of the Amazon Connect instance.
- last_
modified_ strregion - Last modified region.
- last_
modified_ floattime - Last modified time.
- name str
- The name of the status.
- reset_
order_ boolnumber - A number indicating the reset order of the agent status.
- state
Agent
Status State - The state of the status.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- type
Agent
Status Type - The type of agent status.
- agent
Status StringArn - The Amazon Resource Name (ARN) of the agent status.
- description String
- The description of the status.
- display
Order Number - The display order of the status.
- instance
Arn String - The identifier of the Amazon Connect instance.
- last
Modified StringRegion - Last modified region.
- last
Modified NumberTime - Last modified time.
- name String
- The name of the status.
- reset
Order BooleanNumber - A number indicating the reset order of the agent status.
- state "ENABLED" | "DISABLED"
- The state of the status.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- type "ROUTABLE" | "CUSTOM" | "OFFLINE"
- The type of agent status.
Supporting Types
AgentStatusState
AgentStatusType
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
