File tree Expand file tree Collapse file tree
packages/aws-cdk-lib/region-info/build-tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,14 +122,6 @@ export const PARTITION_MAP: { [region: string]: Region } = {
122122 'us-isob-' : { partition : Partition . UsIsoB , domainSuffix : 'sc2s.sgov.gov' } ,
123123} ;
124124
125- export const CR_DEFAULT_RUNTIME_MAP : Record < Partition , string > = {
126- [ Partition . Default ] : 'nodejs18.x' ,
127- [ Partition . Cn ] : 'nodejs18.x' ,
128- [ Partition . UsGov ] : 'nodejs18.x' ,
129- [ Partition . UsIso ] : 'nodejs18.x' ,
130- [ Partition . UsIsoB ] : 'nodejs18.x' ,
131- } ;
132-
133125// https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html#access-logging-bucket-permissions
134126// https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy
135127// Any not listed regions use the service principal "logdelivery.elasticloadbalancing.amazonaws.com"
You can’t perform that action at this time.
0 commit comments