We recommend new projects start with resources from the AWS provider.
aws-native.connect.AgentStatus
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Connect::AgentStatus
Create AgentStatus Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AgentStatus(name: string, args: AgentStatusArgs, opts?: CustomResourceOptions);
@overload
def AgentStatus(resource_name: str,
args: AgentStatusArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AgentStatus(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_arn: Optional[str] = None,
state: Optional[AgentStatusState] = None,
description: Optional[str] = None,
display_order: Optional[int] = None,
name: Optional[str] = None,
reset_order_number: Optional[bool] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
type: Optional[AgentStatusType] = None)
func NewAgentStatus(ctx *Context, name string, args AgentStatusArgs, opts ...ResourceOption) (*AgentStatus, error)
public AgentStatus(string name, AgentStatusArgs args, CustomResourceOptions? opts = null)
public AgentStatus(String name, AgentStatusArgs args)
public AgentStatus(String name, AgentStatusArgs args, CustomResourceOptions options)
type: aws-native:connect:AgentStatus
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AgentStatusArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AgentStatusArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AgentStatusArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AgentStatusArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AgentStatusArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AgentStatus Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AgentStatus resource accepts the following input properties:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- State
Pulumi.
Aws Native. Connect. Agent Status State - The state of the status.
- Description string
- The description of the status.
- Display
Order int - The display order of the status.
- Name string
- The name of the status.
- Reset
Order boolNumber - A number indicating the reset order of the agent status.
- List<Pulumi.
Aws Native. Inputs. 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.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- State
Agent
Status State Enum - The state of the status.
- Description string
- The description of the status.
- Display
Order int - The display order of the status.
- Name string
- The name of the status.
- Reset
Order boolNumber - A number indicating the reset order of the agent status.
- Tag
Args - An array of key-value pairs to apply to this resource.
- Type
Agent
Status Type - The type of agent status.
- instance
Arn String - The identifier of the Amazon Connect instance.
- state
Agent
Status State - The state of the status.
- description String
- The description of the status.
- display
Order Integer - The display order of the status.
- name String
- The name of the status.
- reset
Order BooleanNumber - A number indicating the reset order of the agent status.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- type
Agent
Status Type - The type of agent status.
- instance
Arn string - The identifier of the Amazon Connect instance.
- state
Agent
Status State - The state of the status.
- description string
- The description of the status.
- display
Order number - The display order of the status.
- name string
- The name of the status.
- reset
Order booleanNumber - A number indicating the reset order of the agent status.
- Tag[]
- An array of key-value pairs to apply to this resource.
- type
Agent
Status Type - The type of agent status.
- instance_
arn str - The identifier of the Amazon Connect instance.
- state
Agent
Status State - The state of the status.
- description str
- The description of the status.
- display_
order int - The display order of the status.
- name str
- The name of the status.
- reset_
order_ boolnumber - A number indicating the reset order of the agent status.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- type
Agent
Status Type - The type of agent status.
- instance
Arn String - The identifier of the Amazon Connect instance.
- state "ENABLED" | "DISABLED"
- The state of the status.
- description String
- The description of the status.
- display
Order Number - The display order of the status.
- name String
- The name of the status.
- reset
Order BooleanNumber - A number indicating the reset order of the agent status.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- type "ROUTABLE" | "CUSTOM" | "OFFLINE"
- The type of agent status.
Outputs
All input properties are implicitly available as output properties. Additionally, the AgentStatus resource produces the following output properties:
- Agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringRegion - Last modified region.
- Last
Modified doubleTime - Last modified time.
- Agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringRegion - Last modified region.
- Last
Modified float64Time - Last modified time.
- agent
Status StringArn - The Amazon Resource Name (ARN) of the agent status.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringRegion - Last modified region.
- last
Modified DoubleTime - Last modified time.
- agent
Status stringArn - The Amazon Resource Name (ARN) of the agent status.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringRegion - Last modified region.
- last
Modified numberTime - Last modified time.
- agent_
status_ strarn - The Amazon Resource Name (ARN) of the agent status.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strregion - Last modified region.
- last_
modified_ floattime - Last modified time.
- agent
Status StringArn - The Amazon Resource Name (ARN) of the agent status.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringRegion - Last modified region.
- last
Modified NumberTime - Last modified time.
Supporting Types
AgentStatusState, AgentStatusStateArgs
- Enabled
- ENABLED
- Disabled
- DISABLED
- Agent
Status State Enabled - ENABLED
- Agent
Status State Disabled - DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
AgentStatusType, AgentStatusTypeArgs
- Routable
- ROUTABLE
- Custom
- CUSTOM
- Offline
- OFFLINE
- Agent
Status Type Routable - ROUTABLE
- Agent
Status Type Custom - CUSTOM
- Agent
Status Type Offline - OFFLINE
- Routable
- ROUTABLE
- Custom
- CUSTOM
- Offline
- OFFLINE
- Routable
- ROUTABLE
- Custom
- CUSTOM
- Offline
- OFFLINE
- ROUTABLE
- ROUTABLE
- CUSTOM
- CUSTOM
- OFFLINE
- OFFLINE
- "ROUTABLE"
- ROUTABLE
- "CUSTOM"
- CUSTOM
- "OFFLINE"
- OFFLINE
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.