We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.connect.getAgentStatus
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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:
- AgentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- AgentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- agentStatus StringArn 
- The Amazon Resource Name (ARN) of the agent status.
- agentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- agent_status_ strarn 
- The Amazon Resource Name (ARN) of the agent status.
- agentStatus StringArn 
- The Amazon Resource Name (ARN) of the agent status.
getAgentStatus Result
The following output properties are available:
- AgentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- Description string
- The description of the status.
- DisplayOrder int
- The display order of the status.
- InstanceArn string
- The identifier of the Amazon Connect instance.
- LastModified stringRegion 
- Last modified region.
- LastModified doubleTime 
- Last modified time.
- Name string
- The name of the status.
- ResetOrder 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.
- AgentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- Description string
- The description of the status.
- DisplayOrder int
- The display order of the status.
- InstanceArn string
- The identifier of the Amazon Connect instance.
- LastModified stringRegion 
- Last modified region.
- LastModified float64Time 
- Last modified time.
- Name string
- The name of the status.
- ResetOrder boolNumber 
- A number indicating the reset order of the agent status.
- State
AgentStatus State Enum 
- The state of the status.
- Tag
- An array of key-value pairs to apply to this resource.
- Type
AgentStatus Type 
- The type of agent status.
- agentStatus StringArn 
- The Amazon Resource Name (ARN) of the agent status.
- description String
- The description of the status.
- displayOrder Integer
- The display order of the status.
- instanceArn String
- The identifier of the Amazon Connect instance.
- lastModified StringRegion 
- Last modified region.
- lastModified DoubleTime 
- Last modified time.
- name String
- The name of the status.
- resetOrder BooleanNumber 
- A number indicating the reset order of the agent status.
- state
AgentStatus State 
- The state of the status.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- type
AgentStatus Type 
- The type of agent status.
- agentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- description string
- The description of the status.
- displayOrder number
- The display order of the status.
- instanceArn string
- The identifier of the Amazon Connect instance.
- lastModified stringRegion 
- Last modified region.
- lastModified numberTime 
- Last modified time.
- name string
- The name of the status.
- resetOrder booleanNumber 
- A number indicating the reset order of the agent status.
- state
AgentStatus State 
- The state of the status.
- Tag[]
- An array of key-value pairs to apply to this resource.
- type
AgentStatus 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
AgentStatus State 
- The state of the status.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- type
AgentStatus Type 
- The type of agent status.
- agentStatus StringArn 
- The Amazon Resource Name (ARN) of the agent status.
- description String
- The description of the status.
- displayOrder Number
- The display order of the status.
- instanceArn String
- The identifier of the Amazon Connect instance.
- lastModified StringRegion 
- Last modified region.
- lastModified NumberTime 
- Last modified time.
- name String
- The name of the status.
- resetOrder 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi