cdk-common 2.0.1202 → 2.0.1204
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +20 -2
- package/API.md +18 -0
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +4 -1
- package/lib/managed-policies.js +4 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/async_hooks.d.ts +26 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +1 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/concat-stream/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +35 -28
- package/node_modules/@types/concat-stream/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/dns.d.ts +16 -16
- package/node_modules/@types/concat-stream/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/events.d.ts +1 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +16 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +28 -19
- package/node_modules/@types/concat-stream/node_modules/@types/node/globals.d.ts +7 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +6 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +7 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.d.ts +3 -7
- package/node_modules/@types/concat-stream/node_modules/@types/node/module.d.ts +63 -29
- package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +2 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/os.d.ts +8 -7
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/perf_hooks.d.ts +8 -8
- package/node_modules/@types/concat-stream/node_modules/@types/node/process.d.ts +21 -11
- package/node_modules/@types/concat-stream/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/readline/promises.d.ts +0 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/readline.d.ts +13 -13
- package/node_modules/@types/concat-stream/node_modules/@types/node/repl.d.ts +14 -16
- package/node_modules/@types/concat-stream/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/sqlite.d.ts +182 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/stream.d.ts +8 -19
- package/node_modules/@types/concat-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/test.d.ts +53 -15
- package/node_modules/@types/concat-stream/node_modules/@types/node/timers/promises.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +2 -48
- package/node_modules/@types/concat-stream/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.1/index.d.ts +98 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/index.d.ts +9 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.7/index.d.ts +96 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/url.d.ts +61 -19
- package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +16 -295
- package/node_modules/@types/concat-stream/node_modules/@types/node/v8.d.ts +29 -32
- package/node_modules/@types/concat-stream/node_modules/@types/node/vm.d.ts +17 -10
- package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/worker_threads.d.ts +34 -18
- package/node_modules/@types/concat-stream/node_modules/@types/node/zlib.d.ts +5 -7
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/agent.d.ts +7 -7
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/api.d.ts +24 -24
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/balanced-pool.d.ts +11 -11
- package/node_modules/@types/concat-stream/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/client.d.ts +12 -13
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/cookies.d.ts +2 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/diagnostics-channel.d.ts +10 -10
- package/node_modules/@types/concat-stream/node_modules/undici-types/dispatcher.d.ts +281 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/env-http-proxy-agent.d.ts +2 -2
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/errors.d.ts +69 -47
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/fetch.d.ts +17 -16
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/formdata.d.ts +7 -7
- package/node_modules/@types/concat-stream/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/h2c-client.d.ts +75 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/handlers.d.ts +7 -7
- package/node_modules/@types/concat-stream/node_modules/undici-types/header.d.ts +160 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/index.d.ts +75 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/interceptors.d.ts +34 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-agent.d.ts +33 -18
- package/node_modules/@types/concat-stream/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-client.d.ts +4 -4
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-errors.d.ts +3 -3
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-interceptor.d.ts +19 -19
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-pool.d.ts +4 -4
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/package.json +1 -1
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/patch.d.ts +0 -4
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/pool-stats.d.ts +8 -8
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/pool.d.ts +12 -12
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/proxy-agent.d.ts +4 -4
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/readable.d.ts +18 -15
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/retry-agent.d.ts +1 -1
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/retry-handler.d.ts +10 -10
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/util.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/webidl.d.ts +44 -6
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/websocket.d.ts +35 -1
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/form-data/node_modules/@types/node/async_hooks.d.ts +26 -6
- package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +1 -2
- package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/form-data/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +35 -28
- package/node_modules/@types/form-data/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +16 -16
- package/node_modules/@types/form-data/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/events.d.ts +1 -2
- package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +16 -9
- package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +28 -19
- package/node_modules/@types/form-data/node_modules/@types/node/globals.d.ts +7 -6
- package/node_modules/@types/form-data/node_modules/@types/node/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +6 -3
- package/node_modules/@types/form-data/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +7 -5
- package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +3 -7
- package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +63 -29
- package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +2 -5
- package/node_modules/@types/form-data/node_modules/@types/node/os.d.ts +8 -7
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/form-data/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/perf_hooks.d.ts +8 -8
- package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +21 -11
- package/node_modules/@types/form-data/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/readline/promises.d.ts +0 -1
- package/node_modules/@types/form-data/node_modules/@types/node/readline.d.ts +13 -13
- package/node_modules/@types/form-data/node_modules/@types/node/repl.d.ts +14 -16
- package/node_modules/@types/form-data/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/sqlite.d.ts +182 -2
- package/node_modules/@types/form-data/node_modules/@types/node/stream.d.ts +8 -19
- package/node_modules/@types/form-data/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +53 -15
- package/node_modules/@types/form-data/node_modules/@types/node/timers/promises.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/tls.d.ts +2 -48
- package/node_modules/@types/form-data/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/form-data/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.1/index.d.ts +98 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/index.d.ts +9 -5
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.7/index.d.ts +96 -0
- package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +61 -19
- package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +16 -295
- package/node_modules/@types/form-data/node_modules/@types/node/v8.d.ts +29 -32
- package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +17 -10
- package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +34 -18
- package/node_modules/@types/form-data/node_modules/@types/node/zlib.d.ts +5 -7
- package/node_modules/@types/form-data/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@types/form-data/node_modules/undici-types/README.md +6 -0
- package/node_modules/@types/form-data/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@types/form-data/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@types/form-data/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@types/form-data/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/node_modules/@types/form-data/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@types/form-data/node_modules/undici-types/client.d.ts +107 -0
- package/node_modules/@types/form-data/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@types/form-data/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@types/form-data/node_modules/undici-types/cookies.d.ts +30 -0
- package/node_modules/@types/form-data/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@types/form-data/node_modules/undici-types/dispatcher.d.ts +281 -0
- package/node_modules/@types/form-data/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/@types/form-data/node_modules/undici-types/errors.d.ts +171 -0
- package/node_modules/@types/form-data/node_modules/undici-types/eventsource.d.ts +61 -0
- package/node_modules/@types/form-data/node_modules/undici-types/fetch.d.ts +210 -0
- package/node_modules/@types/form-data/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@types/form-data/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/form-data/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/form-data/node_modules/undici-types/h2c-client.d.ts +75 -0
- package/node_modules/@types/form-data/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@types/form-data/node_modules/undici-types/header.d.ts +160 -0
- package/node_modules/@types/form-data/node_modules/undici-types/index.d.ts +75 -0
- package/node_modules/@types/form-data/node_modules/undici-types/interceptors.d.ts +34 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-agent.d.ts +65 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@types/form-data/node_modules/undici-types/package.json +55 -0
- package/node_modules/@types/form-data/node_modules/undici-types/patch.d.ts +29 -0
- package/node_modules/@types/form-data/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@types/form-data/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@types/form-data/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@types/form-data/node_modules/undici-types/readable.d.ts +68 -0
- package/node_modules/@types/form-data/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@types/form-data/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@types/form-data/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@types/form-data/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/@types/form-data/node_modules/undici-types/webidl.d.ts +266 -0
- package/node_modules/@types/form-data/node_modules/undici-types/websocket.d.ts +184 -0
- package/package.json +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
- package/node_modules/@types/form-data/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/form-data/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
- package/node_modules/undici-types/dispatcher.d.ts +0 -256
- package/node_modules/undici-types/file.d.ts +0 -39
- package/node_modules/undici-types/filereader.d.ts +0 -54
- package/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/undici-types/header.d.ts +0 -4
- package/node_modules/undici-types/index.d.ts +0 -71
- package/node_modules/undici-types/interceptors.d.ts +0 -17
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/LICENSE +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/README.md +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/cache.d.ts +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/connector.d.ts +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/content-type.d.ts +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/eventsource.d.ts +0 -0
package/.jsii
CHANGED
|
@@ -12108,6 +12108,24 @@
|
|
|
12108
12108
|
"stability": "experimental"
|
|
12109
12109
|
},
|
|
12110
12110
|
"name": "AMAZONGUARDDUTYFULLACCESS_V2"
|
|
12111
|
+
},
|
|
12112
|
+
{
|
|
12113
|
+
"docs": {
|
|
12114
|
+
"stability": "experimental"
|
|
12115
|
+
},
|
|
12116
|
+
"name": "AWSSECURITY_HUB_V2_SERVICE_ROLE_POLICY"
|
|
12117
|
+
},
|
|
12118
|
+
{
|
|
12119
|
+
"docs": {
|
|
12120
|
+
"stability": "experimental"
|
|
12121
|
+
},
|
|
12122
|
+
"name": "AWSNETWORK_FIREWALL_READ_ONLY_ACCESS"
|
|
12123
|
+
},
|
|
12124
|
+
{
|
|
12125
|
+
"docs": {
|
|
12126
|
+
"stability": "experimental"
|
|
12127
|
+
},
|
|
12128
|
+
"name": "AWSNETWORK_FIREWALL_FULL_ACCESS"
|
|
12111
12129
|
}
|
|
12112
12130
|
],
|
|
12113
12131
|
"name": "AWSManagedPolicies",
|
|
@@ -12192,6 +12210,6 @@
|
|
|
12192
12210
|
"symbolId": "src/main:LambdaArmFunctionProps"
|
|
12193
12211
|
}
|
|
12194
12212
|
},
|
|
12195
|
-
"version": "2.0.
|
|
12196
|
-
"fingerprint": "+
|
|
12213
|
+
"version": "2.0.1204",
|
|
12214
|
+
"fingerprint": "B9ZU1+sln2Ce6IRgrox2+KYXD0384mBKVNl+pK28l1Q="
|
|
12197
12215
|
}
|
package/API.md
CHANGED
|
@@ -2367,6 +2367,9 @@ Use `Runtime.FROM_IMAGE` when defining a function from a Docker image.
|
|
|
2367
2367
|
| <code><a href="#cdk-common.AWSManagedPolicies.AMAZONDYNAMODBFULLACCESS_V2">AMAZONDYNAMODBFULLACCESS_V2</a></code> | *No description.* |
|
|
2368
2368
|
| <code><a href="#cdk-common.AWSManagedPolicies.AMAZON_SAGE_MAKER_QUICK_SIGHT_VPC_POLICY">AMAZON_SAGE_MAKER_QUICK_SIGHT_VPC_POLICY</a></code> | *No description.* |
|
|
2369
2369
|
| <code><a href="#cdk-common.AWSManagedPolicies.AMAZONGUARDDUTYFULLACCESS_V2">AMAZONGUARDDUTYFULLACCESS_V2</a></code> | *No description.* |
|
|
2370
|
+
| <code><a href="#cdk-common.AWSManagedPolicies.AWSSECURITY_HUB_V2_SERVICE_ROLE_POLICY">AWSSECURITY_HUB_V2_SERVICE_ROLE_POLICY</a></code> | *No description.* |
|
|
2371
|
+
| <code><a href="#cdk-common.AWSManagedPolicies.AWSNETWORK_FIREWALL_READ_ONLY_ACCESS">AWSNETWORK_FIREWALL_READ_ONLY_ACCESS</a></code> | *No description.* |
|
|
2372
|
+
| <code><a href="#cdk-common.AWSManagedPolicies.AWSNETWORK_FIREWALL_FULL_ACCESS">AWSNETWORK_FIREWALL_FULL_ACCESS</a></code> | *No description.* |
|
|
2370
2373
|
|
|
2371
2374
|
---
|
|
2372
2375
|
|
|
@@ -9134,3 +9137,18 @@ Use `Runtime.FROM_IMAGE` when defining a function from a Docker image.
|
|
|
9134
9137
|
|
|
9135
9138
|
---
|
|
9136
9139
|
|
|
9140
|
+
|
|
9141
|
+
##### `AWSSECURITY_HUB_V2_SERVICE_ROLE_POLICY` <a name="AWSSECURITY_HUB_V2_SERVICE_ROLE_POLICY" id="cdk-common.AWSManagedPolicies.AWSSECURITY_HUB_V2_SERVICE_ROLE_POLICY"></a>
|
|
9142
|
+
|
|
9143
|
+
---
|
|
9144
|
+
|
|
9145
|
+
|
|
9146
|
+
##### `AWSNETWORK_FIREWALL_READ_ONLY_ACCESS` <a name="AWSNETWORK_FIREWALL_READ_ONLY_ACCESS" id="cdk-common.AWSManagedPolicies.AWSNETWORK_FIREWALL_READ_ONLY_ACCESS"></a>
|
|
9147
|
+
|
|
9148
|
+
---
|
|
9149
|
+
|
|
9150
|
+
|
|
9151
|
+
##### `AWSNETWORK_FIREWALL_FULL_ACCESS` <a name="AWSNETWORK_FIREWALL_FULL_ACCESS" id="cdk-common.AWSManagedPolicies.AWSNETWORK_FIREWALL_FULL_ACCESS"></a>
|
|
9152
|
+
|
|
9153
|
+
---
|
|
9154
|
+
|
package/lib/main.js
CHANGED
|
@@ -38,5 +38,5 @@ class LambdaArmFunction extends constructs_1.Construct {
|
|
|
38
38
|
}
|
|
39
39
|
exports.LambdaArmFunction = LambdaArmFunction;
|
|
40
40
|
_a = JSII_RTTI_SYMBOL_1;
|
|
41
|
-
LambdaArmFunction[_a] = { fqn: "cdk-common.LambdaArmFunction", version: "2.0.
|
|
41
|
+
LambdaArmFunction[_a] = { fqn: "cdk-common.LambdaArmFunction", version: "2.0.1204" };
|
|
42
42
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9tYWluLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsbUNBQW1DO0FBQ25DLGlEQUFpRDtBQUNqRCwyQ0FBdUM7QUFLdkMsTUFBYSxpQkFBa0IsU0FBUSxzQkFBUztJQUU5QyxZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQTRCO1FBQ3BFLEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFakIsTUFBTSxlQUFlLEdBQUcsSUFBSSxHQUFHLENBQXlCO1lBQ3RELENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxXQUFXLEVBQUUsbUNBQW1DLENBQUM7WUFDakUsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLFdBQVcsRUFBRSxtQ0FBbUMsQ0FBQztZQUNqRSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFLG1DQUFtQyxDQUFDO1lBQ2pFLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxXQUFXLEVBQUUsa0NBQWtDLENBQUM7WUFDaEUsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLFdBQVcsRUFBRSxrQ0FBa0MsQ0FBQztZQUNoRSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFLGtDQUFrQyxDQUFDO1lBQ2hFLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxXQUFXLEVBQUUsa0NBQWtDLENBQUM7WUFDaEUsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLE9BQU8sRUFBRSw4QkFBOEIsQ0FBQztZQUN4RCxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFLDhCQUE4QixDQUFDO1lBQ3hELENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxRQUFRLEVBQUUsNkJBQTZCLENBQUM7WUFDeEQsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSwrQkFBK0IsQ0FBQztZQUMxRCxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsUUFBUSxFQUFFLCtCQUErQixDQUFDO1NBQzNELENBQUMsQ0FBQztRQUVILE1BQU0sT0FBTyxHQUFHLGVBQWUsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQ25ELElBQUksT0FBTyxFQUFFLENBQUM7WUFDWixHQUFHLENBQUMsV0FBVyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDL0MsQ0FBQzthQUFNLENBQUM7WUFDTixNQUFNLElBQUksS0FBSyxDQUFDLG1CQUFtQixLQUFLLENBQUMsT0FBTyx1R0FBdUcsQ0FBQyxDQUFDO1FBQzNKLENBQUM7UUFFRCxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksTUFBTSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsZ0JBQWdCLEVBQUU7WUFDaEUsWUFBWSxFQUFFLEtBQUssQ0FBQyxZQUFZLElBQUksTUFBTSxDQUFDLFlBQVksQ0FBQyxNQUFNO1lBQzlELEdBQUcsS0FBSztTQUNULENBQUMsQ0FBQztJQUNMLENBQUM7O0FBL0JILDhDQWdDQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGNkayBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgKiBhcyBsYW1iZGEgZnJvbSAnYXdzLWNkay1saWIvYXdzLWxhbWJkYSc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmV4cG9ydCBpbnRlcmZhY2UgTGFtYmRhQXJtRnVuY3Rpb25Qcm9wcyBleHRlbmRzIGxhbWJkYS5GdW5jdGlvblByb3BzIHtcblxufVxuXG5leHBvcnQgY2xhc3MgTGFtYmRhQXJtRnVuY3Rpb24gZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwdWJsaWMgcmVhZG9ubHkgbGFtYmRhRnVuY3Rpb246IGxhbWJkYS5GdW5jdGlvbjtcbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6TGFtYmRhQXJtRnVuY3Rpb25Qcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCk7XG5cbiAgICBjb25zdCBydW50aW1lV2FybmluZ3MgPSBuZXcgTWFwPGxhbWJkYS5SdW50aW1lLCBzdHJpbmc+KFtcbiAgICAgIFtsYW1iZGEuUnVudGltZS5OT0RFSlNfMjJfWCwgJ1lvdSBhcmUgdXNpbmcgTm9kZS5qcyAyMi54IGF0IEFSTSddLFxuICAgICAgW2xhbWJkYS5SdW50aW1lLk5PREVKU18yMF9YLCAnWW91IGFyZSB1c2luZyBOb2RlLmpzIDIwLnggYXQgQVJNJ10sXG4gICAgICBbbGFtYmRhLlJ1bnRpbWUuTk9ERUpTXzE4X1gsICdZb3UgYXJlIHVzaW5nIE5vZGUuanMgMTgueCBhdCBBUk0nXSxcbiAgICAgIFtsYW1iZGEuUnVudGltZS5QWVRIT05fM18xMywgJ1lvdSBhcmUgdXNpbmcgUHl0aG9uIDMuMTMgYXQgQVJNJ10sXG4gICAgICBbbGFtYmRhLlJ1bnRpbWUuUFlUSE9OXzNfMTIsICdZb3UgYXJlIHVzaW5nIFB5dGhvbiAzLjEyIGF0IEFSTSddLFxuICAgICAgW2xhbWJkYS5SdW50aW1lLlBZVEhPTl8zXzExLCAnWW91IGFyZSB1c2luZyBQeXRob24gMy4xMSBhdCBBUk0nXSxcbiAgICAgIFtsYW1iZGEuUnVudGltZS5QWVRIT05fM18xMCwgJ1lvdSBhcmUgdXNpbmcgUHl0aG9uIDMuMTAgYXQgQVJNJ10sXG4gICAgICBbbGFtYmRhLlJ1bnRpbWUuSkFWQV8yMSwgJ1lvdSBhcmUgdXNpbmcgSmF2YSAyMSBhdCBBUk0nXSxcbiAgICAgIFtsYW1iZGEuUnVudGltZS5KQVZBXzE3LCAnWW91IGFyZSB1c2luZyBKYXZhIDE3IGF0IEFSTSddLFxuICAgICAgW2xhbWJkYS5SdW50aW1lLkRPVE5FVF84LCAnWW91IGFyZSB1c2luZyAuTkVUIDggYXQgQVJNJ10sXG4gICAgICBbbGFtYmRhLlJ1bnRpbWUuUlVCWV8zXzQsICdZb3UgYXJlIHVzaW5nIFJ1YnkgMy40IGF0IEFSTSddLFxuICAgICAgW2xhbWJkYS5SdW50aW1lLlJVQllfM18zLCAnWW91IGFyZSB1c2luZyBSdWJ5IDMuMyBhdCBBUk0nXSxcbiAgICBdKTtcblxuICAgIGNvbnN0IHdhcm5pbmcgPSBydW50aW1lV2FybmluZ3MuZ2V0KHByb3BzLnJ1bnRpbWUpO1xuICAgIGlmICh3YXJuaW5nKSB7XG4gICAgICBjZGsuQW5ub3RhdGlvbnMub2YodGhpcykuYWRkV2FybmluZyh3YXJuaW5nKTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKGBJbnZhbGlkIFJ1bnRpbWUgJHtwcm9wcy5ydW50aW1lfSBhdCBBUk0sIFNlZSBodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vbGFtYmRhL2xhdGVzdC9kZy9mb3VuZGF0aW9uLWFyY2guaHRtbD9pY21waWQ9ZG9jc19sYW1iZGFfcnNzYCk7XG4gICAgfVxuXG4gICAgdGhpcy5sYW1iZGFGdW5jdGlvbiA9IG5ldyBsYW1iZGEuRnVuY3Rpb24odGhpcywgJ0xhbWJkYUZ1bmN0aW9uJywge1xuICAgICAgYXJjaGl0ZWN0dXJlOiBwcm9wcy5hcmNoaXRlY3R1cmUgPz8gbGFtYmRhLkFyY2hpdGVjdHVyZS5BUk1fNjQsXG4gICAgICAuLi5wcm9wcyxcbiAgICB9KTtcbiAgfVxufVxuIl19
|
|
@@ -1351,5 +1351,8 @@ export declare enum AWSManagedPolicies {
|
|
|
1351
1351
|
AWSQUICK_SIGHT_SECRETS_MANAGER_WRITE_ACCESS = "service-role/AWSQuickSightSecretsManagerWriteAccess",
|
|
1352
1352
|
AMAZONDYNAMODBFULLACCESS_V2 = "AmazonDynamoDBFullAccess_v2",
|
|
1353
1353
|
AMAZON_SAGE_MAKER_QUICK_SIGHT_VPC_POLICY = "service-role/AmazonSageMakerQuickSightVPCPolicy",
|
|
1354
|
-
AMAZONGUARDDUTYFULLACCESS_V2 = "AmazonGuardDutyFullAccess_v2"
|
|
1354
|
+
AMAZONGUARDDUTYFULLACCESS_V2 = "AmazonGuardDutyFullAccess_v2",
|
|
1355
|
+
AWSSECURITY_HUB_V2_SERVICE_ROLE_POLICY = "aws-service-role/AWSSecurityHubV2ServiceRolePolicy",
|
|
1356
|
+
AWSNETWORK_FIREWALL_READ_ONLY_ACCESS = "AWSNetworkFirewallReadOnlyAccess",
|
|
1357
|
+
AWSNETWORK_FIREWALL_FULL_ACCESS = "AWSNetworkFirewallFullAccess"
|
|
1355
1358
|
}
|