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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#delete_source_from_s3Boolean

Set to true to delete a version\'s source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

Returns:

  • (Boolean)

    Set to true to delete a version\'s source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

#enabledBoolean

Specify true to apply the rule, or false to disable it.

Returns:

  • (Boolean)

    Specify true to apply the rule, or false to disable it.

#max_countInteger

Specify the maximum number of application versions to retain.

Returns:

  • (Integer)

    Specify the maximum number of application versions to retain.