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

CreateLinkInput

import type { CreateLinkInput } from "https://aws-api.deno.dev/v0.4/services/oam.ts?docs=full";
interface CreateLinkInput {
LabelTemplate: string;
ResourceTypes: ResourceType[];
SinkIdentifier: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
LabelTemplate: string
[src]

Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account.

You can use a custom label or use the following variables:

  • $AccountName is the name of the account
  • $AccountEmail is the globally unique email address of the account
  • $AccountEmailNoDomain is the email address of the account without the domain name
§
ResourceTypes: ResourceType[]
[src]

An array of strings that define which types of data that the source account shares with the monitoring account.

§
SinkIdentifier: string
[src]

The ARN of the sink to use to create this link. You can use ListSinks to find the ARNs of sinks.

For more information about sinks, see CreateSink.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Assigns one or more tags (key-value pairs) to the link.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.