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

CreateOpsMetadataRequest

import type { CreateOpsMetadataRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface CreateOpsMetadataRequest {
Metadata?: {
[key: string]: MetadataValue | null | undefined;
}
| null;
ResourceId: string;
Tags?: Tag[] | null;
}

§Properties

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

Metadata for a new Application Manager application.

§
ResourceId: string
[src]

A resource ID for a new Application Manager application.

§
Tags?: Tag[] | null
[src]

Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

  • Key=Environment,Value=Production
    
  • Key=Region,Value=us-east-2