AWS::ElasticBeanstalk::ConfigurationTemplateResource Type definition for AWS::ElasticBeanstalk::ConfigurationTemplate
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationName | string | RequiredCreate-only |
Description | string | |
EnvironmentId | string | Create-onlyWrite-only |
OptionSettings | Array<ConfigurationOptionSetting> | |
PlatformArn | string | Create-only |
SolutionStackName | string | Create-only |
SourceConfiguration | SourceConfiguration | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
TemplateName | string | The name of the configuration template |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElasticBeanstalk::ConfigurationTemplate
Resources:
MyResource:
Type: AWS::ElasticBeanstalk::ConfigurationTemplate
Properties:
ApplicationName: "my-applicationname"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
elasticbeanstalk:CreateConfigurationTemplates3:CreateBuckets3:PutBucketAcls3:PutBucketObjectLockConfigurations3:PutBucketVersionings3:PutBucketOwnershipControlss3:PutBucketPolicys3:PutBucketPublicAccessBlockelasticbeanstalk:DescribeConfigurationSettingsec2:CreateLaunchTemplates3:ListBuckets3:GetObjects3:GetBucketLocations3:GetBucketPolicyelasticbeanstalk:UpdateConfigurationTemplateec2:CreateLaunchTemplates3:PutObjects3:ListBuckets3:GetObjects3:GetBucketLocations3:GetBucketPolicyec2:DescribeImageselasticbeanstalk:DeleteConfigurationTemplateelasticbeanstalk:DescribeConfigurationSettingsec2:CreateLaunchTemplates3:ListBuckets3:GetObjects3:GetBucketLocations3:GetBucketPolicys3:DeleteObjectelasticbeanstalk:DescribeApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationNameEnvironmentIdPlatformArnSolutionStackNameSourceConfiguration