Fixed validation on custom-resource in applicationautoscaling (#4026)
* Added ResourceTypeExceptions * Added test for custom-resource Co-authored-by: Phil Sheets <p.sheets@fetchrewards.com>
This commit is contained in:
parent
6fb05d6453
commit
b9a42816bd
10 changed files with 29 additions and 15 deletions
|
|
@ -244,6 +244,11 @@ def test_register_scalable_target_resource_id_variations():
|
|||
"keyspace/mykeyspace/table/mytable",
|
||||
"cassandra:table:ReadCapacityUnits",
|
||||
),
|
||||
(
|
||||
"custom-resource",
|
||||
"https://test-endpoint.amazon.com/ScalableDimension/test-resource",
|
||||
"custom-resource:ResourceType:Property",
|
||||
),
|
||||
]
|
||||
|
||||
client = boto3.client("application-autoscaling", region_name=DEFAULT_REGION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue