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

ServiceTemplate

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

Detailed data of an Proton service template resource.

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

§Properties

§
arn: string
[src]

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

§
createdAt: Date | number
[src]

The time when the service template was created.

§
description?: string | null
[src]

A description of the service template.

§
displayName?: string | null
[src]

The service template name as displayed in the developer interface.

§
encryptionKey?: string | null
[src]

The customer provided service template encryption key that's used to encrypt data.

§
lastModifiedAt: Date | number
[src]

The time when the service template was last modified.

§
name: string
[src]

The name of the service template.

§
pipelineProvisioning?: Provisioning | null
[src]

If pipelineProvisioning is true, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.

§
recommendedVersion?: string | null
[src]

The recommended version of the service template.