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.
ssm_associate_ops_item_related_item(
OpsItemId,
AssociationType,
ResourceType,
ResourceUri
)
[required] The ID of the OpsItem to which you want to associate a resource as a related item.
[required] The type of association that you want to create between an OpsItem and a
resource. OpsCenter supports IsParentOf
and RelatesTo
association
types.
[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.
[required] The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.