@intentius/chant-lexicon-aws 0.0.10 → 0.0.12
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/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +345 -182
- package/dist/types/index.d.ts +626 -459
- package/package.json +2 -2
- package/src/codegen/docs.ts +42 -0
- package/src/composites/alb-shared.ts +117 -0
- package/src/composites/composites.test.ts +193 -0
- package/src/composites/ecs-trust-policy.ts +10 -0
- package/src/composites/fargate-alb.ts +1 -11
- package/src/composites/fargate-service.ts +233 -0
- package/src/composites/index.ts +4 -0
- package/src/generated/index.d.ts +626 -459
- package/src/generated/index.ts +36 -17
- package/src/generated/lexicon-aws.json +345 -182
- package/src/index.ts +2 -2
package/dist/meta.json
CHANGED
|
@@ -11625,52 +11625,6 @@
|
|
|
11625
11625
|
"kind": "property",
|
|
11626
11626
|
"lexicon": "aws"
|
|
11627
11627
|
},
|
|
11628
|
-
"AutomationRule": {
|
|
11629
|
-
"resourceType": "AWS::SecurityHub::AutomationRule",
|
|
11630
|
-
"kind": "resource",
|
|
11631
|
-
"lexicon": "aws",
|
|
11632
|
-
"attrs": {
|
|
11633
|
-
"RuleArn": "RuleArn",
|
|
11634
|
-
"CreatedAt": "CreatedAt",
|
|
11635
|
-
"UpdatedAt": "UpdatedAt",
|
|
11636
|
-
"CreatedBy": "CreatedBy"
|
|
11637
|
-
},
|
|
11638
|
-
"propertyConstraints": {
|
|
11639
|
-
"RuleArn": {
|
|
11640
|
-
"pattern": "arn:aws\\S*:securityhub:\\S*"
|
|
11641
|
-
},
|
|
11642
|
-
"RuleStatus": {
|
|
11643
|
-
"enum": [
|
|
11644
|
-
"ENABLED",
|
|
11645
|
-
"DISABLED"
|
|
11646
|
-
]
|
|
11647
|
-
},
|
|
11648
|
-
"RuleOrder": {
|
|
11649
|
-
"minimum": 1,
|
|
11650
|
-
"maximum": 1000
|
|
11651
|
-
},
|
|
11652
|
-
"Description": {
|
|
11653
|
-
"minLength": 1,
|
|
11654
|
-
"maxLength": 1024
|
|
11655
|
-
},
|
|
11656
|
-
"RuleName": {
|
|
11657
|
-
"minLength": 1,
|
|
11658
|
-
"maxLength": 256
|
|
11659
|
-
},
|
|
11660
|
-
"CreatedBy": {
|
|
11661
|
-
"minLength": 1,
|
|
11662
|
-
"maxLength": 256
|
|
11663
|
-
}
|
|
11664
|
-
},
|
|
11665
|
-
"primaryIdentifier": [
|
|
11666
|
-
"RuleArn"
|
|
11667
|
-
],
|
|
11668
|
-
"tagging": {
|
|
11669
|
-
"taggable": true,
|
|
11670
|
-
"tagOnCreate": true,
|
|
11671
|
-
"tagUpdatable": true
|
|
11672
|
-
}
|
|
11673
|
-
},
|
|
11674
11628
|
"AutomationRuleV2": {
|
|
11675
11629
|
"resourceType": "AWS::SecurityHub::AutomationRuleV2",
|
|
11676
11630
|
"kind": "resource",
|
|
@@ -11803,71 +11757,6 @@
|
|
|
11803
11757
|
"kind": "property",
|
|
11804
11758
|
"lexicon": "aws"
|
|
11805
11759
|
},
|
|
11806
|
-
"AutomationRule_AutomationRulesAction": {
|
|
11807
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesAction",
|
|
11808
|
-
"kind": "property",
|
|
11809
|
-
"lexicon": "aws"
|
|
11810
|
-
},
|
|
11811
|
-
"AutomationRule_AutomationRulesFindingFieldsUpdate": {
|
|
11812
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesFindingFieldsUpdate",
|
|
11813
|
-
"kind": "property",
|
|
11814
|
-
"lexicon": "aws"
|
|
11815
|
-
},
|
|
11816
|
-
"AutomationRule_AutomationRulesFindingFilters": {
|
|
11817
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesFindingFilters",
|
|
11818
|
-
"kind": "property",
|
|
11819
|
-
"lexicon": "aws"
|
|
11820
|
-
},
|
|
11821
|
-
"AutomationRule_BooleanFilter": {
|
|
11822
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.BooleanFilter",
|
|
11823
|
-
"kind": "property",
|
|
11824
|
-
"lexicon": "aws"
|
|
11825
|
-
},
|
|
11826
|
-
"AutomationRule_DateFilter": {
|
|
11827
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.DateFilter",
|
|
11828
|
-
"kind": "property",
|
|
11829
|
-
"lexicon": "aws"
|
|
11830
|
-
},
|
|
11831
|
-
"AutomationRule_DateRange": {
|
|
11832
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.DateRange",
|
|
11833
|
-
"kind": "property",
|
|
11834
|
-
"lexicon": "aws"
|
|
11835
|
-
},
|
|
11836
|
-
"AutomationRule_MapFilter": {
|
|
11837
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.MapFilter",
|
|
11838
|
-
"kind": "property",
|
|
11839
|
-
"lexicon": "aws"
|
|
11840
|
-
},
|
|
11841
|
-
"AutomationRule_NoteUpdate": {
|
|
11842
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.NoteUpdate",
|
|
11843
|
-
"kind": "property",
|
|
11844
|
-
"lexicon": "aws"
|
|
11845
|
-
},
|
|
11846
|
-
"AutomationRule_NumberFilter": {
|
|
11847
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.NumberFilter",
|
|
11848
|
-
"kind": "property",
|
|
11849
|
-
"lexicon": "aws"
|
|
11850
|
-
},
|
|
11851
|
-
"AutomationRule_RelatedFinding": {
|
|
11852
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.RelatedFinding",
|
|
11853
|
-
"kind": "property",
|
|
11854
|
-
"lexicon": "aws"
|
|
11855
|
-
},
|
|
11856
|
-
"AutomationRule_SeverityUpdate": {
|
|
11857
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.SeverityUpdate",
|
|
11858
|
-
"kind": "property",
|
|
11859
|
-
"lexicon": "aws"
|
|
11860
|
-
},
|
|
11861
|
-
"AutomationRule_StringFilter": {
|
|
11862
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.StringFilter",
|
|
11863
|
-
"kind": "property",
|
|
11864
|
-
"lexicon": "aws"
|
|
11865
|
-
},
|
|
11866
|
-
"AutomationRule_WorkflowUpdate": {
|
|
11867
|
-
"resourceType": "AWS::SecurityHub::AutomationRule.WorkflowUpdate",
|
|
11868
|
-
"kind": "property",
|
|
11869
|
-
"lexicon": "aws"
|
|
11870
|
-
},
|
|
11871
11760
|
"AutomationRulesAction": {
|
|
11872
11761
|
"resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesAction",
|
|
11873
11762
|
"kind": "property",
|
|
@@ -16597,6 +16486,11 @@
|
|
|
16597
16486
|
"kind": "property",
|
|
16598
16487
|
"lexicon": "aws"
|
|
16599
16488
|
},
|
|
16489
|
+
"CapacityLimits": {
|
|
16490
|
+
"resourceType": "AWS::OpenSearchServerless::CollectionGroup.CapacityLimits",
|
|
16491
|
+
"kind": "property",
|
|
16492
|
+
"lexicon": "aws"
|
|
16493
|
+
},
|
|
16600
16494
|
"CapacityManagerDataExport": {
|
|
16601
16495
|
"resourceType": "AWS::EC2::CapacityManagerDataExport",
|
|
16602
16496
|
"kind": "resource",
|
|
@@ -20541,6 +20435,57 @@
|
|
|
20541
20435
|
"kind": "property",
|
|
20542
20436
|
"lexicon": "aws"
|
|
20543
20437
|
},
|
|
20438
|
+
"CollectionGroup": {
|
|
20439
|
+
"resourceType": "AWS::OpenSearchServerless::CollectionGroup",
|
|
20440
|
+
"kind": "resource",
|
|
20441
|
+
"lexicon": "aws",
|
|
20442
|
+
"attrs": {
|
|
20443
|
+
"Id": "Id",
|
|
20444
|
+
"Arn": "Arn"
|
|
20445
|
+
},
|
|
20446
|
+
"propertyConstraints": {
|
|
20447
|
+
"Name": {
|
|
20448
|
+
"pattern": "^[a-z][a-z0-9-]{2,31}$",
|
|
20449
|
+
"minLength": 3,
|
|
20450
|
+
"maxLength": 32
|
|
20451
|
+
},
|
|
20452
|
+
"Id": {
|
|
20453
|
+
"minLength": 3,
|
|
20454
|
+
"maxLength": 40
|
|
20455
|
+
},
|
|
20456
|
+
"Description": {
|
|
20457
|
+
"maxLength": 1000
|
|
20458
|
+
},
|
|
20459
|
+
"StandbyReplicas": {
|
|
20460
|
+
"enum": [
|
|
20461
|
+
"ENABLED",
|
|
20462
|
+
"DISABLED"
|
|
20463
|
+
]
|
|
20464
|
+
}
|
|
20465
|
+
},
|
|
20466
|
+
"createOnly": [
|
|
20467
|
+
"Name",
|
|
20468
|
+
"StandbyReplicas"
|
|
20469
|
+
],
|
|
20470
|
+
"primaryIdentifier": [
|
|
20471
|
+
"Id"
|
|
20472
|
+
],
|
|
20473
|
+
"tagging": {
|
|
20474
|
+
"taggable": true,
|
|
20475
|
+
"tagOnCreate": true,
|
|
20476
|
+
"tagUpdatable": true
|
|
20477
|
+
}
|
|
20478
|
+
},
|
|
20479
|
+
"CollectionGroup_CapacityLimits": {
|
|
20480
|
+
"resourceType": "AWS::OpenSearchServerless::CollectionGroup.CapacityLimits",
|
|
20481
|
+
"kind": "property",
|
|
20482
|
+
"lexicon": "aws"
|
|
20483
|
+
},
|
|
20484
|
+
"CollectionGroup_Tag": {
|
|
20485
|
+
"resourceType": "AWS::OpenSearchServerless::CollectionGroup.Tag",
|
|
20486
|
+
"kind": "property",
|
|
20487
|
+
"lexicon": "aws"
|
|
20488
|
+
},
|
|
20544
20489
|
"CollectiveConstant": {
|
|
20545
20490
|
"resourceType": "AWS::QuickSight::Topic.CollectiveConstant",
|
|
20546
20491
|
"kind": "property",
|
|
@@ -21360,6 +21305,103 @@
|
|
|
21360
21305
|
"kind": "property",
|
|
21361
21306
|
"lexicon": "aws"
|
|
21362
21307
|
},
|
|
21308
|
+
"ComputeOptimizerAutomationRule": {
|
|
21309
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule",
|
|
21310
|
+
"kind": "resource",
|
|
21311
|
+
"lexicon": "aws",
|
|
21312
|
+
"attrs": {
|
|
21313
|
+
"RuleArn": "RuleArn",
|
|
21314
|
+
"RuleId": "RuleId",
|
|
21315
|
+
"RuleRevision": "RuleRevision",
|
|
21316
|
+
"AccountId": "AccountId",
|
|
21317
|
+
"CreatedTimestamp": "CreatedTimestamp",
|
|
21318
|
+
"LastUpdatedTimestamp": "LastUpdatedTimestamp"
|
|
21319
|
+
},
|
|
21320
|
+
"propertyConstraints": {
|
|
21321
|
+
"RuleId": {
|
|
21322
|
+
"pattern": "^[0-9A-Za-z]{16}$"
|
|
21323
|
+
},
|
|
21324
|
+
"Name": {
|
|
21325
|
+
"pattern": "^[a-zA-Z0-9_-]*$",
|
|
21326
|
+
"minLength": 0,
|
|
21327
|
+
"maxLength": 128
|
|
21328
|
+
},
|
|
21329
|
+
"Description": {
|
|
21330
|
+
"pattern": "^[a-zA-Z0-9_\\-\\s@\\.]*$",
|
|
21331
|
+
"minLength": 0,
|
|
21332
|
+
"maxLength": 1024
|
|
21333
|
+
},
|
|
21334
|
+
"RuleType": {
|
|
21335
|
+
"enum": [
|
|
21336
|
+
"AccountRule",
|
|
21337
|
+
"OrganizationRule"
|
|
21338
|
+
]
|
|
21339
|
+
},
|
|
21340
|
+
"AccountId": {
|
|
21341
|
+
"pattern": "^[0-9]{12}$"
|
|
21342
|
+
},
|
|
21343
|
+
"Status": {
|
|
21344
|
+
"enum": [
|
|
21345
|
+
"Active",
|
|
21346
|
+
"Inactive"
|
|
21347
|
+
]
|
|
21348
|
+
},
|
|
21349
|
+
"CreatedTimestamp": {
|
|
21350
|
+
"format": "date-time"
|
|
21351
|
+
},
|
|
21352
|
+
"LastUpdatedTimestamp": {
|
|
21353
|
+
"format": "date-time"
|
|
21354
|
+
}
|
|
21355
|
+
},
|
|
21356
|
+
"primaryIdentifier": [
|
|
21357
|
+
"RuleArn"
|
|
21358
|
+
],
|
|
21359
|
+
"tagging": {
|
|
21360
|
+
"taggable": true,
|
|
21361
|
+
"tagOnCreate": true,
|
|
21362
|
+
"tagUpdatable": true
|
|
21363
|
+
}
|
|
21364
|
+
},
|
|
21365
|
+
"ComputeOptimizerAutomationRule_Criteria": {
|
|
21366
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.Criteria",
|
|
21367
|
+
"kind": "property",
|
|
21368
|
+
"lexicon": "aws"
|
|
21369
|
+
},
|
|
21370
|
+
"ComputeOptimizerAutomationRule_DoubleCriteriaCondition": {
|
|
21371
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.DoubleCriteriaCondition",
|
|
21372
|
+
"kind": "property",
|
|
21373
|
+
"lexicon": "aws"
|
|
21374
|
+
},
|
|
21375
|
+
"ComputeOptimizerAutomationRule_IntegerCriteriaCondition": {
|
|
21376
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.IntegerCriteriaCondition",
|
|
21377
|
+
"kind": "property",
|
|
21378
|
+
"lexicon": "aws"
|
|
21379
|
+
},
|
|
21380
|
+
"ComputeOptimizerAutomationRule_OrganizationConfiguration": {
|
|
21381
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.OrganizationConfiguration",
|
|
21382
|
+
"kind": "property",
|
|
21383
|
+
"lexicon": "aws"
|
|
21384
|
+
},
|
|
21385
|
+
"ComputeOptimizerAutomationRule_ResourceTagsCriteriaCondition": {
|
|
21386
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.ResourceTagsCriteriaCondition",
|
|
21387
|
+
"kind": "property",
|
|
21388
|
+
"lexicon": "aws"
|
|
21389
|
+
},
|
|
21390
|
+
"ComputeOptimizerAutomationRule_Schedule": {
|
|
21391
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.Schedule",
|
|
21392
|
+
"kind": "property",
|
|
21393
|
+
"lexicon": "aws"
|
|
21394
|
+
},
|
|
21395
|
+
"ComputeOptimizerAutomationRule_StringCriteriaCondition": {
|
|
21396
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.StringCriteriaCondition",
|
|
21397
|
+
"kind": "property",
|
|
21398
|
+
"lexicon": "aws"
|
|
21399
|
+
},
|
|
21400
|
+
"ComputeOptimizerAutomationRule_Tag": {
|
|
21401
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.Tag",
|
|
21402
|
+
"kind": "property",
|
|
21403
|
+
"lexicon": "aws"
|
|
21404
|
+
},
|
|
21363
21405
|
"ComputeResources": {
|
|
21364
21406
|
"resourceType": "AWS::Batch::ComputeEnvironment.ComputeResources",
|
|
21365
21407
|
"kind": "property",
|
|
@@ -25411,11 +25453,6 @@
|
|
|
25411
25453
|
"kind": "property",
|
|
25412
25454
|
"lexicon": "aws"
|
|
25413
25455
|
},
|
|
25414
|
-
"Criteria": {
|
|
25415
|
-
"resourceType": "AWS::SecurityHub::AutomationRuleV2.Criteria",
|
|
25416
|
-
"kind": "property",
|
|
25417
|
-
"lexicon": "aws"
|
|
25418
|
-
},
|
|
25419
25456
|
"CriterionAdditionalProperties": {
|
|
25420
25457
|
"resourceType": "AWS::Macie::FindingsFilter.CriterionAdditionalProperties",
|
|
25421
25458
|
"kind": "property",
|
|
@@ -26557,6 +26594,15 @@
|
|
|
26557
26594
|
"pattern": "^[a-zA-Z_][a-zA-Z_0-9-]*$",
|
|
26558
26595
|
"minLength": 1,
|
|
26559
26596
|
"maxLength": 255
|
|
26597
|
+
},
|
|
26598
|
+
"Scope": {
|
|
26599
|
+
"pattern": "^[a-zA-Z_][a-zA-Z_0-9-]*$",
|
|
26600
|
+
"minLength": 1,
|
|
26601
|
+
"maxLength": 255,
|
|
26602
|
+
"enum": [
|
|
26603
|
+
"PROFILE",
|
|
26604
|
+
"DOMAIN"
|
|
26605
|
+
]
|
|
26560
26606
|
}
|
|
26561
26607
|
},
|
|
26562
26608
|
"createOnly": [
|
|
@@ -36872,6 +36918,11 @@
|
|
|
36872
36918
|
"kind": "property",
|
|
36873
36919
|
"lexicon": "aws"
|
|
36874
36920
|
},
|
|
36921
|
+
"DoubleCriteriaCondition": {
|
|
36922
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.DoubleCriteriaCondition",
|
|
36923
|
+
"kind": "property",
|
|
36924
|
+
"lexicon": "aws"
|
|
36925
|
+
},
|
|
36875
36926
|
"DownlinkAwsGroundStationAgentEndpoint": {
|
|
36876
36927
|
"resourceType": "AWS::GroundStation::DataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpoint",
|
|
36877
36928
|
"kind": "property",
|
|
@@ -44575,6 +44626,11 @@
|
|
|
44575
44626
|
"tagUpdatable": true
|
|
44576
44627
|
}
|
|
44577
44628
|
},
|
|
44629
|
+
"FieldAttributes": {
|
|
44630
|
+
"resourceType": "AWS::Cases::Field.FieldAttributes",
|
|
44631
|
+
"kind": "property",
|
|
44632
|
+
"lexicon": "aws"
|
|
44633
|
+
},
|
|
44578
44634
|
"FieldConfig": {
|
|
44579
44635
|
"resourceType": "AWS::AmplifyUIBuilder::Form.FieldConfig",
|
|
44580
44636
|
"kind": "property",
|
|
@@ -44620,11 +44676,21 @@
|
|
|
44620
44676
|
"kind": "property",
|
|
44621
44677
|
"lexicon": "aws"
|
|
44622
44678
|
},
|
|
44679
|
+
"Field_FieldAttributes": {
|
|
44680
|
+
"resourceType": "AWS::Cases::Field.FieldAttributes",
|
|
44681
|
+
"kind": "property",
|
|
44682
|
+
"lexicon": "aws"
|
|
44683
|
+
},
|
|
44623
44684
|
"Field_Tag": {
|
|
44624
44685
|
"resourceType": "AWS::Cases::Field.Tag",
|
|
44625
44686
|
"kind": "property",
|
|
44626
44687
|
"lexicon": "aws"
|
|
44627
44688
|
},
|
|
44689
|
+
"Field_TextAttributes": {
|
|
44690
|
+
"resourceType": "AWS::Cases::Field.TextAttributes",
|
|
44691
|
+
"kind": "property",
|
|
44692
|
+
"lexicon": "aws"
|
|
44693
|
+
},
|
|
44628
44694
|
"FileAccessLog": {
|
|
44629
44695
|
"resourceType": "AWS::AppMesh::VirtualNode.FileAccessLog",
|
|
44630
44696
|
"kind": "property",
|
|
@@ -53401,6 +53467,11 @@
|
|
|
53401
53467
|
"EndpointName",
|
|
53402
53468
|
"KmsKey"
|
|
53403
53469
|
],
|
|
53470
|
+
"writeOnly": [
|
|
53471
|
+
"StatusReason",
|
|
53472
|
+
"DesiredState",
|
|
53473
|
+
"Schedule"
|
|
53474
|
+
],
|
|
53404
53475
|
"primaryIdentifier": [
|
|
53405
53476
|
"Name"
|
|
53406
53477
|
],
|
|
@@ -55119,6 +55190,11 @@
|
|
|
55119
55190
|
"kind": "property",
|
|
55120
55191
|
"lexicon": "aws"
|
|
55121
55192
|
},
|
|
55193
|
+
"IntegerCriteriaCondition": {
|
|
55194
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.IntegerCriteriaCondition",
|
|
55195
|
+
"kind": "property",
|
|
55196
|
+
"lexicon": "aws"
|
|
55197
|
+
},
|
|
55122
55198
|
"IntegerDatasetParameter": {
|
|
55123
55199
|
"resourceType": "AWS::QuickSight::DataSet.IntegerDatasetParameter",
|
|
55124
55200
|
"kind": "property",
|
|
@@ -59714,6 +59790,7 @@
|
|
|
59714
59790
|
},
|
|
59715
59791
|
"propertyConstraints": {
|
|
59716
59792
|
"RoleArn": {
|
|
59793
|
+
"pattern": "arn:(aws|aws-cn|aws-us-gov):iam::[0-9]*:(role)\\/.*",
|
|
59717
59794
|
"format": "AWS::IAM::Role.Arn"
|
|
59718
59795
|
}
|
|
59719
59796
|
},
|
|
@@ -59721,6 +59798,9 @@
|
|
|
59721
59798
|
"PortfolioId",
|
|
59722
59799
|
"ProductId"
|
|
59723
59800
|
],
|
|
59801
|
+
"writeOnly": [
|
|
59802
|
+
"AcceptLanguage"
|
|
59803
|
+
],
|
|
59724
59804
|
"primaryIdentifier": [
|
|
59725
59805
|
"Id"
|
|
59726
59806
|
]
|
|
@@ -73078,6 +73158,9 @@
|
|
|
73078
73158
|
},
|
|
73079
73159
|
"MaxAvailableProfileObjectCount": {
|
|
73080
73160
|
"minimum": 0
|
|
73161
|
+
},
|
|
73162
|
+
"SourcePriority": {
|
|
73163
|
+
"minimum": 1
|
|
73081
73164
|
}
|
|
73082
73165
|
},
|
|
73083
73166
|
"createOnly": [
|
|
@@ -75821,11 +75904,19 @@
|
|
|
75821
75904
|
"Endpoint": {
|
|
75822
75905
|
"minLength": 5,
|
|
75823
75906
|
"maxLength": 200
|
|
75907
|
+
},
|
|
75908
|
+
"VpcEndpointId": {
|
|
75909
|
+
"minLength": 5,
|
|
75910
|
+
"maxLength": 200
|
|
75824
75911
|
}
|
|
75825
75912
|
},
|
|
75826
75913
|
"createOnly": [
|
|
75827
75914
|
"CertificateAuthorityArn",
|
|
75828
|
-
"MobileDeviceManagement"
|
|
75915
|
+
"MobileDeviceManagement",
|
|
75916
|
+
"VpcEndpointId"
|
|
75917
|
+
],
|
|
75918
|
+
"writeOnly": [
|
|
75919
|
+
"VpcEndpointId"
|
|
75829
75920
|
],
|
|
75830
75921
|
"primaryIdentifier": [
|
|
75831
75922
|
"ConnectorArn"
|
|
@@ -91170,86 +91261,38 @@
|
|
|
91170
91261
|
"kind": "resource",
|
|
91171
91262
|
"lexicon": "aws",
|
|
91172
91263
|
"attrs": {
|
|
91173
|
-
"
|
|
91174
|
-
"PrimaryEndPoint": "PrimaryEndPoint",
|
|
91175
|
-
"ReadEndPoint": "ReadEndPoint",
|
|
91176
|
-
"ReaderEndPoint": "ReaderEndPoint"
|
|
91264
|
+
"ReplicationGroupId": "ReplicationGroupId"
|
|
91177
91265
|
},
|
|
91178
91266
|
"propertyConstraints": {
|
|
91179
|
-
"NumNodeGroups": {
|
|
91180
|
-
"default": 1
|
|
91181
|
-
},
|
|
91182
|
-
"AutomaticFailoverEnabled": {
|
|
91183
|
-
"default": false
|
|
91184
|
-
},
|
|
91185
91267
|
"ReplicasPerNodeGroup": {
|
|
91186
91268
|
"minimum": 0,
|
|
91187
91269
|
"maximum": 5
|
|
91188
91270
|
},
|
|
91189
|
-
"
|
|
91190
|
-
"
|
|
91271
|
+
"SecurityGroupIds": {
|
|
91272
|
+
"format": "AWS::EC2::SecurityGroup.Ids"
|
|
91191
91273
|
},
|
|
91192
91274
|
"NumCacheClusters": {
|
|
91193
91275
|
"minimum": 1,
|
|
91194
91276
|
"maximum": 6
|
|
91195
|
-
},
|
|
91196
|
-
"AtRestEncryptionEnabled": {
|
|
91197
|
-
"default": false
|
|
91198
|
-
},
|
|
91199
|
-
"SecurityGroupIds": {
|
|
91200
|
-
"format": "AWS::EC2::SecurityGroup.Ids"
|
|
91201
|
-
},
|
|
91202
|
-
"SnapshotRetentionLimit": {
|
|
91203
|
-
"default": 0
|
|
91204
91277
|
}
|
|
91205
91278
|
},
|
|
91206
91279
|
"createOnly": [
|
|
91207
|
-
"AtRestEncryptionEnabled",
|
|
91208
|
-
"CacheSubnetGroupName",
|
|
91209
|
-
"DataTieringEnabled",
|
|
91210
|
-
"GlobalReplicationGroupId",
|
|
91211
91280
|
"KmsKeyId",
|
|
91212
|
-
"NetworkType",
|
|
91213
91281
|
"Port",
|
|
91214
|
-
"PreferredCacheClusterAZs",
|
|
91215
|
-
"ReplicasPerNodeGroup",
|
|
91216
|
-
"ReplicationGroupId",
|
|
91217
|
-
"SnapshotArns",
|
|
91218
|
-
"SnapshotName"
|
|
91219
|
-
],
|
|
91220
|
-
"writeOnly": [
|
|
91221
|
-
"AuthToken",
|
|
91222
|
-
"CacheParameterGroupName",
|
|
91223
|
-
"CacheSecurityGroupNames",
|
|
91224
|
-
"CacheSubnetGroupName",
|
|
91225
|
-
"EngineVersion",
|
|
91226
|
-
"NotificationTopicArn",
|
|
91227
|
-
"PreferredMaintenanceWindow",
|
|
91228
|
-
"SecurityGroupIds",
|
|
91229
91282
|
"SnapshotArns",
|
|
91230
91283
|
"SnapshotName",
|
|
91231
|
-
"
|
|
91232
|
-
"
|
|
91284
|
+
"CacheSubnetGroupName",
|
|
91285
|
+
"NetworkType",
|
|
91286
|
+
"DataTieringEnabled",
|
|
91287
|
+
"AtRestEncryptionEnabled",
|
|
91288
|
+
"ReplicationGroupId",
|
|
91289
|
+
"GlobalReplicationGroupId",
|
|
91233
91290
|
"ReplicasPerNodeGroup",
|
|
91234
|
-
"KmsKeyId",
|
|
91235
|
-
"PrimaryClusterId",
|
|
91236
91291
|
"PreferredCacheClusterAZs"
|
|
91237
91292
|
],
|
|
91238
91293
|
"primaryIdentifier": [
|
|
91239
91294
|
"ReplicationGroupId"
|
|
91240
|
-
]
|
|
91241
|
-
"deprecatedProperties": [
|
|
91242
|
-
"CacheSecurityGroupNames"
|
|
91243
|
-
],
|
|
91244
|
-
"conditionalCreateOnly": [
|
|
91245
|
-
"AuthToken",
|
|
91246
|
-
"NodeGroupConfiguration"
|
|
91247
|
-
],
|
|
91248
|
-
"tagging": {
|
|
91249
|
-
"taggable": true,
|
|
91250
|
-
"tagOnCreate": true,
|
|
91251
|
-
"tagUpdatable": true
|
|
91252
|
-
}
|
|
91295
|
+
]
|
|
91253
91296
|
},
|
|
91254
91297
|
"ReplicationGroup_CloudWatchLogsDestinationDetails": {
|
|
91255
91298
|
"resourceType": "AWS::ElastiCache::ReplicationGroup.CloudWatchLogsDestinationDetails",
|
|
@@ -91261,11 +91304,6 @@
|
|
|
91261
91304
|
"kind": "property",
|
|
91262
91305
|
"lexicon": "aws"
|
|
91263
91306
|
},
|
|
91264
|
-
"ReplicationGroup_Endpoint": {
|
|
91265
|
-
"resourceType": "AWS::ElastiCache::ReplicationGroup.Endpoint",
|
|
91266
|
-
"kind": "property",
|
|
91267
|
-
"lexicon": "aws"
|
|
91268
|
-
},
|
|
91269
91307
|
"ReplicationGroup_KinesisFirehoseDestinationDetails": {
|
|
91270
91308
|
"resourceType": "AWS::ElastiCache::ReplicationGroup.KinesisFirehoseDestinationDetails",
|
|
91271
91309
|
"kind": "property",
|
|
@@ -93257,6 +93295,11 @@
|
|
|
93257
93295
|
"kind": "property",
|
|
93258
93296
|
"lexicon": "aws"
|
|
93259
93297
|
},
|
|
93298
|
+
"ResourceTagsCriteriaCondition": {
|
|
93299
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.ResourceTagsCriteriaCondition",
|
|
93300
|
+
"kind": "property",
|
|
93301
|
+
"lexicon": "aws"
|
|
93302
|
+
},
|
|
93260
93303
|
"ResourceUpdateConstraint": {
|
|
93261
93304
|
"resourceType": "AWS::ServiceCatalog::ResourceUpdateConstraint",
|
|
93262
93305
|
"kind": "resource",
|
|
@@ -99835,6 +99878,117 @@
|
|
|
99835
99878
|
"kind": "property",
|
|
99836
99879
|
"lexicon": "aws"
|
|
99837
99880
|
},
|
|
99881
|
+
"SecurityHubAutomationRule": {
|
|
99882
|
+
"resourceType": "AWS::SecurityHub::AutomationRule",
|
|
99883
|
+
"kind": "resource",
|
|
99884
|
+
"lexicon": "aws",
|
|
99885
|
+
"attrs": {
|
|
99886
|
+
"RuleArn": "RuleArn",
|
|
99887
|
+
"CreatedAt": "CreatedAt",
|
|
99888
|
+
"UpdatedAt": "UpdatedAt",
|
|
99889
|
+
"CreatedBy": "CreatedBy"
|
|
99890
|
+
},
|
|
99891
|
+
"propertyConstraints": {
|
|
99892
|
+
"RuleArn": {
|
|
99893
|
+
"pattern": "arn:aws\\S*:securityhub:\\S*"
|
|
99894
|
+
},
|
|
99895
|
+
"RuleStatus": {
|
|
99896
|
+
"enum": [
|
|
99897
|
+
"ENABLED",
|
|
99898
|
+
"DISABLED"
|
|
99899
|
+
]
|
|
99900
|
+
},
|
|
99901
|
+
"RuleOrder": {
|
|
99902
|
+
"minimum": 1,
|
|
99903
|
+
"maximum": 1000
|
|
99904
|
+
},
|
|
99905
|
+
"Description": {
|
|
99906
|
+
"minLength": 1,
|
|
99907
|
+
"maxLength": 1024
|
|
99908
|
+
},
|
|
99909
|
+
"RuleName": {
|
|
99910
|
+
"minLength": 1,
|
|
99911
|
+
"maxLength": 256
|
|
99912
|
+
},
|
|
99913
|
+
"CreatedBy": {
|
|
99914
|
+
"minLength": 1,
|
|
99915
|
+
"maxLength": 256
|
|
99916
|
+
}
|
|
99917
|
+
},
|
|
99918
|
+
"primaryIdentifier": [
|
|
99919
|
+
"RuleArn"
|
|
99920
|
+
],
|
|
99921
|
+
"tagging": {
|
|
99922
|
+
"taggable": true,
|
|
99923
|
+
"tagOnCreate": true,
|
|
99924
|
+
"tagUpdatable": true
|
|
99925
|
+
}
|
|
99926
|
+
},
|
|
99927
|
+
"SecurityHubAutomationRule_AutomationRulesAction": {
|
|
99928
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesAction",
|
|
99929
|
+
"kind": "property",
|
|
99930
|
+
"lexicon": "aws"
|
|
99931
|
+
},
|
|
99932
|
+
"SecurityHubAutomationRule_AutomationRulesFindingFieldsUpdate": {
|
|
99933
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesFindingFieldsUpdate",
|
|
99934
|
+
"kind": "property",
|
|
99935
|
+
"lexicon": "aws"
|
|
99936
|
+
},
|
|
99937
|
+
"SecurityHubAutomationRule_AutomationRulesFindingFilters": {
|
|
99938
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesFindingFilters",
|
|
99939
|
+
"kind": "property",
|
|
99940
|
+
"lexicon": "aws"
|
|
99941
|
+
},
|
|
99942
|
+
"SecurityHubAutomationRule_BooleanFilter": {
|
|
99943
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.BooleanFilter",
|
|
99944
|
+
"kind": "property",
|
|
99945
|
+
"lexicon": "aws"
|
|
99946
|
+
},
|
|
99947
|
+
"SecurityHubAutomationRule_DateFilter": {
|
|
99948
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.DateFilter",
|
|
99949
|
+
"kind": "property",
|
|
99950
|
+
"lexicon": "aws"
|
|
99951
|
+
},
|
|
99952
|
+
"SecurityHubAutomationRule_DateRange": {
|
|
99953
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.DateRange",
|
|
99954
|
+
"kind": "property",
|
|
99955
|
+
"lexicon": "aws"
|
|
99956
|
+
},
|
|
99957
|
+
"SecurityHubAutomationRule_MapFilter": {
|
|
99958
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.MapFilter",
|
|
99959
|
+
"kind": "property",
|
|
99960
|
+
"lexicon": "aws"
|
|
99961
|
+
},
|
|
99962
|
+
"SecurityHubAutomationRule_NoteUpdate": {
|
|
99963
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.NoteUpdate",
|
|
99964
|
+
"kind": "property",
|
|
99965
|
+
"lexicon": "aws"
|
|
99966
|
+
},
|
|
99967
|
+
"SecurityHubAutomationRule_NumberFilter": {
|
|
99968
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.NumberFilter",
|
|
99969
|
+
"kind": "property",
|
|
99970
|
+
"lexicon": "aws"
|
|
99971
|
+
},
|
|
99972
|
+
"SecurityHubAutomationRule_RelatedFinding": {
|
|
99973
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.RelatedFinding",
|
|
99974
|
+
"kind": "property",
|
|
99975
|
+
"lexicon": "aws"
|
|
99976
|
+
},
|
|
99977
|
+
"SecurityHubAutomationRule_SeverityUpdate": {
|
|
99978
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.SeverityUpdate",
|
|
99979
|
+
"kind": "property",
|
|
99980
|
+
"lexicon": "aws"
|
|
99981
|
+
},
|
|
99982
|
+
"SecurityHubAutomationRule_StringFilter": {
|
|
99983
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.StringFilter",
|
|
99984
|
+
"kind": "property",
|
|
99985
|
+
"lexicon": "aws"
|
|
99986
|
+
},
|
|
99987
|
+
"SecurityHubAutomationRule_WorkflowUpdate": {
|
|
99988
|
+
"resourceType": "AWS::SecurityHub::AutomationRule.WorkflowUpdate",
|
|
99989
|
+
"kind": "property",
|
|
99990
|
+
"lexicon": "aws"
|
|
99991
|
+
},
|
|
99838
99992
|
"SecurityHubPolicy": {
|
|
99839
99993
|
"resourceType": "AWS::SecurityHub::ConfigurationPolicy.SecurityHubPolicy",
|
|
99840
99994
|
"kind": "property",
|
|
@@ -105267,6 +105421,11 @@
|
|
|
105267
105421
|
"kind": "property",
|
|
105268
105422
|
"lexicon": "aws"
|
|
105269
105423
|
},
|
|
105424
|
+
"StringCriteriaCondition": {
|
|
105425
|
+
"resourceType": "AWS::ComputeOptimizer::AutomationRule.StringCriteriaCondition",
|
|
105426
|
+
"kind": "property",
|
|
105427
|
+
"lexicon": "aws"
|
|
105428
|
+
},
|
|
105270
105429
|
"StringDatasetParameter": {
|
|
105271
105430
|
"resourceType": "AWS::QuickSight::DataSet.StringDatasetParameter",
|
|
105272
105431
|
"kind": "property",
|
|
@@ -108604,6 +108763,11 @@
|
|
|
108604
108763
|
"kind": "property",
|
|
108605
108764
|
"lexicon": "aws"
|
|
108606
108765
|
},
|
|
108766
|
+
"TextAttributes": {
|
|
108767
|
+
"resourceType": "AWS::Cases::Field.TextAttributes",
|
|
108768
|
+
"kind": "property",
|
|
108769
|
+
"lexicon": "aws"
|
|
108770
|
+
},
|
|
108607
108771
|
"TextDocumentStatistics": {
|
|
108608
108772
|
"resourceType": "AWS::QBusiness::Index.TextDocumentStatistics",
|
|
108609
108773
|
"kind": "property",
|
|
@@ -113237,8 +113401,7 @@
|
|
|
113237
113401
|
"TransportTransitGatewayAttachmentId",
|
|
113238
113402
|
"TunnelInsideIpVersion",
|
|
113239
113403
|
"PreSharedKeyStorage",
|
|
113240
|
-
"TunnelBandwidth"
|
|
113241
|
-
"VpnTunnelOptionsSpecifications"
|
|
113404
|
+
"TunnelBandwidth"
|
|
113242
113405
|
],
|
|
113243
113406
|
"writeOnly": [
|
|
113244
113407
|
"PreSharedKeyStorage",
|