File size: 435 Bytes
643c00a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
**To change the IAM Role ARN for logging to CloudWatch Logs**

Command::

  aws apigateway update-account --patch-operations op='replace',path='/cloudwatchRoleArn',value='arn:aws:iam::123412341234:role/APIGatewayToCloudWatchLogs'

Output::

  {
      "cloudwatchRoleArn": "arn:aws:iam::123412341234:role/APIGatewayToCloudWatchLogs", 
      "throttleSettings": {
          "rateLimit": 1000.0, 
          "burstLimit": 2000
      }
  }