AWS::ApiGateway::AccountThe AWS::ApiGateway::Account resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one AWS::ApiGateway::Account resource per region per account. When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies...
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CloudWatchRoleArn | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ApiGateway::Account
Resources:
MyResource:
Type: AWS::ApiGateway::Account
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
apigateway:GETapigateway:PATCHiam:GetRoleiam:PassRoleapigateway:PATCHiam:GetRoleiam:PassRoleapigateway:PATCHEverything you need to know about ApiGateway on one page. HD quality, print-friendly.
Download Free InfographicId