AWS Elastic Beanstalk Application ApplicationResourceLifecycleConfig
The
ApplicationResourceLifecycleConfig property type specifies lifecycle settings for resources that belong to the application,
and the service role that AWS Elastic Beanstalk assumes in order to apply lifecycle
settings.
ApplicationResourceLifecycleConfig is a property of the AWS::ElasticBeanstalk::Application resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ServiceRole" :String, "VersionLifecycleConfig" : ApplicationVersionLifecycleConfig }
YAML
ServiceRole:StringVersionLifecycleConfig:ApplicationVersionLifecycleConfig
Properties
ServiceRole-
The ARN of an IAM service role that Elastic Beanstalk has permission to assume.
Required: Conditional. If you specify the
VersionLifecycleConfigproperty, you must specify this property.Type: String
Update requires: No interruption
VersionLifecycleConfig-
Defines lifecycle settings for application versions.
Required: No
Type: ApplicationVersionLifecycleConfig
Update requires: No interruption
