Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 103

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**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
      }
  }