Skip to content

Commit

Permalink
chore(region-info): ap-southeast-3 (Jakarta) ELBV2_ACCOUNT (#18300)
Browse files Browse the repository at this point in the history
prev: hashicorp/terraform-provider-aws#22453, #18110

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
PatMyron authored Jan 21, 2022
1 parent f6dab8d commit b2b234a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/region-info/build-tools/fact-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const PARTITION_MAP: { [region: string]: Region } = {
};

// https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html#access-logging-bucket-permissions
// https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy
export const ELBV2_ACCOUNTS: { [region: string]: string } = {
'af-south-1': '098369216593',
'ap-east-1': '754344448648',
Expand All @@ -111,6 +112,7 @@ export const ELBV2_ACCOUNTS: { [region: string]: string } = {
'ap-south-1': '718504428378',
'ap-southeast-1': '114774131450',
'ap-southeast-2': '783225319266',
'ap-southeast-3': '589379963580',
'ca-central-1': '985666609251',
'cn-north-1': '638102146993',
'cn-northwest-1': '037604701340',
Expand Down

0 comments on commit b2b234a

Please sign in to comment.