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:
- InstanceArn 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.
- DisplayOrder int
- The display order of the status.
- Name string
- The name of the status.
- ResetOrder 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.
- InstanceArn string
- The identifier of the Amazon Connect instance.
- State
AgentStatus State Enum 
- The state of the status.
- Description string
- The description of the status.
- DisplayOrder int
- The display order of the status.
- Name string
- The name of the status.
- ResetOrder boolNumber 
- A number indicating the reset order of the agent status.
- 
TagArgs 
- An array of key-value pairs to apply to this resource.
- Type
AgentStatus Type 
- The type of agent status.
- instanceArn String
- The identifier of the Amazon Connect instance.
- state
AgentStatus State 
- The state of the status.
- description String
- The description of the status.
- displayOrder Integer
- The display order of the status.
- name String
- The name of the status.
- resetOrder 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
AgentStatus Type 
- The type of agent status.
- instanceArn string
- The identifier of the Amazon Connect instance.
- state
AgentStatus State 
- The state of the status.
- description string
- The description of the status.
- displayOrder number
- The display order of the status.
- name string
- The name of the status.
- resetOrder booleanNumber 
- A number indicating the reset order of the agent status.
- Tag[]
- An array of key-value pairs to apply to this resource.
- type
AgentStatus Type 
- The type of agent status.
- instance_arn str
- The identifier of the Amazon Connect instance.
- state
AgentStatus 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[TagArgs] 
- An array of key-value pairs to apply to this resource.
- type
AgentStatus Type 
- The type of agent status.
- instanceArn String
- The identifier of the Amazon Connect instance.
- state "ENABLED" | "DISABLED"
- The state of the status.
- description String
- The description of the status.
- displayOrder Number
- The display order of the status.
- name String
- The name of the status.
- resetOrder 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:
- AgentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastModified stringRegion 
- Last modified region.
- LastModified doubleTime 
- Last modified time.
- AgentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastModified stringRegion 
- Last modified region.
- LastModified float64Time 
- Last modified time.
- agentStatus StringArn 
- The Amazon Resource Name (ARN) of the agent status.
- id String
- The provider-assigned unique ID for this managed resource.
- lastModified StringRegion 
- Last modified region.
- lastModified DoubleTime 
- Last modified time.
- agentStatus stringArn 
- The Amazon Resource Name (ARN) of the agent status.
- id string
- The provider-assigned unique ID for this managed resource.
- lastModified stringRegion 
- Last modified region.
- lastModified 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.
- agentStatus StringArn 
- The Amazon Resource Name (ARN) of the agent status.
- id String
- The provider-assigned unique ID for this managed resource.
- lastModified StringRegion 
- Last modified region.
- lastModified NumberTime 
- Last modified time.
Supporting Types
AgentStatusState, AgentStatusStateArgs      
- Enabled
- ENABLED
- Disabled
- DISABLED
- AgentStatus State Enabled 
- ENABLED
- AgentStatus 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
- AgentStatus Type Routable 
- ROUTABLE
- AgentStatus Type Custom 
- CUSTOM
- AgentStatus 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.