aws-sdk-applicationautoscaling 1.43.0 → 1.48.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -130,9 +130,9 @@ module Aws::ApplicationAutoScaling
|
|
130
130
|
#
|
131
131
|
# {
|
132
132
|
# policy_name: "ResourceIdMaxLen1600", # required
|
133
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
133
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
134
134
|
# resource_id: "ResourceIdMaxLen1600", # required
|
135
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
135
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
136
136
|
# }
|
137
137
|
#
|
138
138
|
# @!attribute [rw] policy_name
|
@@ -189,6 +189,11 @@ module Aws::ApplicationAutoScaling
|
|
189
189
|
# Example:
|
190
190
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
191
191
|
#
|
192
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
193
|
+
# and unique identifier are specified using the endpoint ARN.
|
194
|
+
# Example:
|
195
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
196
|
+
#
|
192
197
|
# * Lambda provisioned concurrency - The resource type is `function`
|
193
198
|
# and the unique identifier is the function name with a function
|
194
199
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -198,6 +203,10 @@ module Aws::ApplicationAutoScaling
|
|
198
203
|
# unique identifier is the table name. Example:
|
199
204
|
# `keyspace/mykeyspace/table/mytable`.
|
200
205
|
#
|
206
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
207
|
+
# specified using the cluster ARN. Example:
|
208
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
209
|
+
#
|
201
210
|
#
|
202
211
|
#
|
203
212
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -245,6 +254,10 @@ module Aws::ApplicationAutoScaling
|
|
245
254
|
# The number of inference units for an Amazon Comprehend document
|
246
255
|
# classification endpoint.
|
247
256
|
#
|
257
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
258
|
+
# The number of inference units for an Amazon Comprehend entity
|
259
|
+
# recognizer endpoint.
|
260
|
+
#
|
248
261
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
249
262
|
# concurrency for a Lambda function.
|
250
263
|
#
|
@@ -253,6 +266,9 @@ module Aws::ApplicationAutoScaling
|
|
253
266
|
#
|
254
267
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
255
268
|
# capacity for an Amazon Keyspaces table.
|
269
|
+
#
|
270
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
271
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
256
272
|
# @return [String]
|
257
273
|
#
|
258
274
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicyRequest AWS API Documentation
|
@@ -274,10 +290,10 @@ module Aws::ApplicationAutoScaling
|
|
274
290
|
# data as a hash:
|
275
291
|
#
|
276
292
|
# {
|
277
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
293
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
278
294
|
# scheduled_action_name: "ResourceIdMaxLen1600", # required
|
279
295
|
# resource_id: "ResourceIdMaxLen1600", # required
|
280
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
296
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
281
297
|
# }
|
282
298
|
#
|
283
299
|
# @!attribute [rw] service_namespace
|
@@ -334,6 +350,11 @@ module Aws::ApplicationAutoScaling
|
|
334
350
|
# Example:
|
335
351
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
336
352
|
#
|
353
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
354
|
+
# and unique identifier are specified using the endpoint ARN.
|
355
|
+
# Example:
|
356
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
357
|
+
#
|
337
358
|
# * Lambda provisioned concurrency - The resource type is `function`
|
338
359
|
# and the unique identifier is the function name with a function
|
339
360
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -343,6 +364,10 @@ module Aws::ApplicationAutoScaling
|
|
343
364
|
# unique identifier is the table name. Example:
|
344
365
|
# `keyspace/mykeyspace/table/mytable`.
|
345
366
|
#
|
367
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
368
|
+
# specified using the cluster ARN. Example:
|
369
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
370
|
+
#
|
346
371
|
#
|
347
372
|
#
|
348
373
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -390,6 +415,10 @@ module Aws::ApplicationAutoScaling
|
|
390
415
|
# The number of inference units for an Amazon Comprehend document
|
391
416
|
# classification endpoint.
|
392
417
|
#
|
418
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
419
|
+
# The number of inference units for an Amazon Comprehend entity
|
420
|
+
# recognizer endpoint.
|
421
|
+
#
|
393
422
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
394
423
|
# concurrency for a Lambda function.
|
395
424
|
#
|
@@ -398,6 +427,9 @@ module Aws::ApplicationAutoScaling
|
|
398
427
|
#
|
399
428
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
400
429
|
# capacity for an Amazon Keyspaces table.
|
430
|
+
#
|
431
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
432
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
401
433
|
# @return [String]
|
402
434
|
#
|
403
435
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledActionRequest AWS API Documentation
|
@@ -419,9 +451,9 @@ module Aws::ApplicationAutoScaling
|
|
419
451
|
# data as a hash:
|
420
452
|
#
|
421
453
|
# {
|
422
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
454
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
423
455
|
# resource_id: "ResourceIdMaxLen1600", # required
|
424
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
456
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
425
457
|
# }
|
426
458
|
#
|
427
459
|
# @!attribute [rw] service_namespace
|
@@ -474,6 +506,11 @@ module Aws::ApplicationAutoScaling
|
|
474
506
|
# Example:
|
475
507
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
476
508
|
#
|
509
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
510
|
+
# and unique identifier are specified using the endpoint ARN.
|
511
|
+
# Example:
|
512
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
513
|
+
#
|
477
514
|
# * Lambda provisioned concurrency - The resource type is `function`
|
478
515
|
# and the unique identifier is the function name with a function
|
479
516
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -483,6 +520,10 @@ module Aws::ApplicationAutoScaling
|
|
483
520
|
# unique identifier is the table name. Example:
|
484
521
|
# `keyspace/mykeyspace/table/mytable`.
|
485
522
|
#
|
523
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
524
|
+
# specified using the cluster ARN. Example:
|
525
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
526
|
+
#
|
486
527
|
#
|
487
528
|
#
|
488
529
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -531,6 +572,10 @@ module Aws::ApplicationAutoScaling
|
|
531
572
|
# The number of inference units for an Amazon Comprehend document
|
532
573
|
# classification endpoint.
|
533
574
|
#
|
575
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
576
|
+
# The number of inference units for an Amazon Comprehend entity
|
577
|
+
# recognizer endpoint.
|
578
|
+
#
|
534
579
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
535
580
|
# concurrency for a Lambda function.
|
536
581
|
#
|
@@ -539,6 +584,9 @@ module Aws::ApplicationAutoScaling
|
|
539
584
|
#
|
540
585
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
541
586
|
# capacity for an Amazon Keyspaces table.
|
587
|
+
#
|
588
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
589
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
542
590
|
# @return [String]
|
543
591
|
#
|
544
592
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTargetRequest AWS API Documentation
|
@@ -559,9 +607,9 @@ module Aws::ApplicationAutoScaling
|
|
559
607
|
# data as a hash:
|
560
608
|
#
|
561
609
|
# {
|
562
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
610
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
563
611
|
# resource_ids: ["ResourceIdMaxLen1600"],
|
564
|
-
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
612
|
+
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
565
613
|
# max_results: 1,
|
566
614
|
# next_token: "XmlString",
|
567
615
|
# }
|
@@ -618,6 +666,11 @@ module Aws::ApplicationAutoScaling
|
|
618
666
|
# Example:
|
619
667
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
620
668
|
#
|
669
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
670
|
+
# and unique identifier are specified using the endpoint ARN.
|
671
|
+
# Example:
|
672
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
673
|
+
#
|
621
674
|
# * Lambda provisioned concurrency - The resource type is `function`
|
622
675
|
# and the unique identifier is the function name with a function
|
623
676
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -627,6 +680,10 @@ module Aws::ApplicationAutoScaling
|
|
627
680
|
# unique identifier is the table name. Example:
|
628
681
|
# `keyspace/mykeyspace/table/mytable`.
|
629
682
|
#
|
683
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
684
|
+
# specified using the cluster ARN. Example:
|
685
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
686
|
+
#
|
630
687
|
#
|
631
688
|
#
|
632
689
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -676,6 +733,10 @@ module Aws::ApplicationAutoScaling
|
|
676
733
|
# The number of inference units for an Amazon Comprehend document
|
677
734
|
# classification endpoint.
|
678
735
|
#
|
736
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
737
|
+
# The number of inference units for an Amazon Comprehend entity
|
738
|
+
# recognizer endpoint.
|
739
|
+
#
|
679
740
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
680
741
|
# concurrency for a Lambda function.
|
681
742
|
#
|
@@ -684,6 +745,9 @@ module Aws::ApplicationAutoScaling
|
|
684
745
|
#
|
685
746
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
686
747
|
# capacity for an Amazon Keyspaces table.
|
748
|
+
#
|
749
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
750
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
687
751
|
# @return [String]
|
688
752
|
#
|
689
753
|
# @!attribute [rw] max_results
|
@@ -735,9 +799,9 @@ module Aws::ApplicationAutoScaling
|
|
735
799
|
# data as a hash:
|
736
800
|
#
|
737
801
|
# {
|
738
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
802
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
739
803
|
# resource_id: "ResourceIdMaxLen1600",
|
740
|
-
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
804
|
+
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
741
805
|
# max_results: 1,
|
742
806
|
# next_token: "XmlString",
|
743
807
|
# }
|
@@ -794,6 +858,11 @@ module Aws::ApplicationAutoScaling
|
|
794
858
|
# Example:
|
795
859
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
796
860
|
#
|
861
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
862
|
+
# and unique identifier are specified using the endpoint ARN.
|
863
|
+
# Example:
|
864
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
865
|
+
#
|
797
866
|
# * Lambda provisioned concurrency - The resource type is `function`
|
798
867
|
# and the unique identifier is the function name with a function
|
799
868
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -803,6 +872,10 @@ module Aws::ApplicationAutoScaling
|
|
803
872
|
# unique identifier is the table name. Example:
|
804
873
|
# `keyspace/mykeyspace/table/mytable`.
|
805
874
|
#
|
875
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
876
|
+
# specified using the cluster ARN. Example:
|
877
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
878
|
+
#
|
806
879
|
#
|
807
880
|
#
|
808
881
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -851,6 +924,10 @@ module Aws::ApplicationAutoScaling
|
|
851
924
|
# The number of inference units for an Amazon Comprehend document
|
852
925
|
# classification endpoint.
|
853
926
|
#
|
927
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
928
|
+
# The number of inference units for an Amazon Comprehend entity
|
929
|
+
# recognizer endpoint.
|
930
|
+
#
|
854
931
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
855
932
|
# concurrency for a Lambda function.
|
856
933
|
#
|
@@ -859,6 +936,9 @@ module Aws::ApplicationAutoScaling
|
|
859
936
|
#
|
860
937
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
861
938
|
# capacity for an Amazon Keyspaces table.
|
939
|
+
#
|
940
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
941
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
862
942
|
# @return [String]
|
863
943
|
#
|
864
944
|
# @!attribute [rw] max_results
|
@@ -911,9 +991,9 @@ module Aws::ApplicationAutoScaling
|
|
911
991
|
#
|
912
992
|
# {
|
913
993
|
# policy_names: ["ResourceIdMaxLen1600"],
|
914
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
994
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
915
995
|
# resource_id: "ResourceIdMaxLen1600",
|
916
|
-
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
996
|
+
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
917
997
|
# max_results: 1,
|
918
998
|
# next_token: "XmlString",
|
919
999
|
# }
|
@@ -974,6 +1054,11 @@ module Aws::ApplicationAutoScaling
|
|
974
1054
|
# Example:
|
975
1055
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
976
1056
|
#
|
1057
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
1058
|
+
# and unique identifier are specified using the endpoint ARN.
|
1059
|
+
# Example:
|
1060
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1061
|
+
#
|
977
1062
|
# * Lambda provisioned concurrency - The resource type is `function`
|
978
1063
|
# and the unique identifier is the function name with a function
|
979
1064
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -983,6 +1068,10 @@ module Aws::ApplicationAutoScaling
|
|
983
1068
|
# unique identifier is the table name. Example:
|
984
1069
|
# `keyspace/mykeyspace/table/mytable`.
|
985
1070
|
#
|
1071
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1072
|
+
# specified using the cluster ARN. Example:
|
1073
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1074
|
+
#
|
986
1075
|
#
|
987
1076
|
#
|
988
1077
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1031,6 +1120,10 @@ module Aws::ApplicationAutoScaling
|
|
1031
1120
|
# The number of inference units for an Amazon Comprehend document
|
1032
1121
|
# classification endpoint.
|
1033
1122
|
#
|
1123
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
1124
|
+
# The number of inference units for an Amazon Comprehend entity
|
1125
|
+
# recognizer endpoint.
|
1126
|
+
#
|
1034
1127
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1035
1128
|
# concurrency for a Lambda function.
|
1036
1129
|
#
|
@@ -1039,6 +1132,9 @@ module Aws::ApplicationAutoScaling
|
|
1039
1132
|
#
|
1040
1133
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1041
1134
|
# capacity for an Amazon Keyspaces table.
|
1135
|
+
#
|
1136
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1137
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
1042
1138
|
# @return [String]
|
1043
1139
|
#
|
1044
1140
|
# @!attribute [rw] max_results
|
@@ -1092,9 +1188,9 @@ module Aws::ApplicationAutoScaling
|
|
1092
1188
|
#
|
1093
1189
|
# {
|
1094
1190
|
# scheduled_action_names: ["ResourceIdMaxLen1600"],
|
1095
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1191
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1096
1192
|
# resource_id: "ResourceIdMaxLen1600",
|
1097
|
-
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
1193
|
+
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
1098
1194
|
# max_results: 1,
|
1099
1195
|
# next_token: "XmlString",
|
1100
1196
|
# }
|
@@ -1155,6 +1251,11 @@ module Aws::ApplicationAutoScaling
|
|
1155
1251
|
# Example:
|
1156
1252
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1157
1253
|
#
|
1254
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
1255
|
+
# and unique identifier are specified using the endpoint ARN.
|
1256
|
+
# Example:
|
1257
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1258
|
+
#
|
1158
1259
|
# * Lambda provisioned concurrency - The resource type is `function`
|
1159
1260
|
# and the unique identifier is the function name with a function
|
1160
1261
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1164,6 +1265,10 @@ module Aws::ApplicationAutoScaling
|
|
1164
1265
|
# unique identifier is the table name. Example:
|
1165
1266
|
# `keyspace/mykeyspace/table/mytable`.
|
1166
1267
|
#
|
1268
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1269
|
+
# specified using the cluster ARN. Example:
|
1270
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1271
|
+
#
|
1167
1272
|
#
|
1168
1273
|
#
|
1169
1274
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1212,6 +1317,10 @@ module Aws::ApplicationAutoScaling
|
|
1212
1317
|
# The number of inference units for an Amazon Comprehend document
|
1213
1318
|
# classification endpoint.
|
1214
1319
|
#
|
1320
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
1321
|
+
# The number of inference units for an Amazon Comprehend entity
|
1322
|
+
# recognizer endpoint.
|
1323
|
+
#
|
1215
1324
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1216
1325
|
# concurrency for a Lambda function.
|
1217
1326
|
#
|
@@ -1220,6 +1329,9 @@ module Aws::ApplicationAutoScaling
|
|
1220
1329
|
#
|
1221
1330
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1222
1331
|
# capacity for an Amazon Keyspaces table.
|
1332
|
+
#
|
1333
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1334
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
1223
1335
|
# @return [String]
|
1224
1336
|
#
|
1225
1337
|
# @!attribute [rw] max_results
|
@@ -1395,7 +1507,7 @@ module Aws::ApplicationAutoScaling
|
|
1395
1507
|
# data as a hash:
|
1396
1508
|
#
|
1397
1509
|
# {
|
1398
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization
|
1510
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization
|
1399
1511
|
# resource_label: "ResourceLabel",
|
1400
1512
|
# }
|
1401
1513
|
#
|
@@ -1410,7 +1522,9 @@ module Aws::ApplicationAutoScaling
|
|
1410
1522
|
# `ALBRequestCountPerTarget` and there is a target group attached to
|
1411
1523
|
# the Spot Fleet request or ECS service.
|
1412
1524
|
#
|
1413
|
-
#
|
1525
|
+
# You create the resource label by appending the final portion of the
|
1526
|
+
# load balancer ARN and the final portion of the target group ARN into
|
1527
|
+
# a single value, separated by a forward slash (/). The format is
|
1414
1528
|
# app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>,
|
1415
1529
|
# where:
|
1416
1530
|
#
|
@@ -1419,6 +1533,18 @@ module Aws::ApplicationAutoScaling
|
|
1419
1533
|
#
|
1420
1534
|
# * targetgroup/<target-group-name>/<target-group-id> is
|
1421
1535
|
# the final portion of the target group ARN.
|
1536
|
+
#
|
1537
|
+
# This is an example:
|
1538
|
+
# app/EC2Co-EcsEl-1TKLTMITMM0EO/f37c06a68c1748aa/targetgroup/EC2Co-Defau-LDNM7Q3ZH1ZN/6d4ea56ca2d6a18d.
|
1539
|
+
#
|
1540
|
+
# To find the ARN for an Application Load Balancer, use the
|
1541
|
+
# [DescribeLoadBalancers][1] API operation. To find the ARN for the
|
1542
|
+
# target group, use the [DescribeTargetGroups][2] API operation.
|
1543
|
+
#
|
1544
|
+
#
|
1545
|
+
#
|
1546
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html
|
1547
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html
|
1422
1548
|
# @return [String]
|
1423
1549
|
#
|
1424
1550
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/PredefinedMetricSpecification AWS API Documentation
|
@@ -1435,9 +1561,9 @@ module Aws::ApplicationAutoScaling
|
|
1435
1561
|
#
|
1436
1562
|
# {
|
1437
1563
|
# policy_name: "PolicyName", # required
|
1438
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1564
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1439
1565
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1440
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
1566
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
1441
1567
|
# policy_type: "StepScaling", # accepts StepScaling, TargetTrackingScaling
|
1442
1568
|
# step_scaling_policy_configuration: {
|
1443
1569
|
# adjustment_type: "ChangeInCapacity", # accepts ChangeInCapacity, PercentChangeInCapacity, ExactCapacity
|
@@ -1455,7 +1581,7 @@ module Aws::ApplicationAutoScaling
|
|
1455
1581
|
# target_tracking_scaling_policy_configuration: {
|
1456
1582
|
# target_value: 1.0, # required
|
1457
1583
|
# predefined_metric_specification: {
|
1458
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization
|
1584
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization
|
1459
1585
|
# resource_label: "ResourceLabel",
|
1460
1586
|
# },
|
1461
1587
|
# customized_metric_specification: {
|
@@ -1530,6 +1656,11 @@ module Aws::ApplicationAutoScaling
|
|
1530
1656
|
# Example:
|
1531
1657
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1532
1658
|
#
|
1659
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
1660
|
+
# and unique identifier are specified using the endpoint ARN.
|
1661
|
+
# Example:
|
1662
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1663
|
+
#
|
1533
1664
|
# * Lambda provisioned concurrency - The resource type is `function`
|
1534
1665
|
# and the unique identifier is the function name with a function
|
1535
1666
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1539,6 +1670,10 @@ module Aws::ApplicationAutoScaling
|
|
1539
1670
|
# unique identifier is the table name. Example:
|
1540
1671
|
# `keyspace/mykeyspace/table/mytable`.
|
1541
1672
|
#
|
1673
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1674
|
+
# specified using the cluster ARN. Example:
|
1675
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1676
|
+
#
|
1542
1677
|
#
|
1543
1678
|
#
|
1544
1679
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1586,6 +1721,10 @@ module Aws::ApplicationAutoScaling
|
|
1586
1721
|
# The number of inference units for an Amazon Comprehend document
|
1587
1722
|
# classification endpoint.
|
1588
1723
|
#
|
1724
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
1725
|
+
# The number of inference units for an Amazon Comprehend entity
|
1726
|
+
# recognizer endpoint.
|
1727
|
+
#
|
1589
1728
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1590
1729
|
# concurrency for a Lambda function.
|
1591
1730
|
#
|
@@ -1594,6 +1733,9 @@ module Aws::ApplicationAutoScaling
|
|
1594
1733
|
#
|
1595
1734
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1596
1735
|
# capacity for an Amazon Keyspaces table.
|
1736
|
+
#
|
1737
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1738
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
1597
1739
|
# @return [String]
|
1598
1740
|
#
|
1599
1741
|
# @!attribute [rw] policy_type
|
@@ -1605,7 +1747,7 @@ module Aws::ApplicationAutoScaling
|
|
1605
1747
|
# `TargetTrackingScaling`—Not supported for Amazon EMR
|
1606
1748
|
#
|
1607
1749
|
# `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
|
1608
|
-
#
|
1750
|
+
# Amazon Keyspaces (for Apache Cassandra), or Amazon MSK.
|
1609
1751
|
#
|
1610
1752
|
# For more information, see [Target Tracking Scaling Policies][1] and
|
1611
1753
|
# [Step Scaling Policies][2] in the *Application Auto Scaling User
|
@@ -1668,11 +1810,11 @@ module Aws::ApplicationAutoScaling
|
|
1668
1810
|
# data as a hash:
|
1669
1811
|
#
|
1670
1812
|
# {
|
1671
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1813
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1672
1814
|
# schedule: "ResourceIdMaxLen1600",
|
1673
1815
|
# scheduled_action_name: "ScheduledActionName", # required
|
1674
1816
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1675
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
1817
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
1676
1818
|
# start_time: Time.now,
|
1677
1819
|
# end_time: Time.now,
|
1678
1820
|
# scalable_target_action: {
|
@@ -1763,6 +1905,11 @@ module Aws::ApplicationAutoScaling
|
|
1763
1905
|
# Example:
|
1764
1906
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1765
1907
|
#
|
1908
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
1909
|
+
# and unique identifier are specified using the endpoint ARN.
|
1910
|
+
# Example:
|
1911
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1912
|
+
#
|
1766
1913
|
# * Lambda provisioned concurrency - The resource type is `function`
|
1767
1914
|
# and the unique identifier is the function name with a function
|
1768
1915
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1772,6 +1919,10 @@ module Aws::ApplicationAutoScaling
|
|
1772
1919
|
# unique identifier is the table name. Example:
|
1773
1920
|
# `keyspace/mykeyspace/table/mytable`.
|
1774
1921
|
#
|
1922
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1923
|
+
# specified using the cluster ARN. Example:
|
1924
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1925
|
+
#
|
1775
1926
|
#
|
1776
1927
|
#
|
1777
1928
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1819,6 +1970,10 @@ module Aws::ApplicationAutoScaling
|
|
1819
1970
|
# The number of inference units for an Amazon Comprehend document
|
1820
1971
|
# classification endpoint.
|
1821
1972
|
#
|
1973
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
1974
|
+
# The number of inference units for an Amazon Comprehend entity
|
1975
|
+
# recognizer endpoint.
|
1976
|
+
#
|
1822
1977
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1823
1978
|
# concurrency for a Lambda function.
|
1824
1979
|
#
|
@@ -1827,6 +1982,9 @@ module Aws::ApplicationAutoScaling
|
|
1827
1982
|
#
|
1828
1983
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1829
1984
|
# capacity for an Amazon Keyspaces table.
|
1985
|
+
#
|
1986
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1987
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
1830
1988
|
# @return [String]
|
1831
1989
|
#
|
1832
1990
|
# @!attribute [rw] start_time
|
@@ -1869,9 +2027,9 @@ module Aws::ApplicationAutoScaling
|
|
1869
2027
|
# data as a hash:
|
1870
2028
|
#
|
1871
2029
|
# {
|
1872
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
2030
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1873
2031
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1874
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
2032
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize
|
1875
2033
|
# min_capacity: 1,
|
1876
2034
|
# max_capacity: 1,
|
1877
2035
|
# role_arn: "ResourceIdMaxLen1600",
|
@@ -1933,6 +2091,11 @@ module Aws::ApplicationAutoScaling
|
|
1933
2091
|
# Example:
|
1934
2092
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1935
2093
|
#
|
2094
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2095
|
+
# and unique identifier are specified using the endpoint ARN.
|
2096
|
+
# Example:
|
2097
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2098
|
+
#
|
1936
2099
|
# * Lambda provisioned concurrency - The resource type is `function`
|
1937
2100
|
# and the unique identifier is the function name with a function
|
1938
2101
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1942,6 +2105,10 @@ module Aws::ApplicationAutoScaling
|
|
1942
2105
|
# unique identifier is the table name. Example:
|
1943
2106
|
# `keyspace/mykeyspace/table/mytable`.
|
1944
2107
|
#
|
2108
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2109
|
+
# specified using the cluster ARN. Example:
|
2110
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2111
|
+
#
|
1945
2112
|
#
|
1946
2113
|
#
|
1947
2114
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1990,6 +2157,10 @@ module Aws::ApplicationAutoScaling
|
|
1990
2157
|
# The number of inference units for an Amazon Comprehend document
|
1991
2158
|
# classification endpoint.
|
1992
2159
|
#
|
2160
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2161
|
+
# The number of inference units for an Amazon Comprehend entity
|
2162
|
+
# recognizer endpoint.
|
2163
|
+
#
|
1993
2164
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1994
2165
|
# concurrency for a Lambda function.
|
1995
2166
|
#
|
@@ -1998,6 +2169,9 @@ module Aws::ApplicationAutoScaling
|
|
1998
2169
|
#
|
1999
2170
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2000
2171
|
# capacity for an Amazon Keyspaces table.
|
2172
|
+
#
|
2173
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2174
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2001
2175
|
# @return [String]
|
2002
2176
|
#
|
2003
2177
|
# @!attribute [rw] min_capacity
|
@@ -2007,8 +2181,10 @@ module Aws::ApplicationAutoScaling
|
|
2007
2181
|
# changing demand.
|
2008
2182
|
#
|
2009
2183
|
# This parameter is required if you are registering a scalable target.
|
2010
|
-
# For
|
2011
|
-
#
|
2184
|
+
# For certain resources, the minimum value allowed is 0. This includes
|
2185
|
+
# Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
|
2186
|
+
# clusters, EMR clusters, and custom resources. For all other
|
2187
|
+
# resources, the minimum value allowed is 1.
|
2012
2188
|
# @return [Integer]
|
2013
2189
|
#
|
2014
2190
|
# @!attribute [rw] max_capacity
|
@@ -2018,6 +2194,19 @@ module Aws::ApplicationAutoScaling
|
|
2018
2194
|
# demand.
|
2019
2195
|
#
|
2020
2196
|
# This parameter is required if you are registering a scalable target.
|
2197
|
+
#
|
2198
|
+
# Although you can specify a large maximum capacity, note that service
|
2199
|
+
# quotas may impose lower limits. Each service has its own default
|
2200
|
+
# quotas for the maximum capacity of the resource. If you want to
|
2201
|
+
# specify a higher limit, you can request an increase. For more
|
2202
|
+
# information, consult the documentation for that service. For
|
2203
|
+
# information about the default quotas for each service, see [Service
|
2204
|
+
# Endpoints and Quotas][1] in the *Amazon Web Services General
|
2205
|
+
# Reference*.
|
2206
|
+
#
|
2207
|
+
#
|
2208
|
+
#
|
2209
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html
|
2021
2210
|
# @return [Integer]
|
2022
2211
|
#
|
2023
2212
|
# @!attribute [rw] role_arn
|
@@ -2134,6 +2323,11 @@ module Aws::ApplicationAutoScaling
|
|
2134
2323
|
# Example:
|
2135
2324
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2136
2325
|
#
|
2326
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2327
|
+
# and unique identifier are specified using the endpoint ARN.
|
2328
|
+
# Example:
|
2329
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2330
|
+
#
|
2137
2331
|
# * Lambda provisioned concurrency - The resource type is `function`
|
2138
2332
|
# and the unique identifier is the function name with a function
|
2139
2333
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -2143,6 +2337,10 @@ module Aws::ApplicationAutoScaling
|
|
2143
2337
|
# unique identifier is the table name. Example:
|
2144
2338
|
# `keyspace/mykeyspace/table/mytable`.
|
2145
2339
|
#
|
2340
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2341
|
+
# specified using the cluster ARN. Example:
|
2342
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2343
|
+
#
|
2146
2344
|
#
|
2147
2345
|
#
|
2148
2346
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2191,6 +2389,10 @@ module Aws::ApplicationAutoScaling
|
|
2191
2389
|
# The number of inference units for an Amazon Comprehend document
|
2192
2390
|
# classification endpoint.
|
2193
2391
|
#
|
2392
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2393
|
+
# The number of inference units for an Amazon Comprehend entity
|
2394
|
+
# recognizer endpoint.
|
2395
|
+
#
|
2194
2396
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2195
2397
|
# concurrency for a Lambda function.
|
2196
2398
|
#
|
@@ -2199,6 +2401,9 @@ module Aws::ApplicationAutoScaling
|
|
2199
2401
|
#
|
2200
2402
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2201
2403
|
# capacity for an Amazon Keyspaces table.
|
2404
|
+
#
|
2405
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2406
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2202
2407
|
# @return [String]
|
2203
2408
|
#
|
2204
2409
|
# @!attribute [rw] min_capacity
|
@@ -2251,12 +2456,27 @@ module Aws::ApplicationAutoScaling
|
|
2251
2456
|
# @!attribute [rw] min_capacity
|
2252
2457
|
# The minimum capacity.
|
2253
2458
|
#
|
2254
|
-
# For
|
2255
|
-
#
|
2459
|
+
# For certain resources, the minimum value allowed is 0. This includes
|
2460
|
+
# Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
|
2461
|
+
# clusters, EMR clusters, and custom resources. For all other
|
2462
|
+
# resources, the minimum value allowed is 1.
|
2256
2463
|
# @return [Integer]
|
2257
2464
|
#
|
2258
2465
|
# @!attribute [rw] max_capacity
|
2259
2466
|
# The maximum capacity.
|
2467
|
+
#
|
2468
|
+
# Although you can specify a large maximum capacity, note that service
|
2469
|
+
# quotas may impose lower limits. Each service has its own default
|
2470
|
+
# quotas for the maximum capacity of the resource. If you want to
|
2471
|
+
# specify a higher limit, you can request an increase. For more
|
2472
|
+
# information, consult the documentation for that service. For
|
2473
|
+
# information about the default quotas for each service, see [Service
|
2474
|
+
# Endpoints and Quotas][1] in the *Amazon Web Services General
|
2475
|
+
# Reference*.
|
2476
|
+
#
|
2477
|
+
#
|
2478
|
+
#
|
2479
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html
|
2260
2480
|
# @return [Integer]
|
2261
2481
|
#
|
2262
2482
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/ScalableTargetAction AWS API Documentation
|
@@ -2323,6 +2543,11 @@ module Aws::ApplicationAutoScaling
|
|
2323
2543
|
# Example:
|
2324
2544
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2325
2545
|
#
|
2546
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2547
|
+
# and unique identifier are specified using the endpoint ARN.
|
2548
|
+
# Example:
|
2549
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2550
|
+
#
|
2326
2551
|
# * Lambda provisioned concurrency - The resource type is `function`
|
2327
2552
|
# and the unique identifier is the function name with a function
|
2328
2553
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -2332,6 +2557,10 @@ module Aws::ApplicationAutoScaling
|
|
2332
2557
|
# unique identifier is the table name. Example:
|
2333
2558
|
# `keyspace/mykeyspace/table/mytable`.
|
2334
2559
|
#
|
2560
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2561
|
+
# specified using the cluster ARN. Example:
|
2562
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2563
|
+
#
|
2335
2564
|
#
|
2336
2565
|
#
|
2337
2566
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2379,6 +2608,10 @@ module Aws::ApplicationAutoScaling
|
|
2379
2608
|
# The number of inference units for an Amazon Comprehend document
|
2380
2609
|
# classification endpoint.
|
2381
2610
|
#
|
2611
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2612
|
+
# The number of inference units for an Amazon Comprehend entity
|
2613
|
+
# recognizer endpoint.
|
2614
|
+
#
|
2382
2615
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2383
2616
|
# concurrency for a Lambda function.
|
2384
2617
|
#
|
@@ -2387,6 +2620,9 @@ module Aws::ApplicationAutoScaling
|
|
2387
2620
|
#
|
2388
2621
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2389
2622
|
# capacity for an Amazon Keyspaces table.
|
2623
|
+
#
|
2624
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2625
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2390
2626
|
# @return [String]
|
2391
2627
|
#
|
2392
2628
|
# @!attribute [rw] description
|
@@ -2438,6 +2674,14 @@ module Aws::ApplicationAutoScaling
|
|
2438
2674
|
|
2439
2675
|
# Represents a scaling policy to use with Application Auto Scaling.
|
2440
2676
|
#
|
2677
|
+
# For more information about configuring scaling policies for a specific
|
2678
|
+
# service, see [Getting started with Application Auto Scaling][1] in the
|
2679
|
+
# *Application Auto Scaling User Guide*.
|
2680
|
+
#
|
2681
|
+
#
|
2682
|
+
#
|
2683
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/getting-started.html
|
2684
|
+
#
|
2441
2685
|
# @!attribute [rw] policy_arn
|
2442
2686
|
# The Amazon Resource Name (ARN) of the scaling policy.
|
2443
2687
|
# @return [String]
|
@@ -2495,6 +2739,11 @@ module Aws::ApplicationAutoScaling
|
|
2495
2739
|
# Example:
|
2496
2740
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2497
2741
|
#
|
2742
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2743
|
+
# and unique identifier are specified using the endpoint ARN.
|
2744
|
+
# Example:
|
2745
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2746
|
+
#
|
2498
2747
|
# * Lambda provisioned concurrency - The resource type is `function`
|
2499
2748
|
# and the unique identifier is the function name with a function
|
2500
2749
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -2504,6 +2753,10 @@ module Aws::ApplicationAutoScaling
|
|
2504
2753
|
# unique identifier is the table name. Example:
|
2505
2754
|
# `keyspace/mykeyspace/table/mytable`.
|
2506
2755
|
#
|
2756
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2757
|
+
# specified using the cluster ARN. Example:
|
2758
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2759
|
+
#
|
2507
2760
|
#
|
2508
2761
|
#
|
2509
2762
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2551,6 +2804,10 @@ module Aws::ApplicationAutoScaling
|
|
2551
2804
|
# The number of inference units for an Amazon Comprehend document
|
2552
2805
|
# classification endpoint.
|
2553
2806
|
#
|
2807
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2808
|
+
# The number of inference units for an Amazon Comprehend entity
|
2809
|
+
# recognizer endpoint.
|
2810
|
+
#
|
2554
2811
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2555
2812
|
# concurrency for a Lambda function.
|
2556
2813
|
#
|
@@ -2559,6 +2816,9 @@ module Aws::ApplicationAutoScaling
|
|
2559
2816
|
#
|
2560
2817
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2561
2818
|
# capacity for an Amazon Keyspaces table.
|
2819
|
+
#
|
2820
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2821
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2562
2822
|
# @return [String]
|
2563
2823
|
#
|
2564
2824
|
# @!attribute [rw] policy_type
|
@@ -2684,6 +2944,11 @@ module Aws::ApplicationAutoScaling
|
|
2684
2944
|
# Example:
|
2685
2945
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2686
2946
|
#
|
2947
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2948
|
+
# and unique identifier are specified using the endpoint ARN.
|
2949
|
+
# Example:
|
2950
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2951
|
+
#
|
2687
2952
|
# * Lambda provisioned concurrency - The resource type is `function`
|
2688
2953
|
# and the unique identifier is the function name with a function
|
2689
2954
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -2693,6 +2958,10 @@ module Aws::ApplicationAutoScaling
|
|
2693
2958
|
# unique identifier is the table name. Example:
|
2694
2959
|
# `keyspace/mykeyspace/table/mytable`.
|
2695
2960
|
#
|
2961
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2962
|
+
# specified using the cluster ARN. Example:
|
2963
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2964
|
+
#
|
2696
2965
|
#
|
2697
2966
|
#
|
2698
2967
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2740,6 +3009,10 @@ module Aws::ApplicationAutoScaling
|
|
2740
3009
|
# The number of inference units for an Amazon Comprehend document
|
2741
3010
|
# classification endpoint.
|
2742
3011
|
#
|
3012
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
3013
|
+
# The number of inference units for an Amazon Comprehend entity
|
3014
|
+
# recognizer endpoint.
|
3015
|
+
#
|
2743
3016
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2744
3017
|
# concurrency for a Lambda function.
|
2745
3018
|
#
|
@@ -2748,6 +3021,9 @@ module Aws::ApplicationAutoScaling
|
|
2748
3021
|
#
|
2749
3022
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2750
3023
|
# capacity for an Amazon Keyspaces table.
|
3024
|
+
#
|
3025
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
3026
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2751
3027
|
# @return [String]
|
2752
3028
|
#
|
2753
3029
|
# @!attribute [rw] start_time
|
@@ -2855,7 +3131,8 @@ module Aws::ApplicationAutoScaling
|
|
2855
3131
|
# @!attribute [rw] scaling_adjustment
|
2856
3132
|
# The amount by which to scale, based on the specified adjustment
|
2857
3133
|
# type. A positive value adds to the current capacity while a negative
|
2858
|
-
# number removes from the current capacity.
|
3134
|
+
# number removes from the current capacity. For exact capacity, you
|
3135
|
+
# must specify a positive value.
|
2859
3136
|
# @return [Integer]
|
2860
3137
|
#
|
2861
3138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/StepAdjustment AWS API Documentation
|
@@ -2889,9 +3166,10 @@ module Aws::ApplicationAutoScaling
|
|
2889
3166
|
# }
|
2890
3167
|
#
|
2891
3168
|
# @!attribute [rw] adjustment_type
|
2892
|
-
# Specifies
|
2893
|
-
#
|
2894
|
-
#
|
3169
|
+
# Specifies how the `ScalingAdjustment` value in a [StepAdjustment][1]
|
3170
|
+
# is interpreted (for example, an absolute number or a percentage).
|
3171
|
+
# The valid values are `ChangeInCapacity`, `ExactCapacity`, and
|
3172
|
+
# `PercentChangeInCapacity`.
|
2895
3173
|
#
|
2896
3174
|
# `AdjustmentType` is required if you are adding a new step scaling
|
2897
3175
|
# policy configuration.
|
@@ -2910,15 +3188,13 @@ module Aws::ApplicationAutoScaling
|
|
2910
3188
|
# @return [Array<Types::StepAdjustment>]
|
2911
3189
|
#
|
2912
3190
|
# @!attribute [rw] min_adjustment_magnitude
|
2913
|
-
# The minimum value to scale by when
|
2914
|
-
# example, suppose that you create a
|
2915
|
-
# an Amazon ECS service by 25 percent
|
2916
|
-
# `MinAdjustmentMagnitude` of 2. If the service has
|
2917
|
-
# scaling policy is performed, 25 percent of 4 is 1.
|
2918
|
-
# you specified a `MinAdjustmentMagnitude` of 2,
|
2919
|
-
# Scaling scales out the service by 2 tasks.
|
2920
|
-
#
|
2921
|
-
# Valid only if the adjustment type is `PercentChangeInCapacity`.
|
3191
|
+
# The minimum value to scale by when the adjustment type is
|
3192
|
+
# `PercentChangeInCapacity`. For example, suppose that you create a
|
3193
|
+
# step scaling policy to scale out an Amazon ECS service by 25 percent
|
3194
|
+
# and you specify a `MinAdjustmentMagnitude` of 2. If the service has
|
3195
|
+
# 4 tasks and the scaling policy is performed, 25 percent of 4 is 1.
|
3196
|
+
# However, because you specified a `MinAdjustmentMagnitude` of 2,
|
3197
|
+
# Application Auto Scaling scales out the service by 2 tasks.
|
2922
3198
|
# @return [Integer]
|
2923
3199
|
#
|
2924
3200
|
# @!attribute [rw] cooldown
|
@@ -2928,12 +3204,14 @@ module Aws::ApplicationAutoScaling
|
|
2928
3204
|
# With scale-out policies, the intention is to continuously (but not
|
2929
3205
|
# excessively) scale out. After Application Auto Scaling successfully
|
2930
3206
|
# scales out using a step scaling policy, it starts to calculate the
|
2931
|
-
# cooldown time.
|
2932
|
-
#
|
2933
|
-
#
|
2934
|
-
#
|
2935
|
-
#
|
2936
|
-
#
|
3207
|
+
# cooldown time. The scaling policy won't increase the desired
|
3208
|
+
# capacity again unless either a larger scale out is triggered or the
|
3209
|
+
# cooldown period ends. While the cooldown period is in effect,
|
3210
|
+
# capacity added by the initiating scale-out activity is calculated as
|
3211
|
+
# part of the desired capacity for the next scale-out activity. For
|
3212
|
+
# example, when an alarm triggers a step scaling policy to increase
|
3213
|
+
# the capacity by 2, the scaling activity completes successfully, and
|
3214
|
+
# a cooldown period starts. If the alarm triggers again during the
|
2937
3215
|
# cooldown period but at a more aggressive step adjustment of 3, the
|
2938
3216
|
# previous increase of 2 is considered part of the current capacity.
|
2939
3217
|
# Therefore, only 1 is added to the capacity.
|
@@ -2969,11 +3247,14 @@ module Aws::ApplicationAutoScaling
|
|
2969
3247
|
#
|
2970
3248
|
# * DynamoDB global secondary indexes
|
2971
3249
|
#
|
2972
|
-
# * Amazon Comprehend document classification
|
3250
|
+
# * Amazon Comprehend document classification and entity recognizer
|
3251
|
+
# endpoints
|
2973
3252
|
#
|
2974
3253
|
# * Lambda provisioned concurrency
|
2975
3254
|
#
|
2976
3255
|
# * Amazon Keyspaces tables
|
3256
|
+
#
|
3257
|
+
# * Amazon MSK cluster storage
|
2977
3258
|
# @return [Integer]
|
2978
3259
|
#
|
2979
3260
|
# @!attribute [rw] metric_aggregation_type
|
@@ -3045,7 +3326,7 @@ module Aws::ApplicationAutoScaling
|
|
3045
3326
|
# {
|
3046
3327
|
# target_value: 1.0, # required
|
3047
3328
|
# predefined_metric_specification: {
|
3048
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization
|
3329
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization
|
3049
3330
|
# resource_label: "ResourceLabel",
|
3050
3331
|
# },
|
3051
3332
|
# customized_metric_specification: {
|
@@ -3087,10 +3368,12 @@ module Aws::ApplicationAutoScaling
|
|
3087
3368
|
# With the *scale-out cooldown period*, the intention is to
|
3088
3369
|
# continuously (but not excessively) scale out. After Application Auto
|
3089
3370
|
# Scaling successfully scales out using a target tracking scaling
|
3090
|
-
# policy, it starts to calculate the cooldown time.
|
3091
|
-
#
|
3092
|
-
#
|
3093
|
-
#
|
3371
|
+
# policy, it starts to calculate the cooldown time. The scaling policy
|
3372
|
+
# won't increase the desired capacity again unless either a larger
|
3373
|
+
# scale out is triggered or the cooldown period ends. While the
|
3374
|
+
# cooldown period is in effect, the capacity added by the initiating
|
3375
|
+
# scale-out activity is calculated as part of the desired capacity for
|
3376
|
+
# the next scale-out activity.
|
3094
3377
|
#
|
3095
3378
|
# Application Auto Scaling provides a default value of 300 for the
|
3096
3379
|
# following scalable targets:
|
@@ -3115,11 +3398,14 @@ module Aws::ApplicationAutoScaling
|
|
3115
3398
|
#
|
3116
3399
|
# * DynamoDB global secondary indexes
|
3117
3400
|
#
|
3118
|
-
# * Amazon Comprehend document classification
|
3401
|
+
# * Amazon Comprehend document classification and entity recognizer
|
3402
|
+
# endpoints
|
3119
3403
|
#
|
3120
3404
|
# * Lambda provisioned concurrency
|
3121
3405
|
#
|
3122
3406
|
# * Amazon Keyspaces tables
|
3407
|
+
#
|
3408
|
+
# * Amazon MSK cluster storage
|
3123
3409
|
# @return [Integer]
|
3124
3410
|
#
|
3125
3411
|
# @!attribute [rw] scale_in_cooldown
|
@@ -3157,11 +3443,14 @@ module Aws::ApplicationAutoScaling
|
|
3157
3443
|
#
|
3158
3444
|
# * DynamoDB global secondary indexes
|
3159
3445
|
#
|
3160
|
-
# * Amazon Comprehend document classification
|
3446
|
+
# * Amazon Comprehend document classification and entity recognizer
|
3447
|
+
# endpoints
|
3161
3448
|
#
|
3162
3449
|
# * Lambda provisioned concurrency
|
3163
3450
|
#
|
3164
3451
|
# * Amazon Keyspaces tables
|
3452
|
+
#
|
3453
|
+
# * Amazon MSK cluster storage
|
3165
3454
|
# @return [Integer]
|
3166
3455
|
#
|
3167
3456
|
# @!attribute [rw] disable_scale_in
|