Skip to content

aws.elasticbeanstalk.describe_account_attributes

Example SQL Queries

SELECT * FROM
aws.elasticbeanstalk.describe_account_attributes;

Description

Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account.

The result currently has one set of attributes—resource quotas.

Table Definition

Column NameColumn Data Type
resource_quotas

The Elastic Beanstalk resource quotas associated with the calling AWS account.

STRUCT(
"application_quota" STRUCT(
"maximum" BIGINT
),
"application_version_quota" STRUCT(
"maximum" BIGINT
),
"environment_quota" STRUCT(
"maximum" BIGINT
),
"configuration_template_quota" STRUCT(
"maximum" BIGINT
),
"custom_platform_quota" STRUCT(
"maximum" BIGINT
)
)
Show child fields
resource_quotas.application_quota

The quota for applications in the AWS account.

Show child fields
resource_quotas.application_quota.maximum

The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

resource_quotas.application_version_quota

The quota for application versions in the AWS account.

Show child fields
resource_quotas.application_version_quota.maximum

The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

resource_quotas.configuration_template_quota

The quota for configuration templates in the AWS account.

Show child fields
resource_quotas.configuration_template_quota.maximum

The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

resource_quotas.custom_platform_quota

The quota for custom platforms in the AWS account.

Show child fields
resource_quotas.custom_platform_quota.maximum

The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

resource_quotas.environment_quota

The quota for environments in the AWS account.

Show child fields
resource_quotas.environment_quota.maximum

The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.