Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/apigateway/get-account.rst
1567 views
**To get API Gateway account settings**

Command::

  aws apigateway get-account

Output::

  {
      "cloudwatchRoleArn": "arn:aws:iam::123412341234:role/APIGatewayToCloudWatchLogsRole", 
      "throttleSettings": {
          "rateLimit": 500.0, 
          "burstLimit": 1000
      }
  }