account
Gets an individual account
resource
Overview
Name | account |
Type | Resource |
Description | account |
Id | awscc.apigateway.account |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
cloud_watch_role_arn | string | The ARN of an Amazon CloudWatch role for the current Account. |
region | string | AWS 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