AWS::SSM::OpsItemResource schema for AWS::SSM::OpsItem.
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | Required |
Source | string | RequiredCreate-only |
Title | string | Required |
Category | string | |
Priority | integer | |
Severity | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedBy | string | The user who created the OpsItem. |
CreatedTime | string | The time the OpsItem was created. |
LastModifiedBy | string | The user who last modified the OpsItem. |
LastModifiedTime | string | The time the OpsItem was last modified. |
OpsItemArn | string | The ARN of the OpsItem. |
OpsItemId | string | The ID of the OpsItem. |
OpsItemType | string | The type of OpsItem. |
Status | string | The status of the OpsItem. |
Version | string | The version of the OpsItem. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSM::OpsItem
Resources:
MyResource:
Type: AWS::SSM::OpsItem
Properties:
Title: "value"
Description: "value"
Source: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ssm:CreateOpsItemssm:GetOpsItemssm:DescribeOpsItemsssm:AddTagsToResourcessm:GetOpsItemssm:ListTagsForResourcessm:UpdateOpsItemssm:GetOpsItemssm:AddTagsToResourcessm:RemoveTagsFromResourcessm:ListTagsForResourcessm:GetOpsItemssm:ListTagsForResourcessm:DeleteOpsItemssm:DescribeOpsItemsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterOpsItemArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Source