Skip to main content

account

Gets an individual account resource

Overview

Nameaccount
TypeResource
Descriptionaccount
Idawscc.apigateway.account

Fields

NameDatatypeDescription
idstring
cloud_watch_role_arnstringThe ARN of an Amazon CloudWatch role for the current Account.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
cloud_watch_role_arn
FROM awscc.apigateway.account
WHERE data__Identifier = '<Id>';

Permissions

To operate on the account resource, the following permissions are required:

Read

apigateway:GET

Update

apigateway:PATCH,
iam:GetRole,
iam:PassRole