AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.MaxCountRule

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class MaxCountRule

The MaxCountRule type exposes the following members

Constructors

NameDescription
Public Method MaxCountRule()

Properties

NameTypeDescription
Public Property DeleteSourceFromS3 System.Boolean

Gets and sets the property DeleteSourceFromS3.

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

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

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

Public Property MaxCount System.Int32

Gets and sets the property MaxCount.

Specify the maximum number of application versions to retain.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5