You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::MaxCountRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::MaxCountRule
- Defined in:
- (unknown)
Overview
When passing MaxCountRule as input to an Aws::Client method, you can use a vanilla Hash:
{
enabled: false, # required
max_count: 1,
delete_source_from_s3: false,
}
A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.
Returned by:
Instance Attribute Summary collapse
-
#delete_source_from_s3 ⇒ Boolean
Set to
true
to delete a version\'s source bundle from Amazon S3 when Elastic Beanstalk deletes the application version. -
#enabled ⇒ Boolean
Specify
true
to apply the rule, orfalse
to disable it. -
#max_count ⇒ Integer
Specify the maximum number of application versions to retain.
Instance Attribute Details
#delete_source_from_s3 ⇒ Boolean
Set to true
to delete a version\'s source bundle from Amazon S3 when
Elastic Beanstalk deletes the application version.
#enabled ⇒ Boolean
Specify true
to apply the rule, or false
to disable it.
#max_count ⇒ Integer
Specify the maximum number of application versions to retain.