interface ConfigurationTemplateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElasticBeanstalk.ConfigurationTemplateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticbeanstalk#ConfigurationTemplateReference |
![]() | software.amazon.awscdk.services.elasticbeanstalk.ConfigurationTemplateReference |
![]() | aws_cdk.aws_elasticbeanstalk.ConfigurationTemplateReference |
![]() | aws-cdk-lib » aws_elasticbeanstalk » ConfigurationTemplateReference |
A reference to a 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 configurationTemplateReference: elasticbeanstalk.ConfigurationTemplateReference = {
applicationName: 'applicationName',
templateName: 'templateName',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ApplicationName of the ConfigurationTemplate resource. |
template | string | The TemplateName of the ConfigurationTemplate resource. |
applicationName
Type:
string
The ApplicationName of the ConfigurationTemplate resource.
templateName
Type:
string
The TemplateName of the ConfigurationTemplate resource.