View source: R/ssm_operations.R
ssm_associate_ops_item_related_item | R Documentation |
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
)
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 |
ResourceType |
[required] The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:
|
ResourceUri |
[required] The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.