We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
Resource schema for AWS::SSM::OpsItem.
Create OpsItem Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OpsItem(name: string, args: OpsItemArgs, opts?: CustomResourceOptions);@overload
def OpsItem(resource_name: str,
args: OpsItemArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OpsItem(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
source: Optional[str] = None,
title: Optional[str] = None,
category: Optional[str] = None,
priority: Optional[int] = None,
severity: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewOpsItem(ctx *Context, name string, args OpsItemArgs, opts ...ResourceOption) (*OpsItem, error)public OpsItem(string name, OpsItemArgs args, CustomResourceOptions? opts = null)
public OpsItem(String name, OpsItemArgs args)
public OpsItem(String name, OpsItemArgs args, CustomResourceOptions options)
type: aws-native:ssm:OpsItem
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_ssm_ops_item" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args OpsItemArgs
- 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 OpsItemArgs
- 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 OpsItemArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OpsItemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OpsItemArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
OpsItem 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 OpsItem resource accepts the following input properties:
- Description string
- The description of the OpsItem.
- Source string
- The origin of the OpsItem.
- Title string
- The title of the OpsItem.
- Category string
- The category of the OpsItem.
- Priority int
- The priority of the OpsItem.
- Severity string
- The severity of the OpsItem.
-
List<Pulumi.
Aws Native. Inputs. Tag> - Tags for the OpsItem.
- description string
- The description of the OpsItem.
- source string
- The origin of the OpsItem.
- title string
- The title of the OpsItem.
- category string
- The category of the OpsItem.
- priority number
- The priority of the OpsItem.
- severity string
- The severity of the OpsItem.
- list(object)
- Tags for the OpsItem.
- description str
- The description of the OpsItem.
- source str
- The origin of the OpsItem.
- title str
- The title of the OpsItem.
- category str
- The category of the OpsItem.
- priority int
- The priority of the OpsItem.
- severity str
- The severity of the OpsItem.
-
Sequence[Tag
Args] - Tags for the OpsItem.
- description String
- The description of the OpsItem.
- source String
- The origin of the OpsItem.
- title String
- The title of the OpsItem.
- category String
- The category of the OpsItem.
- priority Number
- The priority of the OpsItem.
- severity String
- The severity of the OpsItem.
- List<Property Map>
- Tags for the OpsItem.
Outputs
All input properties are implicitly available as output properties. Additionally, the OpsItem resource produces the following output properties:
- Created
By string - The user who created the OpsItem.
- Created
Time string - The time the OpsItem was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringBy - The user who last modified the OpsItem.
- Last
Modified stringTime - The time the OpsItem was last modified.
- Ops
Item stringArn - The ARN of the OpsItem.
- Ops
Item stringId - The ID of the OpsItem.
- Ops
Item stringType - The type of OpsItem.
- Status string
- The status of the OpsItem.
- Version string
- The version of the OpsItem.
- Created
By string - The user who created the OpsItem.
- Created
Time string - The time the OpsItem was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringBy - The user who last modified the OpsItem.
- Last
Modified stringTime - The time the OpsItem was last modified.
- Ops
Item stringArn - The ARN of the OpsItem.
- Ops
Item stringId - The ID of the OpsItem.
- Ops
Item stringType - The type of OpsItem.
- Status string
- The status of the OpsItem.
- Version string
- The version of the OpsItem.
- created_
by string - The user who created the OpsItem.
- created_
time string - The time the OpsItem was created.
- id string
- The provider-assigned unique ID for this managed resource.
- last_
modified_ stringby - The user who last modified the OpsItem.
- last_
modified_ stringtime - The time the OpsItem was last modified.
- ops_
item_ stringarn - The ARN of the OpsItem.
- ops_
item_ stringid - The ID of the OpsItem.
- ops_
item_ stringtype - The type of OpsItem.
- status string
- The status of the OpsItem.
- version string
- The version of the OpsItem.
- created
By String - The user who created the OpsItem.
- created
Time String - The time the OpsItem was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringBy - The user who last modified the OpsItem.
- last
Modified StringTime - The time the OpsItem was last modified.
- ops
Item StringArn - The ARN of the OpsItem.
- ops
Item StringId - The ID of the OpsItem.
- ops
Item StringType - The type of OpsItem.
- status String
- The status of the OpsItem.
- version String
- The version of the OpsItem.
- created
By string - The user who created the OpsItem.
- created
Time string - The time the OpsItem was created.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringBy - The user who last modified the OpsItem.
- last
Modified stringTime - The time the OpsItem was last modified.
- ops
Item stringArn - The ARN of the OpsItem.
- ops
Item stringId - The ID of the OpsItem.
- ops
Item stringType - The type of OpsItem.
- status string
- The status of the OpsItem.
- version string
- The version of the OpsItem.
- created_
by str - The user who created the OpsItem.
- created_
time str - The time the OpsItem was created.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strby - The user who last modified the OpsItem.
- last_
modified_ strtime - The time the OpsItem was last modified.
- ops_
item_ strarn - The ARN of the OpsItem.
- ops_
item_ strid - The ID of the OpsItem.
- ops_
item_ strtype - The type of OpsItem.
- status str
- The status of the OpsItem.
- version str
- The version of the OpsItem.
- created
By String - The user who created the OpsItem.
- created
Time String - The time the OpsItem was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringBy - The user who last modified the OpsItem.
- last
Modified StringTime - The time the OpsItem was last modified.
- ops
Item StringArn - The ARN of the OpsItem.
- ops
Item StringId - The ID of the OpsItem.
- ops
Item StringType - The type of OpsItem.
- status String
- The status of the OpsItem.
- version String
- The version of the OpsItem.
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi