aws-cdk-lib.aws_elasticbeanstalk.CfnConfigurationTemplate.SourceConfigurationProperty

interface SourceConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.ElasticBeanstalk.CfnConfigurationTemplate.SourceConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticbeanstalk#CfnConfigurationTemplate_SourceConfigurationProperty
Javasoftware.amazon.awscdk.services.elasticbeanstalk.CfnConfigurationTemplate.SourceConfigurationProperty
Pythonaws_cdk.aws_elasticbeanstalk.CfnConfigurationTemplate.SourceConfigurationProperty
TypeScript aws-cdk-lib » aws_elasticbeanstalk » CfnConfigurationTemplate » SourceConfigurationProperty

Use the SourceConfiguration property type to specify another AWS Elastic Beanstalk configuration template as the base to creating a new AWS::ElasticBeanstalk::ConfigurationTemplate resource in an AWS CloudFormation template.

An AWS Elastic Beanstalk configuration template to base a new one on. You can use it to define a AWS::ElasticBeanstalk::ConfigurationTemplate resource.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticbeanstalk as elasticbeanstalk } from 'aws-cdk-lib';
const sourceConfigurationProperty: elasticbeanstalk.CfnConfigurationTemplate.SourceConfigurationProperty = {
  applicationName: 'applicationName',
  templateName: 'templateName',
};

Properties

NameTypeDescription
applicationNamestringThe name of the application associated with the configuration.
templateNamestringThe name of the configuration template.

applicationName

Type: string

The name of the application associated with the configuration.


templateName

Type: string

The name of the configuration template.