AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Proton::ServiceTemplate

CfnServiceTemplate

Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn, select the service template from AWS Proton . If the selected service template includes a service pipeline definition, they provide a link to their source code repository. AWS Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see [AWS Proton templates](https://docs.aws.amazon.com/proton/latest/userguide/ag-templates.html) in the *AWS Proton User Guide* .

Import

import { CfnServiceTemplate } from 'aws-cdk-lib/aws-proton';

Or use the module namespace:

import * as proton from 'aws-cdk-lib/aws-proton';
// proton.CfnServiceTemplate

Properties

Configuration passed to the constructor as CfnServiceTemplateProps.

descriptionOptional
string

A description of the service template.

displayNameOptional
string

The service template name as displayed in the developer interface.

encryptionKeyOptional
string

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

nameOptional
string

The name of the service template.

pipelineProvisioningOptional
string

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

tagsOptional
CfnTag[]

An object that includes the template bundle S3 bucket path and name for the new version of a service template.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-proton
CFN TypeAWS::Proton::ServiceTemplate
Properties6

External Links