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

EnvironmentTemplate

import type { EnvironmentTemplate } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

The environment template data.

interface EnvironmentTemplate {
arn: string;
createdAt: Date | number;
description?: string | null;
displayName?: string | null;
encryptionKey?: string | null;
lastModifiedAt: Date | number;
name: string;
provisioning?: Provisioning | null;
recommendedVersion?: string | null;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the environment template.

§
createdAt: Date | number
[src]

The time when the environment template was created.

§
description?: string | null
[src]

A description of the environment template.

§
displayName?: string | null
[src]

The name of the environment template as displayed in the developer interface.

§
encryptionKey?: string | null
[src]

The customer provided encryption key for the environment template.

§
lastModifiedAt: Date | number
[src]

The time when the environment template was last modified.

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

§
recommendedVersion?: string | null
[src]

The ID of the recommended version of the environment template.