---
type: resource-type
title: OpsItem
description: aws resource type AWS::SSM::OpsItem
name: OpsItem
lexicon: aws
resource_type: AWS::SSM::OpsItem
---
`AWS::SSM::OpsItem`, a resource type of the aws lexicon.

## Properties

- `Description` (`string`, required): The description of the OpsItem.
- `Source` (`string`, required): The origin of the OpsItem.
- `Title` (`string`, required): The title of the OpsItem.
- `Category` (`string`, optional): The category of the OpsItem.
- `CreatedBy` (`string`, optional): The user who created the OpsItem.
- `CreatedTime` (`string`, optional): The time the OpsItem was created.
- `LastModifiedBy` (`string`, optional): The user who last modified the OpsItem.
- `LastModifiedTime` (`string`, optional): The time the OpsItem was last modified.
- `OpsItemArn` (`string`, optional): The ARN of the OpsItem.
- `OpsItemId` (`string`, optional): The ID of the OpsItem.
- `OpsItemType` (`string`, optional): The type of OpsItem.
- `Priority` (`number`, optional): The priority of the OpsItem.
- `Severity` (`string`, optional): The severity of the OpsItem.
- `Status` (`string`, optional): The status of the OpsItem.
- `Tags` (`OpsItem_Tag[]`, optional): Tags for the OpsItem.
- `Version` (`string`, optional): The version of the OpsItem.

## Attributes

- `CreatedBy`
- `CreatedTime`
- `LastModifiedBy`
- `LastModifiedTime`
- `OpsItemArn`
- `OpsItemId`
- `OpsItemType`
- `Status`
- `Version`
