Skip to content

Commit

Permalink
Improve the docs for the autoscaling resource (#2896)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Dec 20, 2023
1 parent c9708e5 commit 0cdc6d3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ private aws.s3.bucket.policy @defaults("name version") {
// AWS Application Auto Scaling
aws.applicationAutoscaling @defaults("namespace") {
init(namespace string)
// Service namespace to query for application auto scaling
// Service namespace to query for application auto scaling. comprehend, rds, sagemaker, appstream, elasticmapreduce, dynamodb, lambda, ecs, cassandra, ec2, neptune, kafka, custom-resource, or elasticache
namespace string
// List of scalable targets belonging to the service namespace
scalableTargets() []aws.applicationautoscaling.target
Expand Down
21 changes: 21 additions & 0 deletions providers/aws/resources/aws.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,24 @@ resources:
title: Return a list of AWS API Gateway REST APIs configured across all enabled
regions in the AWS account and the values for the arn and stages
aws.applicationAutoscaling:
docs:
desc: |
The aws.applicationAutoscaling resource inspects targets in the AWS Application Auto Scaling service. The AWS Auto Scaling service allows users to load balance multiple AWS services including:
- AppStream 2.0 fleets
- Aurora replicas
- Amazon Comprehend document classification and entity recognizer endpoints
- DynamoDB tables and global secondary indexes
- Amazon Elastic Container Service (ECS) services
- ElastiCache for Redis clusters (replication groups)
- Amazon EMR clusters
- Amazon Keyspaces (for Apache Cassandra) tables
- Lambda function provisioned concurrency
- Amazon Managed Streaming for Apache Kafka (MSK) broker storage
- Amazon Neptune clusters
- SageMaker endpoint variants
- SageMaker inference components
- SageMaker Serverless provisioned concurrency
- Spot Fleet requests
fields:
namespace: {}
scalableTargets: {}
Expand All @@ -254,6 +272,9 @@ resources:
platform:
name:
- aws
refs:
- title: What is Application Auto Scaling?
url: https://docs.aws.amazon.com/autoscaling/application/userguide/what-is-application-auto-scaling.html
aws.autoscaling:
docs:
desc: |
Expand Down

0 comments on commit 0cdc6d3

Please sign in to comment.