Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / apigateway / get-account.rst
Size: Mime:
**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
      }
  }