The 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.
cloudwatch_role_arn
(String) The ARN of an Amazon CloudWatch role for the current Account.account_id
(String)id
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_apigateway_account.example <resource ID>