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.4/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]

By default, Proton provides a service pipeline for your service. When this parameter is included, it indicates that an Proton service pipeline isn't provided for your service. After it's included, it can't be changed. For more information, see Template bundles in the Proton User Guide.

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

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

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