@aws-cdk/aws-iot-alpha 2.195.0-alpha.0 → 2.196.0-alpha.0
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 +150 -82
- package/.jsii.tabl.json.gz +0 -0
- package/lib/audit-configuration.d.ts +2 -0
- package/lib/audit-configuration.js +16 -4
- package/lib/iot-sql.js +1 -1
- package/lib/logging.d.ts +2 -0
- package/lib/logging.js +16 -4
- package/lib/scheduled-audit.d.ts +2 -0
- package/lib/scheduled-audit.js +17 -5
- package/lib/topic-rule.d.ts +2 -0
- package/lib/topic-rule.js +10 -4
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.196.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -3965,7 +3965,7 @@
|
|
|
3965
3965
|
"stability": "experimental"
|
|
3966
3966
|
},
|
|
3967
3967
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
3968
|
-
"jsiiVersion": "5.7.
|
|
3968
|
+
"jsiiVersion": "5.7.15 (build 8c2933f)",
|
|
3969
3969
|
"keywords": [
|
|
3970
3970
|
"aws",
|
|
3971
3971
|
"cdk",
|
|
@@ -4042,7 +4042,7 @@
|
|
|
4042
4042
|
},
|
|
4043
4043
|
"locationInModule": {
|
|
4044
4044
|
"filename": "lib/audit-configuration.ts",
|
|
4045
|
-
"line":
|
|
4045
|
+
"line": 223
|
|
4046
4046
|
},
|
|
4047
4047
|
"parameters": [
|
|
4048
4048
|
{
|
|
@@ -4072,7 +4072,7 @@
|
|
|
4072
4072
|
"kind": "class",
|
|
4073
4073
|
"locationInModule": {
|
|
4074
4074
|
"filename": "lib/audit-configuration.ts",
|
|
4075
|
-
"line":
|
|
4075
|
+
"line": 198
|
|
4076
4076
|
},
|
|
4077
4077
|
"methods": [
|
|
4078
4078
|
{
|
|
@@ -4082,7 +4082,7 @@
|
|
|
4082
4082
|
},
|
|
4083
4083
|
"locationInModule": {
|
|
4084
4084
|
"filename": "lib/audit-configuration.ts",
|
|
4085
|
-
"line":
|
|
4085
|
+
"line": 210
|
|
4086
4086
|
},
|
|
4087
4087
|
"name": "fromAccountId",
|
|
4088
4088
|
"parameters": [
|
|
@@ -4124,6 +4124,23 @@
|
|
|
4124
4124
|
],
|
|
4125
4125
|
"name": "AccountAuditConfiguration",
|
|
4126
4126
|
"properties": [
|
|
4127
|
+
{
|
|
4128
|
+
"const": true,
|
|
4129
|
+
"docs": {
|
|
4130
|
+
"stability": "experimental",
|
|
4131
|
+
"summary": "Uniquely identifies this class."
|
|
4132
|
+
},
|
|
4133
|
+
"immutable": true,
|
|
4134
|
+
"locationInModule": {
|
|
4135
|
+
"filename": "lib/audit-configuration.ts",
|
|
4136
|
+
"line": 201
|
|
4137
|
+
},
|
|
4138
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
4139
|
+
"static": true,
|
|
4140
|
+
"type": {
|
|
4141
|
+
"primitive": "string"
|
|
4142
|
+
}
|
|
4143
|
+
},
|
|
4127
4144
|
{
|
|
4128
4145
|
"docs": {
|
|
4129
4146
|
"custom": {
|
|
@@ -4135,7 +4152,7 @@
|
|
|
4135
4152
|
"immutable": true,
|
|
4136
4153
|
"locationInModule": {
|
|
4137
4154
|
"filename": "lib/audit-configuration.ts",
|
|
4138
|
-
"line":
|
|
4155
|
+
"line": 221
|
|
4139
4156
|
},
|
|
4140
4157
|
"name": "accountId",
|
|
4141
4158
|
"overrides": "@aws-cdk/aws-iot-alpha.IAccountAuditConfiguration",
|
|
@@ -4161,7 +4178,7 @@
|
|
|
4161
4178
|
"kind": "interface",
|
|
4162
4179
|
"locationInModule": {
|
|
4163
4180
|
"filename": "lib/audit-configuration.ts",
|
|
4164
|
-
"line":
|
|
4181
|
+
"line": 179
|
|
4165
4182
|
},
|
|
4166
4183
|
"name": "AccountAuditConfigurationProps",
|
|
4167
4184
|
"properties": [
|
|
@@ -4175,7 +4192,7 @@
|
|
|
4175
4192
|
"immutable": true,
|
|
4176
4193
|
"locationInModule": {
|
|
4177
4194
|
"filename": "lib/audit-configuration.ts",
|
|
4178
|
-
"line":
|
|
4195
|
+
"line": 192
|
|
4179
4196
|
},
|
|
4180
4197
|
"name": "checkConfiguration",
|
|
4181
4198
|
"optional": true,
|
|
@@ -4193,7 +4210,7 @@
|
|
|
4193
4210
|
"immutable": true,
|
|
4194
4211
|
"locationInModule": {
|
|
4195
4212
|
"filename": "lib/audit-configuration.ts",
|
|
4196
|
-
"line":
|
|
4213
|
+
"line": 185
|
|
4197
4214
|
},
|
|
4198
4215
|
"name": "targetTopic",
|
|
4199
4216
|
"optional": true,
|
|
@@ -4257,7 +4274,7 @@
|
|
|
4257
4274
|
"kind": "enum",
|
|
4258
4275
|
"locationInModule": {
|
|
4259
4276
|
"filename": "lib/scheduled-audit.ts",
|
|
4260
|
-
"line":
|
|
4277
|
+
"line": 45
|
|
4261
4278
|
},
|
|
4262
4279
|
"members": [
|
|
4263
4280
|
{
|
|
@@ -4383,7 +4400,7 @@
|
|
|
4383
4400
|
"kind": "interface",
|
|
4384
4401
|
"locationInModule": {
|
|
4385
4402
|
"filename": "lib/audit-configuration.ts",
|
|
4386
|
-
"line":
|
|
4403
|
+
"line": 25
|
|
4387
4404
|
},
|
|
4388
4405
|
"name": "CheckConfiguration",
|
|
4389
4406
|
"properties": [
|
|
@@ -4398,7 +4415,7 @@
|
|
|
4398
4415
|
"immutable": true,
|
|
4399
4416
|
"locationInModule": {
|
|
4400
4417
|
"filename": "lib/audit-configuration.ts",
|
|
4401
|
-
"line":
|
|
4418
|
+
"line": 34
|
|
4402
4419
|
},
|
|
4403
4420
|
"name": "authenticatedCognitoRoleOverlyPermissiveCheck",
|
|
4404
4421
|
"optional": true,
|
|
@@ -4417,7 +4434,7 @@
|
|
|
4417
4434
|
"immutable": true,
|
|
4418
4435
|
"locationInModule": {
|
|
4419
4436
|
"filename": "lib/audit-configuration.ts",
|
|
4420
|
-
"line":
|
|
4437
|
+
"line": 43
|
|
4421
4438
|
},
|
|
4422
4439
|
"name": "caCertificateExpiringCheck",
|
|
4423
4440
|
"optional": true,
|
|
@@ -4436,7 +4453,7 @@
|
|
|
4436
4453
|
"immutable": true,
|
|
4437
4454
|
"locationInModule": {
|
|
4438
4455
|
"filename": "lib/audit-configuration.ts",
|
|
4439
|
-
"line":
|
|
4456
|
+
"line": 54
|
|
4440
4457
|
},
|
|
4441
4458
|
"name": "caCertificateKeyQualityCheck",
|
|
4442
4459
|
"optional": true,
|
|
@@ -4454,7 +4471,7 @@
|
|
|
4454
4471
|
"immutable": true,
|
|
4455
4472
|
"locationInModule": {
|
|
4456
4473
|
"filename": "lib/audit-configuration.ts",
|
|
4457
|
-
"line":
|
|
4474
|
+
"line": 61
|
|
4458
4475
|
},
|
|
4459
4476
|
"name": "conflictingClientIdsCheck",
|
|
4460
4477
|
"optional": true,
|
|
@@ -4472,7 +4489,7 @@
|
|
|
4472
4489
|
"immutable": true,
|
|
4473
4490
|
"locationInModule": {
|
|
4474
4491
|
"filename": "lib/audit-configuration.ts",
|
|
4475
|
-
"line":
|
|
4492
|
+
"line": 68
|
|
4476
4493
|
},
|
|
4477
4494
|
"name": "deviceCertificateAgeCheck",
|
|
4478
4495
|
"optional": true,
|
|
@@ -4491,7 +4508,7 @@
|
|
|
4491
4508
|
"immutable": true,
|
|
4492
4509
|
"locationInModule": {
|
|
4493
4510
|
"filename": "lib/audit-configuration.ts",
|
|
4494
|
-
"line":
|
|
4511
|
+
"line": 80
|
|
4495
4512
|
},
|
|
4496
4513
|
"name": "deviceCertificateAgeCheckDuration",
|
|
4497
4514
|
"optional": true,
|
|
@@ -4510,7 +4527,7 @@
|
|
|
4510
4527
|
"immutable": true,
|
|
4511
4528
|
"locationInModule": {
|
|
4512
4529
|
"filename": "lib/audit-configuration.ts",
|
|
4513
|
-
"line":
|
|
4530
|
+
"line": 89
|
|
4514
4531
|
},
|
|
4515
4532
|
"name": "deviceCertificateExpiringCheck",
|
|
4516
4533
|
"optional": true,
|
|
@@ -4529,7 +4546,7 @@
|
|
|
4529
4546
|
"immutable": true,
|
|
4530
4547
|
"locationInModule": {
|
|
4531
4548
|
"filename": "lib/audit-configuration.ts",
|
|
4532
|
-
"line":
|
|
4549
|
+
"line": 99
|
|
4533
4550
|
},
|
|
4534
4551
|
"name": "deviceCertificateKeyQualityCheck",
|
|
4535
4552
|
"optional": true,
|
|
@@ -4547,7 +4564,7 @@
|
|
|
4547
4564
|
"immutable": true,
|
|
4548
4565
|
"locationInModule": {
|
|
4549
4566
|
"filename": "lib/audit-configuration.ts",
|
|
4550
|
-
"line":
|
|
4567
|
+
"line": 106
|
|
4551
4568
|
},
|
|
4552
4569
|
"name": "deviceCertificateSharedCheck",
|
|
4553
4570
|
"optional": true,
|
|
@@ -4565,7 +4582,7 @@
|
|
|
4565
4582
|
"immutable": true,
|
|
4566
4583
|
"locationInModule": {
|
|
4567
4584
|
"filename": "lib/audit-configuration.ts",
|
|
4568
|
-
"line":
|
|
4585
|
+
"line": 113
|
|
4569
4586
|
},
|
|
4570
4587
|
"name": "intermediateCaRevokedForActiveDeviceCertificatesCheck",
|
|
4571
4588
|
"optional": true,
|
|
@@ -4583,7 +4600,7 @@
|
|
|
4583
4600
|
"immutable": true,
|
|
4584
4601
|
"locationInModule": {
|
|
4585
4602
|
"filename": "lib/audit-configuration.ts",
|
|
4586
|
-
"line":
|
|
4603
|
+
"line": 120
|
|
4587
4604
|
},
|
|
4588
4605
|
"name": "iotPolicyOverlyPermissiveCheck",
|
|
4589
4606
|
"optional": true,
|
|
@@ -4602,7 +4619,7 @@
|
|
|
4602
4619
|
"immutable": true,
|
|
4603
4620
|
"locationInModule": {
|
|
4604
4621
|
"filename": "lib/audit-configuration.ts",
|
|
4605
|
-
"line":
|
|
4622
|
+
"line": 131
|
|
4606
4623
|
},
|
|
4607
4624
|
"name": "ioTPolicyPotentialMisConfigurationCheck",
|
|
4608
4625
|
"optional": true,
|
|
@@ -4620,7 +4637,7 @@
|
|
|
4620
4637
|
"immutable": true,
|
|
4621
4638
|
"locationInModule": {
|
|
4622
4639
|
"filename": "lib/audit-configuration.ts",
|
|
4623
|
-
"line":
|
|
4640
|
+
"line": 138
|
|
4624
4641
|
},
|
|
4625
4642
|
"name": "iotRoleAliasAllowsAccessToUnusedServicesCheck",
|
|
4626
4643
|
"optional": true,
|
|
@@ -4638,7 +4655,7 @@
|
|
|
4638
4655
|
"immutable": true,
|
|
4639
4656
|
"locationInModule": {
|
|
4640
4657
|
"filename": "lib/audit-configuration.ts",
|
|
4641
|
-
"line":
|
|
4658
|
+
"line": 145
|
|
4642
4659
|
},
|
|
4643
4660
|
"name": "iotRoleAliasOverlyPermissiveCheck",
|
|
4644
4661
|
"optional": true,
|
|
@@ -4656,7 +4673,7 @@
|
|
|
4656
4673
|
"immutable": true,
|
|
4657
4674
|
"locationInModule": {
|
|
4658
4675
|
"filename": "lib/audit-configuration.ts",
|
|
4659
|
-
"line":
|
|
4676
|
+
"line": 152
|
|
4660
4677
|
},
|
|
4661
4678
|
"name": "loggingDisabledCheck",
|
|
4662
4679
|
"optional": true,
|
|
@@ -4674,7 +4691,7 @@
|
|
|
4674
4691
|
"immutable": true,
|
|
4675
4692
|
"locationInModule": {
|
|
4676
4693
|
"filename": "lib/audit-configuration.ts",
|
|
4677
|
-
"line":
|
|
4694
|
+
"line": 159
|
|
4678
4695
|
},
|
|
4679
4696
|
"name": "revokedCaCertificateStillActiveCheck",
|
|
4680
4697
|
"optional": true,
|
|
@@ -4692,7 +4709,7 @@
|
|
|
4692
4709
|
"immutable": true,
|
|
4693
4710
|
"locationInModule": {
|
|
4694
4711
|
"filename": "lib/audit-configuration.ts",
|
|
4695
|
-
"line":
|
|
4712
|
+
"line": 166
|
|
4696
4713
|
},
|
|
4697
4714
|
"name": "revokedDeviceCertificateStillActiveCheck",
|
|
4698
4715
|
"optional": true,
|
|
@@ -4710,7 +4727,7 @@
|
|
|
4710
4727
|
"immutable": true,
|
|
4711
4728
|
"locationInModule": {
|
|
4712
4729
|
"filename": "lib/audit-configuration.ts",
|
|
4713
|
-
"line":
|
|
4730
|
+
"line": 173
|
|
4714
4731
|
},
|
|
4715
4732
|
"name": "unauthenticatedCognitoRoleOverlyPermissiveCheck",
|
|
4716
4733
|
"optional": true,
|
|
@@ -4735,7 +4752,7 @@
|
|
|
4735
4752
|
"kind": "class",
|
|
4736
4753
|
"locationInModule": {
|
|
4737
4754
|
"filename": "lib/scheduled-audit.ts",
|
|
4738
|
-
"line":
|
|
4755
|
+
"line": 179
|
|
4739
4756
|
},
|
|
4740
4757
|
"methods": [
|
|
4741
4758
|
{
|
|
@@ -4745,7 +4762,7 @@
|
|
|
4745
4762
|
},
|
|
4746
4763
|
"locationInModule": {
|
|
4747
4764
|
"filename": "lib/scheduled-audit.ts",
|
|
4748
|
-
"line":
|
|
4765
|
+
"line": 189
|
|
4749
4766
|
},
|
|
4750
4767
|
"name": "of",
|
|
4751
4768
|
"parameters": [
|
|
@@ -4778,7 +4795,7 @@
|
|
|
4778
4795
|
"immutable": true,
|
|
4779
4796
|
"locationInModule": {
|
|
4780
4797
|
"filename": "lib/scheduled-audit.ts",
|
|
4781
|
-
"line":
|
|
4798
|
+
"line": 183
|
|
4782
4799
|
},
|
|
4783
4800
|
"name": "LAST_DAY",
|
|
4784
4801
|
"static": true,
|
|
@@ -4794,7 +4811,7 @@
|
|
|
4794
4811
|
"immutable": true,
|
|
4795
4812
|
"locationInModule": {
|
|
4796
4813
|
"filename": "lib/scheduled-audit.ts",
|
|
4797
|
-
"line":
|
|
4814
|
+
"line": 203
|
|
4798
4815
|
},
|
|
4799
4816
|
"name": "day",
|
|
4800
4817
|
"type": {
|
|
@@ -4818,7 +4835,7 @@
|
|
|
4818
4835
|
"kind": "enum",
|
|
4819
4836
|
"locationInModule": {
|
|
4820
4837
|
"filename": "lib/scheduled-audit.ts",
|
|
4821
|
-
"line":
|
|
4838
|
+
"line": 134
|
|
4822
4839
|
},
|
|
4823
4840
|
"members": [
|
|
4824
4841
|
{
|
|
@@ -4895,7 +4912,7 @@
|
|
|
4895
4912
|
"kind": "enum",
|
|
4896
4913
|
"locationInModule": {
|
|
4897
4914
|
"filename": "lib/scheduled-audit.ts",
|
|
4898
|
-
"line":
|
|
4915
|
+
"line": 209
|
|
4899
4916
|
},
|
|
4900
4917
|
"members": [
|
|
4901
4918
|
{
|
|
@@ -4943,7 +4960,7 @@
|
|
|
4943
4960
|
"kind": "interface",
|
|
4944
4961
|
"locationInModule": {
|
|
4945
4962
|
"filename": "lib/audit-configuration.ts",
|
|
4946
|
-
"line":
|
|
4963
|
+
"line": 12
|
|
4947
4964
|
},
|
|
4948
4965
|
"name": "IAccountAuditConfiguration",
|
|
4949
4966
|
"properties": [
|
|
@@ -4959,7 +4976,7 @@
|
|
|
4959
4976
|
"immutable": true,
|
|
4960
4977
|
"locationInModule": {
|
|
4961
4978
|
"filename": "lib/audit-configuration.ts",
|
|
4962
|
-
"line":
|
|
4979
|
+
"line": 17
|
|
4963
4980
|
},
|
|
4964
4981
|
"name": "accountId",
|
|
4965
4982
|
"type": {
|
|
@@ -4997,7 +5014,7 @@
|
|
|
4997
5014
|
"kind": "interface",
|
|
4998
5015
|
"locationInModule": {
|
|
4999
5016
|
"filename": "lib/logging.ts",
|
|
5000
|
-
"line":
|
|
5017
|
+
"line": 11
|
|
5001
5018
|
},
|
|
5002
5019
|
"name": "ILogging",
|
|
5003
5020
|
"properties": [
|
|
@@ -5013,7 +5030,7 @@
|
|
|
5013
5030
|
"immutable": true,
|
|
5014
5031
|
"locationInModule": {
|
|
5015
5032
|
"filename": "lib/logging.ts",
|
|
5016
|
-
"line":
|
|
5033
|
+
"line": 16
|
|
5017
5034
|
},
|
|
5018
5035
|
"name": "logId",
|
|
5019
5036
|
"type": {
|
|
@@ -5036,7 +5053,7 @@
|
|
|
5036
5053
|
"kind": "interface",
|
|
5037
5054
|
"locationInModule": {
|
|
5038
5055
|
"filename": "lib/scheduled-audit.ts",
|
|
5039
|
-
"line":
|
|
5056
|
+
"line": 11
|
|
5040
5057
|
},
|
|
5041
5058
|
"name": "IScheduledAudit",
|
|
5042
5059
|
"properties": [
|
|
@@ -5052,7 +5069,7 @@
|
|
|
5052
5069
|
"immutable": true,
|
|
5053
5070
|
"locationInModule": {
|
|
5054
5071
|
"filename": "lib/scheduled-audit.ts",
|
|
5055
|
-
"line":
|
|
5072
|
+
"line": 22
|
|
5056
5073
|
},
|
|
5057
5074
|
"name": "scheduledAuditArn",
|
|
5058
5075
|
"type": {
|
|
@@ -5071,7 +5088,7 @@
|
|
|
5071
5088
|
"immutable": true,
|
|
5072
5089
|
"locationInModule": {
|
|
5073
5090
|
"filename": "lib/scheduled-audit.ts",
|
|
5074
|
-
"line":
|
|
5091
|
+
"line": 16
|
|
5075
5092
|
},
|
|
5076
5093
|
"name": "scheduledAuditName",
|
|
5077
5094
|
"type": {
|
|
@@ -5094,7 +5111,7 @@
|
|
|
5094
5111
|
"kind": "interface",
|
|
5095
5112
|
"locationInModule": {
|
|
5096
5113
|
"filename": "lib/topic-rule.ts",
|
|
5097
|
-
"line":
|
|
5114
|
+
"line": 12
|
|
5098
5115
|
},
|
|
5099
5116
|
"name": "ITopicRule",
|
|
5100
5117
|
"properties": [
|
|
@@ -5110,7 +5127,7 @@
|
|
|
5110
5127
|
"immutable": true,
|
|
5111
5128
|
"locationInModule": {
|
|
5112
5129
|
"filename": "lib/topic-rule.ts",
|
|
5113
|
-
"line":
|
|
5130
|
+
"line": 19
|
|
5114
5131
|
},
|
|
5115
5132
|
"name": "topicRuleArn",
|
|
5116
5133
|
"type": {
|
|
@@ -5129,7 +5146,7 @@
|
|
|
5129
5146
|
"immutable": true,
|
|
5130
5147
|
"locationInModule": {
|
|
5131
5148
|
"filename": "lib/topic-rule.ts",
|
|
5132
|
-
"line":
|
|
5149
|
+
"line": 26
|
|
5133
5150
|
},
|
|
5134
5151
|
"name": "topicRuleName",
|
|
5135
5152
|
"type": {
|
|
@@ -5347,7 +5364,7 @@
|
|
|
5347
5364
|
"kind": "enum",
|
|
5348
5365
|
"locationInModule": {
|
|
5349
5366
|
"filename": "lib/logging.ts",
|
|
5350
|
-
"line":
|
|
5367
|
+
"line": 22
|
|
5351
5368
|
},
|
|
5352
5369
|
"members": [
|
|
5353
5370
|
{
|
|
@@ -5411,7 +5428,7 @@
|
|
|
5411
5428
|
},
|
|
5412
5429
|
"locationInModule": {
|
|
5413
5430
|
"filename": "lib/logging.ts",
|
|
5414
|
-
"line":
|
|
5431
|
+
"line": 97
|
|
5415
5432
|
},
|
|
5416
5433
|
"parameters": [
|
|
5417
5434
|
{
|
|
@@ -5441,7 +5458,7 @@
|
|
|
5441
5458
|
"kind": "class",
|
|
5442
5459
|
"locationInModule": {
|
|
5443
5460
|
"filename": "lib/logging.ts",
|
|
5444
|
-
"line":
|
|
5461
|
+
"line": 72
|
|
5445
5462
|
},
|
|
5446
5463
|
"methods": [
|
|
5447
5464
|
{
|
|
@@ -5451,7 +5468,7 @@
|
|
|
5451
5468
|
},
|
|
5452
5469
|
"locationInModule": {
|
|
5453
5470
|
"filename": "lib/logging.ts",
|
|
5454
|
-
"line":
|
|
5471
|
+
"line": 84
|
|
5455
5472
|
},
|
|
5456
5473
|
"name": "fromLogId",
|
|
5457
5474
|
"parameters": [
|
|
@@ -5493,6 +5510,23 @@
|
|
|
5493
5510
|
],
|
|
5494
5511
|
"name": "Logging",
|
|
5495
5512
|
"properties": [
|
|
5513
|
+
{
|
|
5514
|
+
"const": true,
|
|
5515
|
+
"docs": {
|
|
5516
|
+
"stability": "experimental",
|
|
5517
|
+
"summary": "Uniquely identifies this class."
|
|
5518
|
+
},
|
|
5519
|
+
"immutable": true,
|
|
5520
|
+
"locationInModule": {
|
|
5521
|
+
"filename": "lib/logging.ts",
|
|
5522
|
+
"line": 75
|
|
5523
|
+
},
|
|
5524
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
5525
|
+
"static": true,
|
|
5526
|
+
"type": {
|
|
5527
|
+
"primitive": "string"
|
|
5528
|
+
}
|
|
5529
|
+
},
|
|
5496
5530
|
{
|
|
5497
5531
|
"docs": {
|
|
5498
5532
|
"custom": {
|
|
@@ -5504,7 +5538,7 @@
|
|
|
5504
5538
|
"immutable": true,
|
|
5505
5539
|
"locationInModule": {
|
|
5506
5540
|
"filename": "lib/logging.ts",
|
|
5507
|
-
"line":
|
|
5541
|
+
"line": 95
|
|
5508
5542
|
},
|
|
5509
5543
|
"name": "logId",
|
|
5510
5544
|
"overrides": "@aws-cdk/aws-iot-alpha.ILogging",
|
|
@@ -5530,7 +5564,7 @@
|
|
|
5530
5564
|
"kind": "interface",
|
|
5531
5565
|
"locationInModule": {
|
|
5532
5566
|
"filename": "lib/logging.ts",
|
|
5533
|
-
"line":
|
|
5567
|
+
"line": 60
|
|
5534
5568
|
},
|
|
5535
5569
|
"name": "LoggingProps",
|
|
5536
5570
|
"properties": [
|
|
@@ -5544,7 +5578,7 @@
|
|
|
5544
5578
|
"immutable": true,
|
|
5545
5579
|
"locationInModule": {
|
|
5546
5580
|
"filename": "lib/logging.ts",
|
|
5547
|
-
"line":
|
|
5581
|
+
"line": 66
|
|
5548
5582
|
},
|
|
5549
5583
|
"name": "logLevel",
|
|
5550
5584
|
"optional": true,
|
|
@@ -5573,7 +5607,7 @@
|
|
|
5573
5607
|
},
|
|
5574
5608
|
"locationInModule": {
|
|
5575
5609
|
"filename": "lib/scheduled-audit.ts",
|
|
5576
|
-
"line":
|
|
5610
|
+
"line": 329
|
|
5577
5611
|
},
|
|
5578
5612
|
"parameters": [
|
|
5579
5613
|
{
|
|
@@ -5602,7 +5636,7 @@
|
|
|
5602
5636
|
"kind": "class",
|
|
5603
5637
|
"locationInModule": {
|
|
5604
5638
|
"filename": "lib/scheduled-audit.ts",
|
|
5605
|
-
"line":
|
|
5639
|
+
"line": 281
|
|
5606
5640
|
},
|
|
5607
5641
|
"methods": [
|
|
5608
5642
|
{
|
|
@@ -5612,7 +5646,7 @@
|
|
|
5612
5646
|
},
|
|
5613
5647
|
"locationInModule": {
|
|
5614
5648
|
"filename": "lib/scheduled-audit.ts",
|
|
5615
|
-
"line":
|
|
5649
|
+
"line": 293
|
|
5616
5650
|
},
|
|
5617
5651
|
"name": "fromScheduledAuditArn",
|
|
5618
5652
|
"parameters": [
|
|
@@ -5658,7 +5692,7 @@
|
|
|
5658
5692
|
},
|
|
5659
5693
|
"locationInModule": {
|
|
5660
5694
|
"filename": "lib/scheduled-audit.ts",
|
|
5661
|
-
"line":
|
|
5695
|
+
"line": 309
|
|
5662
5696
|
},
|
|
5663
5697
|
"name": "fromScheduledAuditAttributes",
|
|
5664
5698
|
"parameters": [
|
|
@@ -5700,6 +5734,23 @@
|
|
|
5700
5734
|
],
|
|
5701
5735
|
"name": "ScheduledAudit",
|
|
5702
5736
|
"properties": [
|
|
5737
|
+
{
|
|
5738
|
+
"const": true,
|
|
5739
|
+
"docs": {
|
|
5740
|
+
"stability": "experimental",
|
|
5741
|
+
"summary": "Uniquely identifies this class."
|
|
5742
|
+
},
|
|
5743
|
+
"immutable": true,
|
|
5744
|
+
"locationInModule": {
|
|
5745
|
+
"filename": "lib/scheduled-audit.ts",
|
|
5746
|
+
"line": 284
|
|
5747
|
+
},
|
|
5748
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
5749
|
+
"static": true,
|
|
5750
|
+
"type": {
|
|
5751
|
+
"primitive": "string"
|
|
5752
|
+
}
|
|
5753
|
+
},
|
|
5703
5754
|
{
|
|
5704
5755
|
"docs": {
|
|
5705
5756
|
"custom": {
|
|
@@ -5711,7 +5762,7 @@
|
|
|
5711
5762
|
"immutable": true,
|
|
5712
5763
|
"locationInModule": {
|
|
5713
5764
|
"filename": "lib/scheduled-audit.ts",
|
|
5714
|
-
"line":
|
|
5765
|
+
"line": 327
|
|
5715
5766
|
},
|
|
5716
5767
|
"name": "scheduledAuditArn",
|
|
5717
5768
|
"overrides": "@aws-cdk/aws-iot-alpha.IScheduledAudit",
|
|
@@ -5730,7 +5781,7 @@
|
|
|
5730
5781
|
"immutable": true,
|
|
5731
5782
|
"locationInModule": {
|
|
5732
5783
|
"filename": "lib/scheduled-audit.ts",
|
|
5733
|
-
"line":
|
|
5784
|
+
"line": 321
|
|
5734
5785
|
},
|
|
5735
5786
|
"name": "scheduledAuditName",
|
|
5736
5787
|
"overrides": "@aws-cdk/aws-iot-alpha.IScheduledAudit",
|
|
@@ -5756,7 +5807,7 @@
|
|
|
5756
5807
|
"kind": "interface",
|
|
5757
5808
|
"locationInModule": {
|
|
5758
5809
|
"filename": "lib/scheduled-audit.ts",
|
|
5759
|
-
"line":
|
|
5810
|
+
"line": 28
|
|
5760
5811
|
},
|
|
5761
5812
|
"name": "ScheduledAuditAttributes",
|
|
5762
5813
|
"properties": [
|
|
@@ -5769,7 +5820,7 @@
|
|
|
5769
5820
|
"immutable": true,
|
|
5770
5821
|
"locationInModule": {
|
|
5771
5822
|
"filename": "lib/scheduled-audit.ts",
|
|
5772
|
-
"line":
|
|
5823
|
+
"line": 37
|
|
5773
5824
|
},
|
|
5774
5825
|
"name": "scheduledAuditArn",
|
|
5775
5826
|
"type": {
|
|
@@ -5785,7 +5836,7 @@
|
|
|
5785
5836
|
"immutable": true,
|
|
5786
5837
|
"locationInModule": {
|
|
5787
5838
|
"filename": "lib/scheduled-audit.ts",
|
|
5788
|
-
"line":
|
|
5839
|
+
"line": 32
|
|
5789
5840
|
},
|
|
5790
5841
|
"name": "scheduledAuditName",
|
|
5791
5842
|
"type": {
|
|
@@ -5810,7 +5861,7 @@
|
|
|
5810
5861
|
"kind": "interface",
|
|
5811
5862
|
"locationInModule": {
|
|
5812
5863
|
"filename": "lib/scheduled-audit.ts",
|
|
5813
|
-
"line":
|
|
5864
|
+
"line": 234
|
|
5814
5865
|
},
|
|
5815
5866
|
"name": "ScheduledAuditProps",
|
|
5816
5867
|
"properties": [
|
|
@@ -5824,7 +5875,7 @@
|
|
|
5824
5875
|
"immutable": true,
|
|
5825
5876
|
"locationInModule": {
|
|
5826
5877
|
"filename": "lib/scheduled-audit.ts",
|
|
5827
|
-
"line":
|
|
5878
|
+
"line": 247
|
|
5828
5879
|
},
|
|
5829
5880
|
"name": "accountAuditConfiguration",
|
|
5830
5881
|
"type": {
|
|
@@ -5841,7 +5892,7 @@
|
|
|
5841
5892
|
"immutable": true,
|
|
5842
5893
|
"locationInModule": {
|
|
5843
5894
|
"filename": "lib/scheduled-audit.ts",
|
|
5844
|
-
"line":
|
|
5895
|
+
"line": 240
|
|
5845
5896
|
},
|
|
5846
5897
|
"name": "auditChecks",
|
|
5847
5898
|
"type": {
|
|
@@ -5862,7 +5913,7 @@
|
|
|
5862
5913
|
"immutable": true,
|
|
5863
5914
|
"locationInModule": {
|
|
5864
5915
|
"filename": "lib/scheduled-audit.ts",
|
|
5865
|
-
"line":
|
|
5916
|
+
"line": 268
|
|
5866
5917
|
},
|
|
5867
5918
|
"name": "frequency",
|
|
5868
5919
|
"type": {
|
|
@@ -5880,7 +5931,7 @@
|
|
|
5880
5931
|
"immutable": true,
|
|
5881
5932
|
"locationInModule": {
|
|
5882
5933
|
"filename": "lib/scheduled-audit.ts",
|
|
5883
|
-
"line":
|
|
5934
|
+
"line": 263
|
|
5884
5935
|
},
|
|
5885
5936
|
"name": "dayOfMonth",
|
|
5886
5937
|
"optional": true,
|
|
@@ -5898,7 +5949,7 @@
|
|
|
5898
5949
|
"immutable": true,
|
|
5899
5950
|
"locationInModule": {
|
|
5900
5951
|
"filename": "lib/scheduled-audit.ts",
|
|
5901
|
-
"line":
|
|
5952
|
+
"line": 254
|
|
5902
5953
|
},
|
|
5903
5954
|
"name": "dayOfWeek",
|
|
5904
5955
|
"optional": true,
|
|
@@ -5916,7 +5967,7 @@
|
|
|
5916
5967
|
"immutable": true,
|
|
5917
5968
|
"locationInModule": {
|
|
5918
5969
|
"filename": "lib/scheduled-audit.ts",
|
|
5919
|
-
"line":
|
|
5970
|
+
"line": 275
|
|
5920
5971
|
},
|
|
5921
5972
|
"name": "scheduledAuditName",
|
|
5922
5973
|
"optional": true,
|
|
@@ -5945,7 +5996,7 @@
|
|
|
5945
5996
|
},
|
|
5946
5997
|
"locationInModule": {
|
|
5947
5998
|
"filename": "lib/topic-rule.ts",
|
|
5948
|
-
"line":
|
|
5999
|
+
"line": 120
|
|
5949
6000
|
},
|
|
5950
6001
|
"parameters": [
|
|
5951
6002
|
{
|
|
@@ -5974,7 +6025,7 @@
|
|
|
5974
6025
|
"kind": "class",
|
|
5975
6026
|
"locationInModule": {
|
|
5976
6027
|
"filename": "lib/topic-rule.ts",
|
|
5977
|
-
"line":
|
|
6028
|
+
"line": 78
|
|
5978
6029
|
},
|
|
5979
6030
|
"methods": [
|
|
5980
6031
|
{
|
|
@@ -5984,7 +6035,7 @@
|
|
|
5984
6035
|
},
|
|
5985
6036
|
"locationInModule": {
|
|
5986
6037
|
"filename": "lib/topic-rule.ts",
|
|
5987
|
-
"line":
|
|
6038
|
+
"line": 90
|
|
5988
6039
|
},
|
|
5989
6040
|
"name": "fromTopicRuleArn",
|
|
5990
6041
|
"parameters": [
|
|
@@ -6030,7 +6081,7 @@
|
|
|
6030
6081
|
},
|
|
6031
6082
|
"locationInModule": {
|
|
6032
6083
|
"filename": "lib/topic-rule.ts",
|
|
6033
|
-
"line":
|
|
6084
|
+
"line": 158
|
|
6034
6085
|
},
|
|
6035
6086
|
"name": "addAction",
|
|
6036
6087
|
"parameters": [
|
|
@@ -6048,6 +6099,23 @@
|
|
|
6048
6099
|
],
|
|
6049
6100
|
"name": "TopicRule",
|
|
6050
6101
|
"properties": [
|
|
6102
|
+
{
|
|
6103
|
+
"const": true,
|
|
6104
|
+
"docs": {
|
|
6105
|
+
"stability": "experimental",
|
|
6106
|
+
"summary": "Uniquely identifies this class."
|
|
6107
|
+
},
|
|
6108
|
+
"immutable": true,
|
|
6109
|
+
"locationInModule": {
|
|
6110
|
+
"filename": "lib/topic-rule.ts",
|
|
6111
|
+
"line": 81
|
|
6112
|
+
},
|
|
6113
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
6114
|
+
"static": true,
|
|
6115
|
+
"type": {
|
|
6116
|
+
"primitive": "string"
|
|
6117
|
+
}
|
|
6118
|
+
},
|
|
6051
6119
|
{
|
|
6052
6120
|
"docs": {
|
|
6053
6121
|
"custom": {
|
|
@@ -6059,7 +6127,7 @@
|
|
|
6059
6127
|
"immutable": true,
|
|
6060
6128
|
"locationInModule": {
|
|
6061
6129
|
"filename": "lib/topic-rule.ts",
|
|
6062
|
-
"line":
|
|
6130
|
+
"line": 110
|
|
6063
6131
|
},
|
|
6064
6132
|
"name": "topicRuleArn",
|
|
6065
6133
|
"overrides": "@aws-cdk/aws-iot-alpha.ITopicRule",
|
|
@@ -6078,7 +6146,7 @@
|
|
|
6078
6146
|
"immutable": true,
|
|
6079
6147
|
"locationInModule": {
|
|
6080
6148
|
"filename": "lib/topic-rule.ts",
|
|
6081
|
-
"line":
|
|
6149
|
+
"line": 116
|
|
6082
6150
|
},
|
|
6083
6151
|
"name": "topicRuleName",
|
|
6084
6152
|
"overrides": "@aws-cdk/aws-iot-alpha.ITopicRule",
|
|
@@ -6104,7 +6172,7 @@
|
|
|
6104
6172
|
"kind": "interface",
|
|
6105
6173
|
"locationInModule": {
|
|
6106
6174
|
"filename": "lib/topic-rule.ts",
|
|
6107
|
-
"line":
|
|
6175
|
+
"line": 32
|
|
6108
6176
|
},
|
|
6109
6177
|
"name": "TopicRuleProps",
|
|
6110
6178
|
"properties": [
|
|
@@ -6118,7 +6186,7 @@
|
|
|
6118
6186
|
"immutable": true,
|
|
6119
6187
|
"locationInModule": {
|
|
6120
6188
|
"filename": "lib/topic-rule.ts",
|
|
6121
|
-
"line":
|
|
6189
|
+
"line": 72
|
|
6122
6190
|
},
|
|
6123
6191
|
"name": "sql",
|
|
6124
6192
|
"type": {
|
|
@@ -6135,7 +6203,7 @@
|
|
|
6135
6203
|
"immutable": true,
|
|
6136
6204
|
"locationInModule": {
|
|
6137
6205
|
"filename": "lib/topic-rule.ts",
|
|
6138
|
-
"line":
|
|
6206
|
+
"line": 44
|
|
6139
6207
|
},
|
|
6140
6208
|
"name": "actions",
|
|
6141
6209
|
"optional": true,
|
|
@@ -6158,7 +6226,7 @@
|
|
|
6158
6226
|
"immutable": true,
|
|
6159
6227
|
"locationInModule": {
|
|
6160
6228
|
"filename": "lib/topic-rule.ts",
|
|
6161
|
-
"line":
|
|
6229
|
+
"line": 51
|
|
6162
6230
|
},
|
|
6163
6231
|
"name": "description",
|
|
6164
6232
|
"optional": true,
|
|
@@ -6176,7 +6244,7 @@
|
|
|
6176
6244
|
"immutable": true,
|
|
6177
6245
|
"locationInModule": {
|
|
6178
6246
|
"filename": "lib/topic-rule.ts",
|
|
6179
|
-
"line":
|
|
6247
|
+
"line": 65
|
|
6180
6248
|
},
|
|
6181
6249
|
"name": "enabled",
|
|
6182
6250
|
"optional": true,
|
|
@@ -6194,7 +6262,7 @@
|
|
|
6194
6262
|
"immutable": true,
|
|
6195
6263
|
"locationInModule": {
|
|
6196
6264
|
"filename": "lib/topic-rule.ts",
|
|
6197
|
-
"line":
|
|
6265
|
+
"line": 58
|
|
6198
6266
|
},
|
|
6199
6267
|
"name": "errorAction",
|
|
6200
6268
|
"optional": true,
|
|
@@ -6212,7 +6280,7 @@
|
|
|
6212
6280
|
"immutable": true,
|
|
6213
6281
|
"locationInModule": {
|
|
6214
6282
|
"filename": "lib/topic-rule.ts",
|
|
6215
|
-
"line":
|
|
6283
|
+
"line": 37
|
|
6216
6284
|
},
|
|
6217
6285
|
"name": "topicRuleName",
|
|
6218
6286
|
"optional": true,
|
|
@@ -6224,6 +6292,6 @@
|
|
|
6224
6292
|
"symbolId": "lib/topic-rule:TopicRuleProps"
|
|
6225
6293
|
}
|
|
6226
6294
|
},
|
|
6227
|
-
"version": "2.
|
|
6295
|
+
"version": "2.196.0-alpha.0",
|
|
6228
6296
|
"fingerprint": "**********"
|
|
6229
6297
|
}
|