aws-cdk-lib.aws_proton.CfnServiceTemplateProps

interface CfnServiceTemplateProps

LanguageType name
.NETAmazon.CDK.aws_proton.CfnServiceTemplateProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsproton#CfnServiceTemplateProps
Javaservices.proton.CfnServiceTemplateProps
Pythonaws_cdk.aws_proton.CfnServiceTemplateProps
TypeScript aws-cdk-lib » aws_proton » CfnServiceTemplateProps

Properties for defining a CfnServiceTemplate.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_proton as proton } from 'aws-cdk-lib';
const cfnServiceTemplateProps: proton.CfnServiceTemplateProps = {
  description: 'description',
  displayName: 'displayName',
  encryptionKey: 'encryptionKey',
  name: 'name',
  pipelineProvisioning: 'pipelineProvisioning',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
description?stringA description of the service template.
displayName?stringThe service template name as displayed in the developer interface.
encryptionKey?stringThe customer provided service template encryption key that's used to encrypt data.
name?stringThe name of the service template.
pipelineProvisioning?stringIf pipelineProvisioning is true , a service pipeline is included in the service template.
tags?CfnTag[]An object that includes the template bundle S3 bucket path and name for the new version of a service template.

description?

Type: string (optional)

A description of the service template.


displayName?

Type: string (optional)

The service template name as displayed in the developer interface.


encryptionKey?

Type: string (optional)

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


name?

Type: string (optional)

The name of the service template.


pipelineProvisioning?

Type: string (optional)

If pipelineProvisioning is true , a service pipeline is included in the service template.

Otherwise, a service pipeline isn't included in the service template.


tags?

Type: CfnTag[] (optional)

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