ssm_associate_ops_item_related_item: Associates a related item to a Systems Manager OpsCenter...

View source: R/ssm_operations.R

ssm_associate_ops_item_related_itemR Documentation

Associates a related item to a Systems Manager OpsCenter OpsItem

Description

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.

See https://www.paws-r-sdk.com/docs/ssm_associate_ops_item_related_item/ for full documentation.

Usage

ssm_associate_ops_item_related_item(
  OpsItemId,
  AssociationType,
  ResourceType,
  ResourceUri
)

Arguments

OpsItemId

[required] The ID of the OpsItem to which you want to associate a resource as a related item.

AssociationType

[required] The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf and RelatesTo association types.

ResourceType

[required] The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:

⁠AWS::SSMIncidents::IncidentRecord⁠: an Incident Manager incident.

⁠AWS::SSM::Document⁠: a Systems Manager (SSM) document.

ResourceUri

[required] The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.