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 set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.ResourceQuotas

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

Syntax

C#
public class ResourceQuotas

The ResourceQuotas type exposes the following members

Constructors

NameDescription
Public Method ResourceQuotas()

Properties

NameTypeDescription
Public Property ApplicationQuota Amazon.ElasticBeanstalk.Model.ResourceQuota

Gets and sets the property ApplicationQuota.

The quota for applications in the AWS account.

Public Property ApplicationVersionQuota Amazon.ElasticBeanstalk.Model.ResourceQuota

Gets and sets the property ApplicationVersionQuota.

The quota for application versions in the AWS account.

Public Property ConfigurationTemplateQuota Amazon.ElasticBeanstalk.Model.ResourceQuota

Gets and sets the property ConfigurationTemplateQuota.

The quota for configuration templates in the AWS account.

Public Property CustomPlatformQuota Amazon.ElasticBeanstalk.Model.ResourceQuota

Gets and sets the property CustomPlatformQuota.

The quota for custom platforms in the AWS account.

Public Property EnvironmentQuota Amazon.ElasticBeanstalk.Model.ResourceQuota

Gets and sets the property EnvironmentQuota.

The quota for environments in the AWS account.

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