Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateOpsItemRelatedItemRequest

import type { AssociateOpsItemRelatedItemRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface AssociateOpsItemRelatedItemRequest {
AssociationType: string;
OpsItemId: string;
ResourceType: string;
ResourceUri: string;
}

§Properties

§
AssociationType: string
[src]

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

§
OpsItemId: string
[src]

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

§
ResourceType: string
[src]

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: string
[src]

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