From 558a308db262a5d51479c234a90aee87419d8b17 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Mon, 27 Dec 2021 09:46:02 -0800 Subject: [PATCH] ap-southeast-3 (Jakarta) (#2192) https://github.com/aws-cloudformation/cfn-lint/pull/1496 https://aws.amazon.com/blogs/aws/now-open-aws-asia-pacific-jakarta-region/ https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html https://cfn-resource-specifications-ap-southeast-3-prod.s3.ap-southeast-3.amazonaws.com/latest/CloudFormationResourceSpecification.json --- scripts/update_specs_from_pricing.py | 1 + src/cfnlint/data/CloudSpecs/ap-southeast-3.json | 1 + .../ExtendedSpecs/ap-southeast-3/05_pricing_property_values.json | 0 src/cfnlint/data/ExtendedSpecs/ap-southeast-3/__init__.py | 0 src/cfnlint/helpers.py | 1 + 5 files changed, 3 insertions(+) create mode 100644 src/cfnlint/data/CloudSpecs/ap-southeast-3.json create mode 100644 src/cfnlint/data/ExtendedSpecs/ap-southeast-3/05_pricing_property_values.json create mode 100644 src/cfnlint/data/ExtendedSpecs/ap-southeast-3/__init__.py diff --git a/scripts/update_specs_from_pricing.py b/scripts/update_specs_from_pricing.py index 7abe56f5f3..3ceb0b1d8a 100755 --- a/scripts/update_specs_from_pricing.py +++ b/scripts/update_specs_from_pricing.py @@ -22,6 +22,7 @@ 'AWS GovCloud (US-West)': 'us-gov-west-1', 'Africa (Cape Town)': 'af-south-1', 'Asia Pacific (Hong Kong)': 'ap-east-1', + 'Asia Pacific (Jakarta)': 'ap-southeast-3', 'Asia Pacific (Mumbai)': 'ap-south-1', 'Asia Pacific (Osaka)': 'ap-northeast-3', 'Asia Pacific (Seoul)': 'ap-northeast-2', diff --git a/src/cfnlint/data/CloudSpecs/ap-southeast-3.json b/src/cfnlint/data/CloudSpecs/ap-southeast-3.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/src/cfnlint/data/CloudSpecs/ap-southeast-3.json @@ -0,0 +1 @@ +{} diff --git a/src/cfnlint/data/ExtendedSpecs/ap-southeast-3/05_pricing_property_values.json b/src/cfnlint/data/ExtendedSpecs/ap-southeast-3/05_pricing_property_values.json new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/cfnlint/data/ExtendedSpecs/ap-southeast-3/__init__.py b/src/cfnlint/data/ExtendedSpecs/ap-southeast-3/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/cfnlint/helpers.py b/src/cfnlint/helpers.py index 54436adaee..634e9aa3eb 100644 --- a/src/cfnlint/helpers.py +++ b/src/cfnlint/helpers.py @@ -43,6 +43,7 @@ 'ap-south-1': 'https://d2senuesg1djtx.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json', 'ap-southeast-1': 'https://doigdx0kgq9el.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json', 'ap-southeast-2': 'https://d2stg8d246z9di.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json', + 'ap-southeast-3': 'https://cfn-resource-specifications-ap-southeast-3-prod.s3.ap-southeast-3.amazonaws.com/latest/CloudFormationResourceSpecification.json', 'ca-central-1': 'https://d2s8ygphhesbe7.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json', 'cn-north-1': 'https://cfn-resource-specifications-cn-north-1-prod.s3.cn-north-1.amazonaws.com.cn/latest/gzip/CloudFormationResourceSpecification.json', 'cn-northwest-1': 'https://cfn-resource-specifications-cn-northwest-1-prod.s3.cn-northwest-1.amazonaws.com.cn/latest/gzip/CloudFormationResourceSpecification.json',