AWS::ElasticBeanstalk::ApplicationVersionResource Type definition for AWS::ElasticBeanstalk::ApplicationVersion
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationName | string | RequiredCreate-only |
SourceBundle | SourceBundle | RequiredCreate-only |
Description | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElasticBeanstalk::ApplicationVersion
Resources:
MyResource:
Type: AWS::ElasticBeanstalk::ApplicationVersion
Properties:
ApplicationName: "my-applicationname"
SourceBundle: "value"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
elasticbeanstalk:CreateApplicationVersionelasticbeanstalk:DescribeApplicationVersionss3:GetObjects3:PutObjectelasticbeanstalk:DescribeApplicationVersionselasticbeanstalk:UpdateApplicationVersionelasticbeanstalk:DescribeApplicationVersionselasticbeanstalk:DeleteApplicationVersionelasticbeanstalk:DescribeApplicationVersionselasticbeanstalk:DescribeApplicationVersionsOur 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.
SourceBundleApplicationName