Skip to main content

association_for_service_quota_templates

Creates, updates, deletes, gets or lists an association_for_service_quota_templates resource.

Overview

Nameassociation_for_service_quota_templates
TypeResource
Idaws.service_quotas.association_for_service_quota_templates

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
service_quota_template_association_statusstringThe association status. If the status is ASSOCIATED, the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization. (ASSOCIATED, DISASSOCIATED)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_association_for_service_quota_templateselectregionRetrieves the status of the association for the quota request template.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves the status of the association for the quota request template.

SELECT
service_quota_template_association_status
FROM aws.service_quotas.association_for_service_quota_templates
WHERE region = '{{ region }}' -- required
;