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

CreateEnvironmentTemplateInput

import type { CreateEnvironmentTemplateInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface CreateEnvironmentTemplateInput {
description?: string | null;
displayName?: string | null;
encryptionKey?: string | null;
name: string;
provisioning?: Provisioning | null;
tags?: Tag[] | null;
}

§Properties

§
description?: string | null
[src]

A description of the environment template.

§
displayName?: string | null
[src]

The environment template name as displayed in the developer interface.

§
encryptionKey?: string | null
[src]

A customer provided encryption key that Proton uses to encrypt data.

§
name: string
[src]

The name of the environment template.

§
provisioning?: Provisioning | null
[src]

When included, indicates that the environment template is for customer provisioned and managed infrastructure.

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

An optional list of metadata items that you can associate with the Proton environment template. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.