File tree 1 file changed +2
-0
lines changed
packages/@aws-cdk/region-info/build-tools 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ export const PARTITION_MAP: { [region: string]: Region } = {
102
102
} ;
103
103
104
104
// 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
105
106
export const ELBV2_ACCOUNTS : { [ region : string ] : string } = {
106
107
'af-south-1' : '098369216593' ,
107
108
'ap-east-1' : '754344448648' ,
@@ -111,6 +112,7 @@ export const ELBV2_ACCOUNTS: { [region: string]: string } = {
111
112
'ap-south-1' : '718504428378' ,
112
113
'ap-southeast-1' : '114774131450' ,
113
114
'ap-southeast-2' : '783225319266' ,
115
+ 'ap-southeast-3' : '589379963580' ,
114
116
'ca-central-1' : '985666609251' ,
115
117
'cn-north-1' : '638102146993' ,
116
118
'cn-northwest-1' : '037604701340' ,
You can’t perform that action at this time.
0 commit comments