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

CreateServiceTemplateInput

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

§Properties

§
description?: string | null
[src]

A description of the service template.

§
displayName?: string | null
[src]

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

§
encryptionKey?: string | null
[src]

A customer provided encryption key that's used to encrypt data.

§
name: string
[src]

The name of the service template.

§
pipelineProvisioning?: Provisioning | null
[src]

Proton includes a service pipeline for your service by default. When included, this parameter indicates that an Proton service pipeline won't be included for your service. Once specified, this parameter can't be changed. For more information, see Service template bundles in the Proton Administrator Guide.

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

Create tags for your service template. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.