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

CreateSinkInput

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

§Properties

§
Name: string
[src]

A name for the sink.

§
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.