AWS::Proton::ServiceTemplateCreate 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 { CfnServiceTemplate } from 'aws-cdk-lib/aws-proton';Or use the module namespace:
import * as proton from 'aws-cdk-lib/aws-proton';
// proton.CfnServiceTemplateConfiguration passed to the constructor as CfnServiceTemplateProps.
descriptionOptionalstringA description of the service template.
displayNameOptionalstringThe service template name as displayed in the developer interface.
encryptionKeyOptionalstringThe customer provided service template encryption key that's used to encrypt data.
nameOptionalstringThe name of the service template.
pipelineProvisioningOptionalstringIf `pipelineProvisioning` is `true` , a service pipeline is included in the service template. Otherwise, a service pipeline *isn't* included in the service template.
tagsOptionalCfnTag[]An object that includes the template bundle S3 bucket path and name for the new version of a service template.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-protonAWS::Proton::ServiceTemplate