Skip to content

Commit b2b234a

Browse files
authored
chore(region-info): ap-southeast-3 (Jakarta) ELBV2_ACCOUNT (#18300)
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*
1 parent f6dab8d commit b2b234a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@aws-cdk/region-info/build-tools/fact-tables.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export const PARTITION_MAP: { [region: string]: Region } = {
102102
};
103103

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

0 commit comments

Comments
 (0)