@intentius/chant-lexicon-aws 0.0.11 → 0.0.13

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.
@@ -2484,7 +2484,12 @@
2484
2484
  "AgentSpaceId": "AgentSpaceId",
2485
2485
  "CreatedAt": "CreatedAt",
2486
2486
  "UpdatedAt": "UpdatedAt",
2487
- "Arn": "Arn"
2487
+ "Arn": "Arn",
2488
+ "OperatorApp_Iam_CreatedAt": "OperatorApp.Iam.CreatedAt",
2489
+ "OperatorApp_Iam_UpdatedAt": "OperatorApp.Iam.UpdatedAt",
2490
+ "OperatorApp_Idc_IdcApplicationArn": "OperatorApp.Idc.IdcApplicationArn",
2491
+ "OperatorApp_Idc_CreatedAt": "OperatorApp.Idc.CreatedAt",
2492
+ "OperatorApp_Idc_UpdatedAt": "OperatorApp.Idc.UpdatedAt"
2488
2493
  },
2489
2494
  "propertyConstraints": {
2490
2495
  "AgentSpaceId": {
@@ -6948,7 +6953,8 @@
6948
6953
  "lexicon": "aws",
6949
6954
  "attrs": {
6950
6955
  "SubscriptionArn": "SubscriptionArn",
6951
- "AccountId": "AccountId"
6956
+ "AccountId": "AccountId",
6957
+ "Subscribers_*_Status": "Subscribers.*.Status"
6952
6958
  },
6953
6959
  "propertyConstraints": {
6954
6960
  "SubscriptionName": {
@@ -9002,6 +9008,8 @@
9002
9008
  "attrs": {
9003
9009
  "ApiId": "ApiId",
9004
9010
  "Dns": "Dns",
9011
+ "Dns_Realtime": "Dns.Realtime",
9012
+ "Dns_Http": "Dns.Http",
9005
9013
  "ApiArn": "ApiArn"
9006
9014
  },
9007
9015
  "primaryIdentifier": [
@@ -9891,6 +9899,9 @@
9891
9899
  "Arn": "Arn",
9892
9900
  "VersionId": "VersionId",
9893
9901
  "NumberOfApprovers": "NumberOfApprovers",
9902
+ "Approvers_*_ApproverId": "Approvers.*.ApproverId",
9903
+ "Approvers_*_ResponseTime": "Approvers.*.ResponseTime",
9904
+ "Approvers_*_PrimaryIdentityStatus": "Approvers.*.PrimaryIdentityStatus",
9894
9905
  "UpdateSessionArn": "UpdateSessionArn",
9895
9906
  "CreationTime": "CreationTime",
9896
9907
  "LastUpdateTime": "LastUpdateTime",
@@ -10209,7 +10220,15 @@
10209
10220
  "lexicon": "aws",
10210
10221
  "attrs": {
10211
10222
  "AssetModelArn": "AssetModelArn",
10212
- "AssetModelId": "AssetModelId"
10223
+ "AssetModelId": "AssetModelId",
10224
+ "AssetModelProperties_*_Id": "AssetModelProperties.*.Id",
10225
+ "AssetModelProperties_*_Type_Transform_Variables_*_Value_PropertyId": "AssetModelProperties.*.Type.Transform.Variables.*.Value.PropertyId",
10226
+ "AssetModelProperties_*_Type_Metric_Variables_*_Value_PropertyId": "AssetModelProperties.*.Type.Metric.Variables.*.Value.PropertyId",
10227
+ "AssetModelHierarchies_*_Id": "AssetModelHierarchies.*.Id",
10228
+ "AssetModelCompositeModels_*_Id": "AssetModelCompositeModels.*.Id",
10229
+ "AssetModelCompositeModels_*_CompositeModelProperties_*_Id": "AssetModelCompositeModels.*.CompositeModelProperties.*.Id",
10230
+ "AssetModelCompositeModels_*_CompositeModelProperties_*_Type_Transform_Variables_*_Value_PropertyId": "AssetModelCompositeModels.*.CompositeModelProperties.*.Type.Transform.Variables.*.Value.PropertyId",
10231
+ "AssetModelCompositeModels_*_CompositeModelProperties_*_Type_Metric_Variables_*_Value_PropertyId": "AssetModelCompositeModels.*.CompositeModelProperties.*.Type.Metric.Variables.*.Value.PropertyId"
10213
10232
  },
10214
10233
  "propertyConstraints": {
10215
10234
  "AssetModelId": {
@@ -11625,52 +11644,6 @@
11625
11644
  "kind": "property",
11626
11645
  "lexicon": "aws"
11627
11646
  },
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
11647
  "AutomationRuleV2": {
11675
11648
  "resourceType": "AWS::SecurityHub::AutomationRuleV2",
11676
11649
  "kind": "resource",
@@ -11803,71 +11776,6 @@
11803
11776
  "kind": "property",
11804
11777
  "lexicon": "aws"
11805
11778
  },
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
11779
  "AutomationRulesAction": {
11872
11780
  "resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesAction",
11873
11781
  "kind": "property",
@@ -12896,7 +12804,8 @@
12896
12804
  "DataSourceStatus": "DataSourceStatus",
12897
12805
  "CreatedAt": "CreatedAt",
12898
12806
  "UpdatedAt": "UpdatedAt",
12899
- "FailureReasons": "FailureReasons"
12807
+ "FailureReasons": "FailureReasons",
12808
+ "DataSourceConfiguration_WebConfiguration_CrawlerConfiguration_UserAgentHeader": "DataSourceConfiguration.WebConfiguration.CrawlerConfiguration.UserAgentHeader"
12900
12809
  },
12901
12810
  "propertyConstraints": {
12902
12811
  "DataSourceId": {
@@ -15173,6 +15082,13 @@
15173
15082
  "DomainName": "DomainName",
15174
15083
  "DualStackDomainName": "DualStackDomainName",
15175
15084
  "RegionalDomainName": "RegionalDomainName",
15085
+ "MetadataTableConfiguration_S3TablesDestination_TableNamespace": "MetadataTableConfiguration.S3TablesDestination.TableNamespace",
15086
+ "MetadataTableConfiguration_S3TablesDestination_TableArn": "MetadataTableConfiguration.S3TablesDestination.TableArn",
15087
+ "MetadataConfiguration_Destination": "MetadataConfiguration.Destination",
15088
+ "MetadataConfiguration_JournalTableConfiguration_TableName": "MetadataConfiguration.JournalTableConfiguration.TableName",
15089
+ "MetadataConfiguration_JournalTableConfiguration_TableArn": "MetadataConfiguration.JournalTableConfiguration.TableArn",
15090
+ "MetadataConfiguration_InventoryTableConfiguration_TableName": "MetadataConfiguration.InventoryTableConfiguration.TableName",
15091
+ "MetadataConfiguration_InventoryTableConfiguration_TableArn": "MetadataConfiguration.InventoryTableConfiguration.TableArn",
15176
15092
  "WebsiteURL": "WebsiteURL"
15177
15093
  },
15178
15094
  "constraints": [
@@ -16064,7 +15980,11 @@
16064
15980
  "kind": "resource",
16065
15981
  "lexicon": "aws",
16066
15982
  "attrs": {
16067
- "Id": "Id"
15983
+ "ConfigurationEndpoint_Address": "ConfigurationEndpoint.Address",
15984
+ "Id": "Id",
15985
+ "ConfigurationEndpoint_Port": "ConfigurationEndpoint.Port",
15986
+ "RedisEndpoint_Port": "RedisEndpoint.Port",
15987
+ "RedisEndpoint_Address": "RedisEndpoint.Address"
16068
15988
  },
16069
15989
  "constraints": [
16070
15990
  {
@@ -16447,7 +16367,8 @@
16447
16367
  "lexicon": "aws",
16448
16368
  "attrs": {
16449
16369
  "Id": "Id",
16450
- "State": "State"
16370
+ "State": "State",
16371
+ "Code_SourceLocationArn": "Code.SourceLocationArn"
16451
16372
  },
16452
16373
  "propertyConstraints": {
16453
16374
  "Name": {
@@ -16597,6 +16518,11 @@
16597
16518
  "kind": "property",
16598
16519
  "lexicon": "aws"
16599
16520
  },
16521
+ "CapacityLimits": {
16522
+ "resourceType": "AWS::OpenSearchServerless::CollectionGroup.CapacityLimits",
16523
+ "kind": "property",
16524
+ "lexicon": "aws"
16525
+ },
16600
16526
  "CapacityManagerDataExport": {
16601
16527
  "resourceType": "AWS::EC2::CapacityManagerDataExport",
16602
16528
  "kind": "resource",
@@ -17581,6 +17507,7 @@
17581
17507
  "lexicon": "aws",
17582
17508
  "attrs": {
17583
17509
  "FunctionARN": "FunctionARN",
17510
+ "FunctionMetadata_FunctionARN": "FunctionMetadata.FunctionARN",
17584
17511
  "Stage": "Stage"
17585
17512
  },
17586
17513
  "createOnly": [
@@ -18830,7 +18757,21 @@
18830
18757
  "ScanIpIds": "ScanIpIds",
18831
18758
  "Shape": "Shape",
18832
18759
  "StorageSizeInGBs": "StorageSizeInGBs",
18833
- "VipIds": "VipIds"
18760
+ "VipIds": "VipIds",
18761
+ "DbNodes_*_DbNodeId": "DbNodes.*.DbNodeId",
18762
+ "DbNodes_*_Status": "DbNodes.*.Status",
18763
+ "DbNodes_*_MemorySizeInGBs": "DbNodes.*.MemorySizeInGBs",
18764
+ "DbNodes_*_DbNodeStorageSizeInGBs": "DbNodes.*.DbNodeStorageSizeInGBs",
18765
+ "DbNodes_*_CpuCoreCount": "DbNodes.*.CpuCoreCount",
18766
+ "DbNodes_*_Hostname": "DbNodes.*.Hostname",
18767
+ "DbNodes_*_DbNodeArn": "DbNodes.*.DbNodeArn",
18768
+ "DbNodes_*_Ocid": "DbNodes.*.Ocid",
18769
+ "DbNodes_*_DbSystemId": "DbNodes.*.DbSystemId",
18770
+ "DbNodes_*_BackupIpId": "DbNodes.*.BackupIpId",
18771
+ "DbNodes_*_BackupVnic2Id": "DbNodes.*.BackupVnic2Id",
18772
+ "DbNodes_*_VnicId": "DbNodes.*.VnicId",
18773
+ "DbNodes_*_Vnic2Id": "DbNodes.*.Vnic2Id",
18774
+ "DbNodes_*_HostIpId": "DbNodes.*.HostIpId"
18834
18775
  },
18835
18776
  "propertyConstraints": {
18836
18777
  "ClusterName": {
@@ -20541,6 +20482,57 @@
20541
20482
  "kind": "property",
20542
20483
  "lexicon": "aws"
20543
20484
  },
20485
+ "CollectionGroup": {
20486
+ "resourceType": "AWS::OpenSearchServerless::CollectionGroup",
20487
+ "kind": "resource",
20488
+ "lexicon": "aws",
20489
+ "attrs": {
20490
+ "Id": "Id",
20491
+ "Arn": "Arn"
20492
+ },
20493
+ "propertyConstraints": {
20494
+ "Name": {
20495
+ "pattern": "^[a-z][a-z0-9-]{2,31}$",
20496
+ "minLength": 3,
20497
+ "maxLength": 32
20498
+ },
20499
+ "Id": {
20500
+ "minLength": 3,
20501
+ "maxLength": 40
20502
+ },
20503
+ "Description": {
20504
+ "maxLength": 1000
20505
+ },
20506
+ "StandbyReplicas": {
20507
+ "enum": [
20508
+ "ENABLED",
20509
+ "DISABLED"
20510
+ ]
20511
+ }
20512
+ },
20513
+ "createOnly": [
20514
+ "Name",
20515
+ "StandbyReplicas"
20516
+ ],
20517
+ "primaryIdentifier": [
20518
+ "Id"
20519
+ ],
20520
+ "tagging": {
20521
+ "taggable": true,
20522
+ "tagOnCreate": true,
20523
+ "tagUpdatable": true
20524
+ }
20525
+ },
20526
+ "CollectionGroup_CapacityLimits": {
20527
+ "resourceType": "AWS::OpenSearchServerless::CollectionGroup.CapacityLimits",
20528
+ "kind": "property",
20529
+ "lexicon": "aws"
20530
+ },
20531
+ "CollectionGroup_Tag": {
20532
+ "resourceType": "AWS::OpenSearchServerless::CollectionGroup.Tag",
20533
+ "kind": "property",
20534
+ "lexicon": "aws"
20535
+ },
20544
20536
  "CollectiveConstant": {
20545
20537
  "resourceType": "AWS::QuickSight::Topic.CollectiveConstant",
20546
20538
  "kind": "property",
@@ -21360,6 +21352,103 @@
21360
21352
  "kind": "property",
21361
21353
  "lexicon": "aws"
21362
21354
  },
21355
+ "ComputeOptimizerAutomationRule": {
21356
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule",
21357
+ "kind": "resource",
21358
+ "lexicon": "aws",
21359
+ "attrs": {
21360
+ "RuleArn": "RuleArn",
21361
+ "RuleId": "RuleId",
21362
+ "RuleRevision": "RuleRevision",
21363
+ "AccountId": "AccountId",
21364
+ "CreatedTimestamp": "CreatedTimestamp",
21365
+ "LastUpdatedTimestamp": "LastUpdatedTimestamp"
21366
+ },
21367
+ "propertyConstraints": {
21368
+ "RuleId": {
21369
+ "pattern": "^[0-9A-Za-z]{16}$"
21370
+ },
21371
+ "Name": {
21372
+ "pattern": "^[a-zA-Z0-9_-]*$",
21373
+ "minLength": 0,
21374
+ "maxLength": 128
21375
+ },
21376
+ "Description": {
21377
+ "pattern": "^[a-zA-Z0-9_\\-\\s@\\.]*$",
21378
+ "minLength": 0,
21379
+ "maxLength": 1024
21380
+ },
21381
+ "RuleType": {
21382
+ "enum": [
21383
+ "AccountRule",
21384
+ "OrganizationRule"
21385
+ ]
21386
+ },
21387
+ "AccountId": {
21388
+ "pattern": "^[0-9]{12}$"
21389
+ },
21390
+ "Status": {
21391
+ "enum": [
21392
+ "Active",
21393
+ "Inactive"
21394
+ ]
21395
+ },
21396
+ "CreatedTimestamp": {
21397
+ "format": "date-time"
21398
+ },
21399
+ "LastUpdatedTimestamp": {
21400
+ "format": "date-time"
21401
+ }
21402
+ },
21403
+ "primaryIdentifier": [
21404
+ "RuleArn"
21405
+ ],
21406
+ "tagging": {
21407
+ "taggable": true,
21408
+ "tagOnCreate": true,
21409
+ "tagUpdatable": true
21410
+ }
21411
+ },
21412
+ "ComputeOptimizerAutomationRule_Criteria": {
21413
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.Criteria",
21414
+ "kind": "property",
21415
+ "lexicon": "aws"
21416
+ },
21417
+ "ComputeOptimizerAutomationRule_DoubleCriteriaCondition": {
21418
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.DoubleCriteriaCondition",
21419
+ "kind": "property",
21420
+ "lexicon": "aws"
21421
+ },
21422
+ "ComputeOptimizerAutomationRule_IntegerCriteriaCondition": {
21423
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.IntegerCriteriaCondition",
21424
+ "kind": "property",
21425
+ "lexicon": "aws"
21426
+ },
21427
+ "ComputeOptimizerAutomationRule_OrganizationConfiguration": {
21428
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.OrganizationConfiguration",
21429
+ "kind": "property",
21430
+ "lexicon": "aws"
21431
+ },
21432
+ "ComputeOptimizerAutomationRule_ResourceTagsCriteriaCondition": {
21433
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.ResourceTagsCriteriaCondition",
21434
+ "kind": "property",
21435
+ "lexicon": "aws"
21436
+ },
21437
+ "ComputeOptimizerAutomationRule_Schedule": {
21438
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.Schedule",
21439
+ "kind": "property",
21440
+ "lexicon": "aws"
21441
+ },
21442
+ "ComputeOptimizerAutomationRule_StringCriteriaCondition": {
21443
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.StringCriteriaCondition",
21444
+ "kind": "property",
21445
+ "lexicon": "aws"
21446
+ },
21447
+ "ComputeOptimizerAutomationRule_Tag": {
21448
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.Tag",
21449
+ "kind": "property",
21450
+ "lexicon": "aws"
21451
+ },
21363
21452
  "ComputeResources": {
21364
21453
  "resourceType": "AWS::Batch::ComputeEnvironment.ComputeResources",
21365
21454
  "kind": "property",
@@ -21457,6 +21546,7 @@
21457
21546
  "lexicon": "aws",
21458
21547
  "attrs": {
21459
21548
  "ConfigRuleId": "ConfigRuleId",
21549
+ "Compliance_Type": "Compliance.Type",
21460
21550
  "Arn": "Arn"
21461
21551
  },
21462
21552
  "propertyConstraints": {
@@ -21688,7 +21778,8 @@
21688
21778
  "CreatedAt": "CreatedAt",
21689
21779
  "LastModifiedAt": "LastModifiedAt",
21690
21780
  "ManagerArn": "ManagerArn",
21691
- "StatusSummaries": "StatusSummaries"
21781
+ "StatusSummaries": "StatusSummaries",
21782
+ "ConfigurationDefinitions_*_id": "ConfigurationDefinitions.*.id"
21692
21783
  },
21693
21784
  "propertyConstraints": {
21694
21785
  "Description": {
@@ -24731,7 +24822,11 @@
24731
24822
  "lexicon": "aws",
24732
24823
  "attrs": {
24733
24824
  "Arn": "Arn",
24734
- "LatestVersion": "LatestVersion"
24825
+ "LatestVersion": "LatestVersion",
24826
+ "LatestVersion_Arn": "LatestVersion.Arn",
24827
+ "LatestVersion_Major": "LatestVersion.Major",
24828
+ "LatestVersion_Minor": "LatestVersion.Minor",
24829
+ "LatestVersion_Patch": "LatestVersion.Patch"
24735
24830
  },
24736
24831
  "propertyConstraints": {
24737
24832
  "PlatformOverride": {
@@ -25411,11 +25506,6 @@
25411
25506
  "kind": "property",
25412
25507
  "lexicon": "aws"
25413
25508
  },
25414
- "Criteria": {
25415
- "resourceType": "AWS::SecurityHub::AutomationRuleV2.Criteria",
25416
- "kind": "property",
25417
- "lexicon": "aws"
25418
- },
25419
25509
  "CriterionAdditionalProperties": {
25420
25510
  "resourceType": "AWS::Macie::FindingsFilter.CriterionAdditionalProperties",
25421
25511
  "kind": "property",
@@ -26380,7 +26470,9 @@
26380
26470
  "attrs": {
26381
26471
  "LastUpdatedAt": "LastUpdatedAt",
26382
26472
  "CreatedAt": "CreatedAt",
26383
- "Stats": "Stats"
26473
+ "RuleBasedMatching_Status": "RuleBasedMatching.Status",
26474
+ "Stats": "Stats",
26475
+ "DataStore_Readiness": "DataStore.Readiness"
26384
26476
  },
26385
26477
  "propertyConstraints": {
26386
26478
  "DomainName": {
@@ -26557,6 +26649,15 @@
26557
26649
  "pattern": "^[a-zA-Z_][a-zA-Z_0-9-]*$",
26558
26650
  "minLength": 1,
26559
26651
  "maxLength": 255
26652
+ },
26653
+ "Scope": {
26654
+ "pattern": "^[a-zA-Z_][a-zA-Z_0-9-]*$",
26655
+ "minLength": 1,
26656
+ "maxLength": 255,
26657
+ "enum": [
26658
+ "PROFILE",
26659
+ "DOMAIN"
26660
+ ]
26560
26661
  }
26561
26662
  },
26562
26663
  "createOnly": [
@@ -31258,7 +31359,11 @@
31258
31359
  "DBClusterArn": "DBClusterArn",
31259
31360
  "DBClusterResourceId": "DBClusterResourceId",
31260
31361
  "Endpoint": "Endpoint",
31362
+ "Endpoint_Address": "Endpoint.Address",
31363
+ "Endpoint_Port": "Endpoint.Port",
31261
31364
  "ReadEndpoint": "ReadEndpoint",
31365
+ "ReadEndpoint_Address": "ReadEndpoint.Address",
31366
+ "MasterUserSecret_SecretArn": "MasterUserSecret.SecretArn",
31262
31367
  "StorageThroughput": "StorageThroughput"
31263
31368
  },
31264
31369
  "constraints": [
@@ -31876,7 +31981,12 @@
31876
31981
  "attrs": {
31877
31982
  "AutomaticRestartTime": "AutomaticRestartTime",
31878
31983
  "CertificateDetails": "CertificateDetails",
31984
+ "CertificateDetails_CAIdentifier": "CertificateDetails.CAIdentifier",
31985
+ "CertificateDetails_ValidTill": "CertificateDetails.ValidTill",
31879
31986
  "Endpoint": "Endpoint",
31987
+ "Endpoint_Address": "Endpoint.Address",
31988
+ "Endpoint_Port": "Endpoint.Port",
31989
+ "Endpoint_HostedZoneId": "Endpoint.HostedZoneId",
31880
31990
  "DbiResourceId": "DbiResourceId",
31881
31991
  "DBInstanceArn": "DBInstanceArn",
31882
31992
  "DBInstanceStatus": "DBInstanceStatus",
@@ -31884,6 +31994,10 @@
31884
31994
  "IsStorageConfigUpgradeAvailable": "IsStorageConfigUpgradeAvailable",
31885
31995
  "LatestRestorableTime": "LatestRestorableTime",
31886
31996
  "ListenerEndpoint": "ListenerEndpoint",
31997
+ "ListenerEndpoint_Address": "ListenerEndpoint.Address",
31998
+ "ListenerEndpoint_Port": "ListenerEndpoint.Port",
31999
+ "ListenerEndpoint_HostedZoneId": "ListenerEndpoint.HostedZoneId",
32000
+ "MasterUserSecret_SecretArn": "MasterUserSecret.SecretArn",
31887
32001
  "PercentProgress": "PercentProgress",
31888
32002
  "ReadReplicaDBClusterIdentifiers": "ReadReplicaDBClusterIdentifiers",
31889
32003
  "ReadReplicaDBInstanceIdentifiers": "ReadReplicaDBInstanceIdentifiers",
@@ -35550,6 +35664,8 @@
35550
35664
  "AttachmentState": "AttachmentState",
35551
35665
  "State": "State",
35552
35666
  "ResourceType": "ResourceType",
35667
+ "Location_AvailabilityZone": "Location.AvailabilityZone",
35668
+ "Location_RegionName": "Location.RegionName",
35553
35669
  "SupportCode": "SupportCode",
35554
35670
  "DiskArn": "DiskArn"
35555
35671
  },
@@ -36872,6 +36988,11 @@
36872
36988
  "kind": "property",
36873
36989
  "lexicon": "aws"
36874
36990
  },
36991
+ "DoubleCriteriaCondition": {
36992
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.DoubleCriteriaCondition",
36993
+ "kind": "property",
36994
+ "lexicon": "aws"
36995
+ },
36875
36996
  "DownlinkAwsGroundStationAgentEndpoint": {
36876
36997
  "resourceType": "AWS::GroundStation::DataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpoint",
36877
36998
  "kind": "property",
@@ -37652,7 +37773,9 @@
37652
37773
  "lexicon": "aws",
37653
37774
  "attrs": {
37654
37775
  "Arn": "Arn",
37655
- "FileSystemId": "FileSystemId"
37776
+ "FileSystemId": "FileSystemId",
37777
+ "ReplicationConfiguration_Destinations_*_Status": "ReplicationConfiguration.Destinations.*.Status",
37778
+ "ReplicationConfiguration_Destinations_*_StatusMessage": "ReplicationConfiguration.Destinations.*.StatusMessage"
37656
37779
  },
37657
37780
  "createOnly": [
37658
37781
  "AvailabilityZoneName",
@@ -37769,7 +37892,9 @@
37769
37892
  "Status": "Status",
37770
37893
  "CreatedAt": "CreatedAt",
37771
37894
  "ModifiedAt": "ModifiedAt",
37772
- "Version": "Version"
37895
+ "Version": "Version",
37896
+ "Configuration_ArgoCd_ServerUrl": "Configuration.ArgoCd.ServerUrl",
37897
+ "Configuration_ArgoCd_AwsIdc_IdcManagedApplicationArn": "Configuration.ArgoCd.AwsIdc.IdcManagedApplicationArn"
37773
37898
  },
37774
37899
  "propertyConstraints": {
37775
37900
  "ClusterName": {
@@ -37859,7 +37984,8 @@
37859
37984
  "CertificateAuthorityData": "CertificateAuthorityData",
37860
37985
  "ClusterSecurityGroupId": "ClusterSecurityGroupId",
37861
37986
  "EncryptionConfigKeyArn": "EncryptionConfigKeyArn",
37862
- "OpenIdConnectIssuerUrl": "OpenIdConnectIssuerUrl"
37987
+ "OpenIdConnectIssuerUrl": "OpenIdConnectIssuerUrl",
37988
+ "KubernetesNetworkConfig_ServiceIpv6Cidr": "KubernetesNetworkConfig.ServiceIpv6Cidr"
37863
37989
  },
37864
37990
  "propertyConstraints": {
37865
37991
  "Force": {
@@ -39726,7 +39852,9 @@
39726
39852
  "Id": "Id",
39727
39853
  "CanonicalHostedZoneName": "CanonicalHostedZoneName",
39728
39854
  "CanonicalHostedZoneNameID": "CanonicalHostedZoneNameID",
39729
- "DNSName": "DNSName"
39855
+ "SourceSecurityGroup_GroupName": "SourceSecurityGroup.GroupName",
39856
+ "DNSName": "DNSName",
39857
+ "SourceSecurityGroup_OwnerAlias": "SourceSecurityGroup.OwnerAlias"
39730
39858
  },
39731
39859
  "constraints": [
39732
39860
  {
@@ -39938,7 +40066,13 @@
39938
40066
  "lexicon": "aws",
39939
40067
  "attrs": {
39940
40068
  "Arn": "Arn",
39941
- "EmailContact": "EmailContact"
40069
+ "EmailContact": "EmailContact",
40070
+ "EmailContact_Arn": "EmailContact.Arn",
40071
+ "EmailContact_Address": "EmailContact.Address",
40072
+ "EmailContact_Name": "EmailContact.Name",
40073
+ "EmailContact_Status": "EmailContact.Status",
40074
+ "EmailContact_CreationTime": "EmailContact.CreationTime",
40075
+ "EmailContact_UpdateTime": "EmailContact.UpdateTime"
39942
40076
  },
39943
40077
  "propertyConstraints": {
39944
40078
  "Arn": {
@@ -40392,7 +40526,15 @@
40392
40526
  "EndpointCreateTime": "EndpointCreateTime",
40393
40527
  "Port": "Port",
40394
40528
  "VpcSecurityGroups": "VpcSecurityGroups",
40395
- "VpcEndpoint": "VpcEndpoint"
40529
+ "VpcSecurityGroups_*_VpcSecurityGroupId": "VpcSecurityGroups.*.VpcSecurityGroupId",
40530
+ "VpcSecurityGroups_*_Status": "VpcSecurityGroups.*.Status",
40531
+ "VpcEndpoint": "VpcEndpoint",
40532
+ "VpcEndpoint_VpcEndpointId": "VpcEndpoint.VpcEndpointId",
40533
+ "VpcEndpoint_VpcId": "VpcEndpoint.VpcId",
40534
+ "VpcEndpoint_NetworkInterfaces_*_NetworkInterfaceId": "VpcEndpoint.NetworkInterfaces.*.NetworkInterfaceId",
40535
+ "VpcEndpoint_NetworkInterfaces_*_PrivateIpAddress": "VpcEndpoint.NetworkInterfaces.*.PrivateIpAddress",
40536
+ "VpcEndpoint_NetworkInterfaces_*_SubnetId": "VpcEndpoint.NetworkInterfaces.*.SubnetId",
40537
+ "VpcEndpoint_NetworkInterfaces_*_AvailabilityZone": "VpcEndpoint.NetworkInterfaces.*.AvailabilityZone"
40396
40538
  },
40397
40539
  "propertyConstraints": {
40398
40540
  "EndpointName": {
@@ -42683,7 +42825,16 @@
42683
42825
  "attrs": {
42684
42826
  "Arn": "Arn",
42685
42827
  "CreatedTime": "CreatedTime",
42686
- "LastUpdatedTime": "LastUpdatedTime"
42828
+ "LastUpdatedTime": "LastUpdatedTime",
42829
+ "EventVariables_*_Arn": "EventVariables.*.Arn",
42830
+ "EventVariables_*_CreatedTime": "EventVariables.*.CreatedTime",
42831
+ "EventVariables_*_LastUpdatedTime": "EventVariables.*.LastUpdatedTime",
42832
+ "Labels_*_Arn": "Labels.*.Arn",
42833
+ "Labels_*_CreatedTime": "Labels.*.CreatedTime",
42834
+ "Labels_*_LastUpdatedTime": "Labels.*.LastUpdatedTime",
42835
+ "EntityTypes_*_Arn": "EntityTypes.*.Arn",
42836
+ "EntityTypes_*_CreatedTime": "EntityTypes.*.CreatedTime",
42837
+ "EntityTypes_*_LastUpdatedTime": "EntityTypes.*.LastUpdatedTime"
42687
42838
  },
42688
42839
  "propertyConstraints": {
42689
42840
  "Name": {
@@ -42730,7 +42881,9 @@
42730
42881
  "attrs": {
42731
42882
  "Arn": "Arn",
42732
42883
  "ArnForPolicy": "ArnForPolicy",
42733
- "SecretArn": "SecretArn"
42884
+ "SecretArn": "SecretArn",
42885
+ "AuthParameters_ConnectivityParameters_ResourceParameters_ResourceAssociationArn": "AuthParameters.ConnectivityParameters.ResourceParameters.ResourceAssociationArn",
42886
+ "InvocationConnectivityParameters_ResourceParameters_ResourceAssociationArn": "InvocationConnectivityParameters.ResourceParameters.ResourceAssociationArn"
42734
42887
  },
42735
42888
  "propertyConstraints": {
42736
42889
  "Name": {
@@ -43313,7 +43466,8 @@
43313
43466
  "kind": "resource",
43314
43467
  "lexicon": "aws",
43315
43468
  "attrs": {
43316
- "ExportArn": "ExportArn"
43469
+ "ExportArn": "ExportArn",
43470
+ "Export_ExportArn": "Export.ExportArn"
43317
43471
  },
43318
43472
  "propertyConstraints": {
43319
43473
  "ExportArn": {
@@ -43417,7 +43571,20 @@
43417
43571
  "CreatedAt": "CreatedAt",
43418
43572
  "UpdatedAt": "UpdatedAt",
43419
43573
  "Endpoint": "Endpoint",
43420
- "ECSManagedResourceArns": "ECSManagedResourceArns"
43574
+ "ECSManagedResourceArns": "ECSManagedResourceArns",
43575
+ "ECSManagedResourceArns_ServiceSecurityGroups": "ECSManagedResourceArns.ServiceSecurityGroups",
43576
+ "ECSManagedResourceArns_AutoScaling": "ECSManagedResourceArns.AutoScaling",
43577
+ "ECSManagedResourceArns_AutoScaling_ScalableTarget": "ECSManagedResourceArns.AutoScaling.ScalableTarget",
43578
+ "ECSManagedResourceArns_AutoScaling_ApplicationAutoScalingPolicies": "ECSManagedResourceArns.AutoScaling.ApplicationAutoScalingPolicies",
43579
+ "ECSManagedResourceArns_LogGroups": "ECSManagedResourceArns.LogGroups",
43580
+ "ECSManagedResourceArns_MetricAlarms": "ECSManagedResourceArns.MetricAlarms",
43581
+ "ECSManagedResourceArns_IngressPath": "ECSManagedResourceArns.IngressPath",
43582
+ "ECSManagedResourceArns_IngressPath_CertificateArn": "ECSManagedResourceArns.IngressPath.CertificateArn",
43583
+ "ECSManagedResourceArns_IngressPath_LoadBalancerSecurityGroups": "ECSManagedResourceArns.IngressPath.LoadBalancerSecurityGroups",
43584
+ "ECSManagedResourceArns_IngressPath_ListenerRuleArn": "ECSManagedResourceArns.IngressPath.ListenerRuleArn",
43585
+ "ECSManagedResourceArns_IngressPath_ListenerArn": "ECSManagedResourceArns.IngressPath.ListenerArn",
43586
+ "ECSManagedResourceArns_IngressPath_LoadBalancerArn": "ECSManagedResourceArns.IngressPath.LoadBalancerArn",
43587
+ "ECSManagedResourceArns_IngressPath_TargetGroupArns": "ECSManagedResourceArns.IngressPath.TargetGroupArns"
43421
43588
  },
43422
43589
  "propertyConstraints": {
43423
43590
  "Memory": {
@@ -44575,6 +44742,11 @@
44575
44742
  "tagUpdatable": true
44576
44743
  }
44577
44744
  },
44745
+ "FieldAttributes": {
44746
+ "resourceType": "AWS::Cases::Field.FieldAttributes",
44747
+ "kind": "property",
44748
+ "lexicon": "aws"
44749
+ },
44578
44750
  "FieldConfig": {
44579
44751
  "resourceType": "AWS::AmplifyUIBuilder::Form.FieldConfig",
44580
44752
  "kind": "property",
@@ -44620,11 +44792,21 @@
44620
44792
  "kind": "property",
44621
44793
  "lexicon": "aws"
44622
44794
  },
44795
+ "Field_FieldAttributes": {
44796
+ "resourceType": "AWS::Cases::Field.FieldAttributes",
44797
+ "kind": "property",
44798
+ "lexicon": "aws"
44799
+ },
44623
44800
  "Field_Tag": {
44624
44801
  "resourceType": "AWS::Cases::Field.Tag",
44625
44802
  "kind": "property",
44626
44803
  "lexicon": "aws"
44627
44804
  },
44805
+ "Field_TextAttributes": {
44806
+ "resourceType": "AWS::Cases::Field.TextAttributes",
44807
+ "kind": "property",
44808
+ "lexicon": "aws"
44809
+ },
44628
44810
  "FileAccessLog": {
44629
44811
  "resourceType": "AWS::AppMesh::VirtualNode.FileAccessLog",
44630
44812
  "kind": "property",
@@ -45151,7 +45333,8 @@
45151
45333
  "ShareStatus": "ShareStatus",
45152
45334
  "CreatorRequestId": "CreatorRequestId",
45153
45335
  "CreationTime": "CreationTime",
45154
- "ModificationTime": "ModificationTime"
45336
+ "ModificationTime": "ModificationTime",
45337
+ "FirewallRules_*_FirewallThreatProtectionId": "FirewallRules.*.FirewallThreatProtectionId"
45155
45338
  },
45156
45339
  "propertyConstraints": {
45157
45340
  "Id": {
@@ -46579,7 +46762,27 @@
46579
46762
  "Arn": "Arn",
46580
46763
  "DetectorVersionId": "DetectorVersionId",
46581
46764
  "CreatedTime": "CreatedTime",
46582
- "LastUpdatedTime": "LastUpdatedTime"
46765
+ "LastUpdatedTime": "LastUpdatedTime",
46766
+ "Rules_*_RuleVersion": "Rules.*.RuleVersion",
46767
+ "Rules_*_Arn": "Rules.*.Arn",
46768
+ "Rules_*_CreatedTime": "Rules.*.CreatedTime",
46769
+ "Rules_*_LastUpdatedTime": "Rules.*.LastUpdatedTime",
46770
+ "Rules_*_Outcomes_*_Arn": "Rules.*.Outcomes.*.Arn",
46771
+ "Rules_*_Outcomes_*_CreatedTime": "Rules.*.Outcomes.*.CreatedTime",
46772
+ "Rules_*_Outcomes_*_LastUpdatedTime": "Rules.*.Outcomes.*.LastUpdatedTime",
46773
+ "EventType_Arn": "EventType.Arn",
46774
+ "EventType_CreatedTime": "EventType.CreatedTime",
46775
+ "EventType_LastUpdatedTime": "EventType.LastUpdatedTime",
46776
+ "EventType_EventVariables_*_Arn": "EventType.EventVariables.*.Arn",
46777
+ "EventType_EventVariables_*_CreatedTime": "EventType.EventVariables.*.CreatedTime",
46778
+ "EventType_EventVariables_*_LastUpdatedTime": "EventType.EventVariables.*.LastUpdatedTime",
46779
+ "EventType_Labels_*_Arn": "EventType.Labels.*.Arn",
46780
+ "EventType_Labels_*_CreatedTime": "EventType.Labels.*.CreatedTime",
46781
+ "EventType_Labels_*_LastUpdatedTime": "EventType.Labels.*.LastUpdatedTime",
46782
+ "EventType_EntityTypes_*_Arn": "EventType.EntityTypes.*.Arn",
46783
+ "EventType_EntityTypes_*_CreatedTime": "EventType.EntityTypes.*.CreatedTime",
46784
+ "EventType_EntityTypes_*_LastUpdatedTime": "EventType.EntityTypes.*.LastUpdatedTime",
46785
+ "AssociatedModels_*_Arn": "AssociatedModels.*.Arn"
46583
46786
  },
46584
46787
  "propertyConstraints": {
46585
46788
  "DetectorId": {
@@ -46702,6 +46905,8 @@
46702
46905
  "lexicon": "aws",
46703
46906
  "attrs": {
46704
46907
  "SnapStartResponse": "SnapStartResponse",
46908
+ "SnapStartResponse_ApplyOn": "SnapStartResponse.ApplyOn",
46909
+ "SnapStartResponse_OptimizationStatus": "SnapStartResponse.OptimizationStatus",
46705
46910
  "Arn": "Arn"
46706
46911
  },
46707
46912
  "constraints": [
@@ -47120,7 +47325,8 @@
47120
47325
  "attrs": {
47121
47326
  "Arn": "Arn",
47122
47327
  "Id": "Id",
47123
- "FuotaTaskStatus": "FuotaTaskStatus"
47328
+ "FuotaTaskStatus": "FuotaTaskStatus",
47329
+ "LoRaWAN_StartTime": "LoRaWAN.StartTime"
47124
47330
  },
47125
47331
  "propertyConstraints": {
47126
47332
  "Name": {
@@ -52476,7 +52682,11 @@
52476
52682
  "Arn": "Arn",
52477
52683
  "Type": "Type",
52478
52684
  "Encrypted": "Encrypted",
52479
- "LatestVersion": "LatestVersion"
52685
+ "LatestVersion": "LatestVersion",
52686
+ "LatestVersion_Arn": "LatestVersion.Arn",
52687
+ "LatestVersion_Major": "LatestVersion.Major",
52688
+ "LatestVersion_Minor": "LatestVersion.Minor",
52689
+ "LatestVersion_Patch": "LatestVersion.Patch"
52480
52690
  },
52481
52691
  "propertyConstraints": {
52482
52692
  "Type": {
@@ -52535,7 +52745,11 @@
52535
52745
  "Name": "Name",
52536
52746
  "ImageId": "ImageId",
52537
52747
  "ImageUri": "ImageUri",
52538
- "LatestVersion": "LatestVersion"
52748
+ "LatestVersion": "LatestVersion",
52749
+ "LatestVersion_Arn": "LatestVersion.Arn",
52750
+ "LatestVersion_Major": "LatestVersion.Major",
52751
+ "LatestVersion_Minor": "LatestVersion.Minor",
52752
+ "LatestVersion_Patch": "LatestVersion.Patch"
52539
52753
  },
52540
52754
  "propertyConstraints": {
52541
52755
  "ImageId": {
@@ -52697,7 +52911,11 @@
52697
52911
  "lexicon": "aws",
52698
52912
  "attrs": {
52699
52913
  "Arn": "Arn",
52700
- "LatestVersion": "LatestVersion"
52914
+ "LatestVersion": "LatestVersion",
52915
+ "LatestVersion_Arn": "LatestVersion.Arn",
52916
+ "LatestVersion_Major": "LatestVersion.Major",
52917
+ "LatestVersion_Minor": "LatestVersion.Minor",
52918
+ "LatestVersion_Patch": "LatestVersion.Patch"
52701
52919
  },
52702
52920
  "propertyConstraints": {
52703
52921
  "Type": {
@@ -52879,7 +53097,11 @@
52879
53097
  "lexicon": "aws",
52880
53098
  "attrs": {
52881
53099
  "Arn": "Arn",
52882
- "LatestVersion": "LatestVersion"
53100
+ "LatestVersion": "LatestVersion",
53101
+ "LatestVersion_Arn": "LatestVersion.Arn",
53102
+ "LatestVersion_Major": "LatestVersion.Major",
53103
+ "LatestVersion_Minor": "LatestVersion.Minor",
53104
+ "LatestVersion_Patch": "LatestVersion.Patch"
52883
53105
  },
52884
53106
  "createOnly": [
52885
53107
  "Name",
@@ -53199,6 +53421,9 @@
53199
53421
  "lexicon": "aws",
53200
53422
  "attrs": {
53201
53423
  "InferenceComponentArn": "InferenceComponentArn",
53424
+ "Specification_Container_DeployedImage": "Specification.Container.DeployedImage",
53425
+ "RuntimeConfig_DesiredCopyCount": "RuntimeConfig.DesiredCopyCount",
53426
+ "RuntimeConfig_CurrentCopyCount": "RuntimeConfig.CurrentCopyCount",
53202
53427
  "CreationTime": "CreationTime",
53203
53428
  "LastModifiedTime": "LastModifiedTime",
53204
53429
  "FailureReason": "FailureReason",
@@ -53401,6 +53626,11 @@
53401
53626
  "EndpointName",
53402
53627
  "KmsKey"
53403
53628
  ],
53629
+ "writeOnly": [
53630
+ "StatusReason",
53631
+ "DesiredState",
53632
+ "Schedule"
53633
+ ],
53404
53634
  "primaryIdentifier": [
53405
53635
  "Name"
53406
53636
  ],
@@ -55119,6 +55349,11 @@
55119
55349
  "kind": "property",
55120
55350
  "lexicon": "aws"
55121
55351
  },
55352
+ "IntegerCriteriaCondition": {
55353
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.IntegerCriteriaCondition",
55354
+ "kind": "property",
55355
+ "lexicon": "aws"
55356
+ },
55122
55357
  "IntegerDatasetParameter": {
55123
55358
  "resourceType": "AWS::QuickSight::DataSet.IntegerDatasetParameter",
55124
55359
  "kind": "property",
@@ -56546,7 +56781,9 @@
56546
56781
  "lexicon": "aws",
56547
56782
  "attrs": {
56548
56783
  "AssetArn": "AssetArn",
56549
- "AssetId": "AssetId"
56784
+ "AssetId": "AssetId",
56785
+ "AssetProperties_*_Id": "AssetProperties.*.Id",
56786
+ "AssetHierarchies_*_Id": "AssetHierarchies.*.Id"
56550
56787
  },
56551
56788
  "propertyConstraints": {
56552
56789
  "AssetId": {
@@ -59714,6 +59951,7 @@
59714
59951
  },
59715
59952
  "propertyConstraints": {
59716
59953
  "RoleArn": {
59954
+ "pattern": "arn:(aws|aws-cn|aws-us-gov):iam::[0-9]*:(role)\\/.*",
59717
59955
  "format": "AWS::IAM::Role.Arn"
59718
59956
  }
59719
59957
  },
@@ -59721,6 +59959,9 @@
59721
59959
  "PortfolioId",
59722
59960
  "ProductId"
59723
59961
  ],
59962
+ "writeOnly": [
59963
+ "AcceptLanguage"
59964
+ ],
59724
59965
  "primaryIdentifier": [
59725
59966
  "Id"
59726
59967
  ]
@@ -60661,7 +60902,8 @@
60661
60902
  "attrs": {
60662
60903
  "ContainerArn": "ContainerArn",
60663
60904
  "Url": "Url",
60664
- "PrincipalArn": "PrincipalArn"
60905
+ "PrincipalArn": "PrincipalArn",
60906
+ "PrivateRegistryAccess_EcrImagePullerRole_PrincipalArn": "PrivateRegistryAccess.EcrImagePullerRole.PrincipalArn"
60665
60907
  },
60666
60908
  "propertyConstraints": {
60667
60909
  "ServiceName": {
@@ -60877,7 +61119,8 @@
60877
61119
  "SupportCode": "SupportCode",
60878
61120
  "CreatedAt": "CreatedAt",
60879
61121
  "Location": "Location",
60880
- "ResourceType": "ResourceType"
61122
+ "ResourceType": "ResourceType",
61123
+ "DomainEntries_*_Id": "DomainEntries.*.Id"
60881
61124
  },
60882
61125
  "propertyConstraints": {
60883
61126
  "Arn": {
@@ -60924,7 +61167,14 @@
60924
61167
  "PrivateIpAddress": "PrivateIpAddress",
60925
61168
  "PublicIpAddress": "PublicIpAddress",
60926
61169
  "Ipv6Addresses": "Ipv6Addresses",
60927
- "UserName": "UserName"
61170
+ "Location_AvailabilityZone": "Location.AvailabilityZone",
61171
+ "Location_RegionName": "Location.RegionName",
61172
+ "Hardware_CpuCount": "Hardware.CpuCount",
61173
+ "Hardware_RamSizeInGb": "Hardware.RamSizeInGb",
61174
+ "State_Code": "State.Code",
61175
+ "State_Name": "State.Name",
61176
+ "UserName": "UserName",
61177
+ "Networking_MonthlyTransfer_GbPerMonthAllocated": "Networking.MonthlyTransfer.GbPerMonthAllocated"
60928
61178
  },
60929
61179
  "propertyConstraints": {
60930
61180
  "InstanceName": {
@@ -61986,7 +62236,8 @@
61986
62236
  "attrs": {
61987
62237
  "LocationArn": "LocationArn",
61988
62238
  "LocationUri": "LocationUri",
61989
- "ManagedSecretConfig": "ManagedSecretConfig"
62239
+ "ManagedSecretConfig": "ManagedSecretConfig",
62240
+ "CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
61990
62241
  },
61991
62242
  "propertyConstraints": {
61992
62243
  "AzureBlobAuthenticationType": {
@@ -62541,7 +62792,8 @@
62541
62792
  "attrs": {
62542
62793
  "LocationArn": "LocationArn",
62543
62794
  "LocationUri": "LocationUri",
62544
- "ManagedSecretConfig": "ManagedSecretConfig"
62795
+ "ManagedSecretConfig": "ManagedSecretConfig",
62796
+ "CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
62545
62797
  },
62546
62798
  "propertyConstraints": {
62547
62799
  "AccessKey": {
@@ -62698,7 +62950,8 @@
62698
62950
  "attrs": {
62699
62951
  "LocationArn": "LocationArn",
62700
62952
  "LocationUri": "LocationUri",
62701
- "ManagedSecretConfig": "ManagedSecretConfig"
62953
+ "ManagedSecretConfig": "ManagedSecretConfig",
62954
+ "CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
62702
62955
  },
62703
62956
  "propertyConstraints": {
62704
62957
  "Domain": {
@@ -63781,6 +64034,7 @@
63781
64034
  "attrs": {
63782
64035
  "IdentitySourceArn": "IdentitySourceArn",
63783
64036
  "IdentitySourceType": "IdentitySourceType",
64037
+ "IdentitySourceParameters_IamIdentityCenter_ApprovalPortalUrl": "IdentitySourceParameters.IamIdentityCenter.ApprovalPortalUrl",
63784
64038
  "CreationTime": "CreationTime",
63785
64039
  "Status": "Status",
63786
64040
  "StatusCode": "StatusCode",
@@ -64039,7 +64293,10 @@
64039
64293
  "kind": "resource",
64040
64294
  "lexicon": "aws",
64041
64295
  "attrs": {
64042
- "Arn": "Arn"
64296
+ "Arn": "Arn",
64297
+ "LatestRevision_CreationTime": "LatestRevision.CreationTime",
64298
+ "LatestRevision_Revision": "LatestRevision.Revision",
64299
+ "LatestRevision_Description": "LatestRevision.Description"
64043
64300
  },
64044
64301
  "createOnly": [
64045
64302
  "KafkaVersionsList",
@@ -64098,7 +64355,12 @@
64098
64355
  "CeleryExecutorQueue": "CeleryExecutorQueue",
64099
64356
  "DatabaseVpcEndpointService": "DatabaseVpcEndpointService",
64100
64357
  "WebserverVpcEndpointService": "WebserverVpcEndpointService",
64101
- "WebserverUrl": "WebserverUrl"
64358
+ "WebserverUrl": "WebserverUrl",
64359
+ "LoggingConfiguration_DagProcessingLogs_CloudWatchLogGroupArn": "LoggingConfiguration.DagProcessingLogs.CloudWatchLogGroupArn",
64360
+ "LoggingConfiguration_SchedulerLogs_CloudWatchLogGroupArn": "LoggingConfiguration.SchedulerLogs.CloudWatchLogGroupArn",
64361
+ "LoggingConfiguration_WebserverLogs_CloudWatchLogGroupArn": "LoggingConfiguration.WebserverLogs.CloudWatchLogGroupArn",
64362
+ "LoggingConfiguration_WorkerLogs_CloudWatchLogGroupArn": "LoggingConfiguration.WorkerLogs.CloudWatchLogGroupArn",
64363
+ "LoggingConfiguration_TaskLogs_CloudWatchLogGroupArn": "LoggingConfiguration.TaskLogs.CloudWatchLogGroupArn"
64102
64364
  },
64103
64365
  "createOnly": [
64104
64366
  "Name",
@@ -65559,6 +65821,11 @@
65559
65821
  "attrs": {
65560
65822
  "FlowArn": "FlowArn",
65561
65823
  "FlowAvailabilityZone": "FlowAvailabilityZone",
65824
+ "Source_SourceArn": "Source.SourceArn",
65825
+ "Source_IngestIp": "Source.IngestIp",
65826
+ "Source_SourceIngestPort": "Source.SourceIngestPort",
65827
+ "VpcInterfaces_*_NetworkInterfaceIds": "VpcInterfaces.*.NetworkInterfaceIds",
65828
+ "MediaStreams_*_Fmt": "MediaStreams.*.Fmt",
65562
65829
  "EgressIp": "EgressIp",
65563
65830
  "FlowNdiMachineName": "FlowNdiMachineName"
65564
65831
  },
@@ -66837,7 +67104,9 @@
66837
67104
  "lexicon": "aws",
66838
67105
  "attrs": {
66839
67106
  "Arn": "Arn",
66840
- "CreatedAt": "CreatedAt"
67107
+ "CreatedAt": "CreatedAt",
67108
+ "EgressEndpoints_*_PackagingConfigurationId": "EgressEndpoints.*.PackagingConfigurationId",
67109
+ "EgressEndpoints_*_Url": "EgressEndpoints.*.Url"
66841
67110
  },
66842
67111
  "createOnly": [
66843
67112
  "Id",
@@ -66867,7 +67136,11 @@
66867
67136
  "kind": "resource",
66868
67137
  "lexicon": "aws",
66869
67138
  "attrs": {
66870
- "Arn": "Arn"
67139
+ "Arn": "Arn",
67140
+ "HlsIngest_ingestEndpoints_*_Id": "HlsIngest.ingestEndpoints.*.Id",
67141
+ "HlsIngest_ingestEndpoints_*_Username": "HlsIngest.ingestEndpoints.*.Username",
67142
+ "HlsIngest_ingestEndpoints_*_Password": "HlsIngest.ingestEndpoints.*.Password",
67143
+ "HlsIngest_ingestEndpoints_*_Url": "HlsIngest.ingestEndpoints.*.Url"
66871
67144
  },
66872
67145
  "propertyConstraints": {
66873
67146
  "Id": {
@@ -67147,7 +67420,9 @@
67147
67420
  "MssManifestUrls": "MssManifestUrls",
67148
67421
  "HlsManifestUrls": "HlsManifestUrls",
67149
67422
  "LowLatencyHlsManifestUrls": "LowLatencyHlsManifestUrls",
67150
- "ModifiedAt": "ModifiedAt"
67423
+ "ModifiedAt": "ModifiedAt",
67424
+ "LowLatencyHlsManifests_*_Url": "LowLatencyHlsManifests.*.Url",
67425
+ "HlsManifests_*_Url": "HlsManifests.*.Url"
67151
67426
  },
67152
67427
  "propertyConstraints": {
67153
67428
  "ChannelGroupName": {
@@ -67690,7 +67965,32 @@
67690
67965
  "Status": "Status",
67691
67966
  "CreatedAt": "CreatedAt",
67692
67967
  "UpdatedAt": "UpdatedAt",
67693
- "FailureReason": "FailureReason"
67968
+ "FailureReason": "FailureReason",
67969
+ "MemoryStrategies_*_SemanticMemoryStrategy_CreatedAt": "MemoryStrategies.*.SemanticMemoryStrategy.CreatedAt",
67970
+ "MemoryStrategies_*_SemanticMemoryStrategy_UpdatedAt": "MemoryStrategies.*.SemanticMemoryStrategy.UpdatedAt",
67971
+ "MemoryStrategies_*_SemanticMemoryStrategy_StrategyId": "MemoryStrategies.*.SemanticMemoryStrategy.StrategyId",
67972
+ "MemoryStrategies_*_SemanticMemoryStrategy_Status": "MemoryStrategies.*.SemanticMemoryStrategy.Status",
67973
+ "MemoryStrategies_*_SemanticMemoryStrategy_Type": "MemoryStrategies.*.SemanticMemoryStrategy.Type",
67974
+ "MemoryStrategies_*_SummaryMemoryStrategy_CreatedAt": "MemoryStrategies.*.SummaryMemoryStrategy.CreatedAt",
67975
+ "MemoryStrategies_*_SummaryMemoryStrategy_UpdatedAt": "MemoryStrategies.*.SummaryMemoryStrategy.UpdatedAt",
67976
+ "MemoryStrategies_*_SummaryMemoryStrategy_StrategyId": "MemoryStrategies.*.SummaryMemoryStrategy.StrategyId",
67977
+ "MemoryStrategies_*_SummaryMemoryStrategy_Status": "MemoryStrategies.*.SummaryMemoryStrategy.Status",
67978
+ "MemoryStrategies_*_SummaryMemoryStrategy_Type": "MemoryStrategies.*.SummaryMemoryStrategy.Type",
67979
+ "MemoryStrategies_*_UserPreferenceMemoryStrategy_CreatedAt": "MemoryStrategies.*.UserPreferenceMemoryStrategy.CreatedAt",
67980
+ "MemoryStrategies_*_UserPreferenceMemoryStrategy_UpdatedAt": "MemoryStrategies.*.UserPreferenceMemoryStrategy.UpdatedAt",
67981
+ "MemoryStrategies_*_UserPreferenceMemoryStrategy_StrategyId": "MemoryStrategies.*.UserPreferenceMemoryStrategy.StrategyId",
67982
+ "MemoryStrategies_*_UserPreferenceMemoryStrategy_Status": "MemoryStrategies.*.UserPreferenceMemoryStrategy.Status",
67983
+ "MemoryStrategies_*_UserPreferenceMemoryStrategy_Type": "MemoryStrategies.*.UserPreferenceMemoryStrategy.Type",
67984
+ "MemoryStrategies_*_CustomMemoryStrategy_CreatedAt": "MemoryStrategies.*.CustomMemoryStrategy.CreatedAt",
67985
+ "MemoryStrategies_*_CustomMemoryStrategy_UpdatedAt": "MemoryStrategies.*.CustomMemoryStrategy.UpdatedAt",
67986
+ "MemoryStrategies_*_CustomMemoryStrategy_StrategyId": "MemoryStrategies.*.CustomMemoryStrategy.StrategyId",
67987
+ "MemoryStrategies_*_CustomMemoryStrategy_Status": "MemoryStrategies.*.CustomMemoryStrategy.Status",
67988
+ "MemoryStrategies_*_CustomMemoryStrategy_Type": "MemoryStrategies.*.CustomMemoryStrategy.Type",
67989
+ "MemoryStrategies_*_EpisodicMemoryStrategy_CreatedAt": "MemoryStrategies.*.EpisodicMemoryStrategy.CreatedAt",
67990
+ "MemoryStrategies_*_EpisodicMemoryStrategy_UpdatedAt": "MemoryStrategies.*.EpisodicMemoryStrategy.UpdatedAt",
67991
+ "MemoryStrategies_*_EpisodicMemoryStrategy_StrategyId": "MemoryStrategies.*.EpisodicMemoryStrategy.StrategyId",
67992
+ "MemoryStrategies_*_EpisodicMemoryStrategy_Status": "MemoryStrategies.*.EpisodicMemoryStrategy.Status",
67993
+ "MemoryStrategies_*_EpisodicMemoryStrategy_Type": "MemoryStrategies.*.EpisodicMemoryStrategy.Type"
67694
67994
  },
67695
67995
  "propertyConstraints": {
67696
67996
  "EventExpiryDuration": {
@@ -67728,6 +68028,8 @@
67728
68028
  "lexicon": "aws",
67729
68029
  "attrs": {
67730
68030
  "Status": "Status",
68031
+ "ClusterEndpoint_Address": "ClusterEndpoint.Address",
68032
+ "ClusterEndpoint_Port": "ClusterEndpoint.Port",
67731
68033
  "ARN": "ARN",
67732
68034
  "ParameterGroupStatus": "ParameterGroupStatus"
67733
68035
  },
@@ -68132,7 +68434,8 @@
68132
68434
  "attrs": {
68133
68435
  "MessageTemplateId": "MessageTemplateId",
68134
68436
  "MessageTemplateArn": "MessageTemplateArn",
68135
- "MessageTemplateContentSha256": "MessageTemplateContentSha256"
68437
+ "MessageTemplateContentSha256": "MessageTemplateContentSha256",
68438
+ "MessageTemplateAttachments_*_AttachmentId": "MessageTemplateAttachments.*.AttachmentId"
68136
68439
  },
68137
68440
  "propertyConstraints": {
68138
68441
  "KnowledgeBaseArn": {
@@ -69172,6 +69475,12 @@
69172
69475
  "attrs": {
69173
69476
  "ModelCardArn": "ModelCardArn",
69174
69477
  "ModelCardVersion": "ModelCardVersion",
69478
+ "CreatedBy_DomainId": "CreatedBy.DomainId",
69479
+ "CreatedBy_UserProfileArn": "CreatedBy.UserProfileArn",
69480
+ "CreatedBy_UserProfileName": "CreatedBy.UserProfileName",
69481
+ "LastModifiedBy_DomainId": "LastModifiedBy.DomainId",
69482
+ "LastModifiedBy_UserProfileArn": "LastModifiedBy.UserProfileArn",
69483
+ "LastModifiedBy_UserProfileName": "LastModifiedBy.UserProfileName",
69175
69484
  "CreationTime": "CreationTime",
69176
69485
  "LastModifiedTime": "LastModifiedTime",
69177
69486
  "ModelCardProcessingStatus": "ModelCardProcessingStatus"
@@ -70503,7 +70812,8 @@
70503
70812
  "kind": "resource",
70504
70813
  "lexicon": "aws",
70505
70814
  "attrs": {
70506
- "PolicyStatus": "PolicyStatus"
70815
+ "PolicyStatus": "PolicyStatus",
70816
+ "PolicyStatus_IsPublic": "PolicyStatus.IsPublic"
70507
70817
  },
70508
70818
  "propertyConstraints": {
70509
70819
  "MrapName": {
@@ -70619,7 +70929,9 @@
70619
70929
  "attrs": {
70620
70930
  "Arn": "Arn",
70621
70931
  "Id": "Id",
70622
- "Status": "Status"
70932
+ "Status": "Status",
70933
+ "LoRaWAN_NumberOfDevicesRequested": "LoRaWAN.NumberOfDevicesRequested",
70934
+ "LoRaWAN_NumberOfDevicesInGroup": "LoRaWAN.NumberOfDevicesInGroup"
70623
70935
  },
70624
70936
  "propertyConstraints": {
70625
70937
  "Name": {
@@ -73078,6 +73390,9 @@
73078
73390
  },
73079
73391
  "MaxAvailableProfileObjectCount": {
73080
73392
  "minimum": 0
73393
+ },
73394
+ "SourcePriority": {
73395
+ "minimum": 1
73081
73396
  }
73082
73397
  },
73083
73398
  "createOnly": [
@@ -73897,7 +74212,10 @@
73897
74212
  "DomainEndpoint": "DomainEndpoint",
73898
74213
  "DomainEndpointV2": "DomainEndpointV2",
73899
74214
  "DomainEndpoints": "DomainEndpoints",
73900
- "ServiceSoftwareOptions": "ServiceSoftwareOptions"
74215
+ "ServiceSoftwareOptions": "ServiceSoftwareOptions",
74216
+ "AdvancedSecurityOptions_AnonymousAuthDisableDate": "AdvancedSecurityOptions.AnonymousAuthDisableDate",
74217
+ "IdentityCenterOptions_IdentityCenterApplicationARN": "IdentityCenterOptions.IdentityCenterApplicationARN",
74218
+ "IdentityCenterOptions_IdentityStoreId": "IdentityCenterOptions.IdentityStoreId"
73901
74219
  },
73902
74220
  "createOnly": [
73903
74221
  "DomainName"
@@ -75821,11 +76139,19 @@
75821
76139
  "Endpoint": {
75822
76140
  "minLength": 5,
75823
76141
  "maxLength": 200
76142
+ },
76143
+ "VpcEndpointId": {
76144
+ "minLength": 5,
76145
+ "maxLength": 200
75824
76146
  }
75825
76147
  },
75826
76148
  "createOnly": [
75827
76149
  "CertificateAuthorityArn",
75828
- "MobileDeviceManagement"
76150
+ "MobileDeviceManagement",
76151
+ "VpcEndpointId"
76152
+ ],
76153
+ "writeOnly": [
76154
+ "VpcEndpointId"
75829
76155
  ],
75830
76156
  "primaryIdentifier": [
75831
76157
  "ConnectorArn"
@@ -76006,7 +76332,12 @@
76006
76332
  "attrs": {
76007
76333
  "PackageId": "PackageId",
76008
76334
  "Arn": "Arn",
76009
- "CreatedTime": "CreatedTime"
76335
+ "CreatedTime": "CreatedTime",
76336
+ "StorageLocation_Bucket": "StorageLocation.Bucket",
76337
+ "StorageLocation_RepoPrefixLocation": "StorageLocation.RepoPrefixLocation",
76338
+ "StorageLocation_GeneratedPrefixLocation": "StorageLocation.GeneratedPrefixLocation",
76339
+ "StorageLocation_BinaryPrefixLocation": "StorageLocation.BinaryPrefixLocation",
76340
+ "StorageLocation_ManifestPrefixLocation": "StorageLocation.ManifestPrefixLocation"
76010
76341
  },
76011
76342
  "createOnly": [
76012
76343
  "PackageName"
@@ -78411,6 +78742,8 @@
78411
78742
  "lexicon": "aws",
78412
78743
  "attrs": {
78413
78744
  "SessionInitializationEndpointPrefix": "SessionInitializationEndpointPrefix",
78745
+ "HlsConfiguration_ManifestEndpointPrefix": "HlsConfiguration.ManifestEndpointPrefix",
78746
+ "DashConfiguration_ManifestEndpointPrefix": "DashConfiguration.ManifestEndpointPrefix",
78414
78747
  "PlaybackConfigurationArn": "PlaybackConfigurationArn",
78415
78748
  "PlaybackEndpointPrefix": "PlaybackEndpointPrefix"
78416
78749
  },
@@ -80476,7 +80809,9 @@
80476
80809
  "DomainUnitId": "DomainUnitId",
80477
80810
  "Id": "Id",
80478
80811
  "Identifier": "Identifier",
80479
- "LastUpdatedAt": "LastUpdatedAt"
80812
+ "LastUpdatedAt": "LastUpdatedAt",
80813
+ "EnvironmentConfigurations_*_EnvironmentConfigurationId": "EnvironmentConfigurations.*.EnvironmentConfigurationId",
80814
+ "EnvironmentConfigurations_*_ConfigurationParameters_ResolvedParameters": "EnvironmentConfigurations.*.ConfigurationParameters.ResolvedParameters"
80480
80815
  },
80481
80816
  "propertyConstraints": {
80482
80817
  "CreatedAt": {
@@ -89881,6 +90216,8 @@
89881
90216
  "lexicon": "aws",
89882
90217
  "attrs": {
89883
90218
  "DeferMaintenanceIdentifier": "DeferMaintenanceIdentifier",
90219
+ "Endpoint_Port": "Endpoint.Port",
90220
+ "Endpoint_Address": "Endpoint.Address",
89884
90221
  "ClusterNamespaceArn": "ClusterNamespaceArn",
89885
90222
  "MasterPasswordSecretArn": "MasterPasswordSecretArn"
89886
90223
  },
@@ -90194,7 +90531,18 @@
90194
90531
  "kind": "resource",
90195
90532
  "lexicon": "aws",
90196
90533
  "attrs": {
90197
- "Namespace": "Namespace"
90534
+ "Namespace": "Namespace",
90535
+ "Namespace_NamespaceArn": "Namespace.NamespaceArn",
90536
+ "Namespace_NamespaceId": "Namespace.NamespaceId",
90537
+ "Namespace_NamespaceName": "Namespace.NamespaceName",
90538
+ "Namespace_AdminUsername": "Namespace.AdminUsername",
90539
+ "Namespace_DbName": "Namespace.DbName",
90540
+ "Namespace_KmsKeyId": "Namespace.KmsKeyId",
90541
+ "Namespace_DefaultIamRoleArn": "Namespace.DefaultIamRoleArn",
90542
+ "Namespace_IamRoles": "Namespace.IamRoles",
90543
+ "Namespace_LogExports": "Namespace.LogExports",
90544
+ "Namespace_Status": "Namespace.Status",
90545
+ "Namespace_CreationDate": "Namespace.CreationDate"
90198
90546
  },
90199
90547
  "propertyConstraints": {
90200
90548
  "AdminUserPassword": {
@@ -90259,7 +90607,17 @@
90259
90607
  "lexicon": "aws",
90260
90608
  "attrs": {
90261
90609
  "Snapshot": "Snapshot",
90262
- "OwnerAccount": "OwnerAccount"
90610
+ "OwnerAccount": "OwnerAccount",
90611
+ "Snapshot_SnapshotName": "Snapshot.SnapshotName",
90612
+ "Snapshot_NamespaceName": "Snapshot.NamespaceName",
90613
+ "Snapshot_NamespaceArn": "Snapshot.NamespaceArn",
90614
+ "Snapshot_SnapshotArn": "Snapshot.SnapshotArn",
90615
+ "Snapshot_SnapshotCreateTime": "Snapshot.SnapshotCreateTime",
90616
+ "Snapshot_Status": "Snapshot.Status",
90617
+ "Snapshot_AdminUsername": "Snapshot.AdminUsername",
90618
+ "Snapshot_KmsKeyId": "Snapshot.KmsKeyId",
90619
+ "Snapshot_OwnerAccount": "Snapshot.OwnerAccount",
90620
+ "Snapshot_RetentionPeriod": "Snapshot.RetentionPeriod"
90263
90621
  },
90264
90622
  "propertyConstraints": {
90265
90623
  "SnapshotName": {
@@ -91170,86 +91528,48 @@
91170
91528
  "kind": "resource",
91171
91529
  "lexicon": "aws",
91172
91530
  "attrs": {
91173
- "ConfigurationEndPoint": "ConfigurationEndPoint",
91174
- "PrimaryEndPoint": "PrimaryEndPoint",
91175
- "ReadEndPoint": "ReadEndPoint",
91176
- "ReaderEndPoint": "ReaderEndPoint"
91531
+ "ConfigurationEndPoint_Address": "ConfigurationEndPoint.Address",
91532
+ "PrimaryEndPoint_Address": "PrimaryEndPoint.Address",
91533
+ "PrimaryEndPoint_Port": "PrimaryEndPoint.Port",
91534
+ "ReaderEndPoint_Address": "ReaderEndPoint.Address",
91535
+ "ConfigurationEndPoint_Port": "ConfigurationEndPoint.Port",
91536
+ "ReadEndPoint_Addresses_List": "ReadEndPoint.Addresses.List",
91537
+ "ReadEndPoint_Ports_List": "ReadEndPoint.Ports.List",
91538
+ "ReaderEndPoint_Port": "ReaderEndPoint.Port",
91539
+ "ReadEndPoint_Addresses": "ReadEndPoint.Addresses",
91540
+ "ReadEndPoint_Ports": "ReadEndPoint.Ports",
91541
+ "ReplicationGroupId": "ReplicationGroupId"
91177
91542
  },
91178
91543
  "propertyConstraints": {
91179
- "NumNodeGroups": {
91180
- "default": 1
91181
- },
91182
- "AutomaticFailoverEnabled": {
91183
- "default": false
91184
- },
91185
91544
  "ReplicasPerNodeGroup": {
91186
91545
  "minimum": 0,
91187
91546
  "maximum": 5
91188
91547
  },
91189
- "TransitEncryptionEnabled": {
91190
- "default": false
91548
+ "SecurityGroupIds": {
91549
+ "format": "AWS::EC2::SecurityGroup.Ids"
91191
91550
  },
91192
91551
  "NumCacheClusters": {
91193
91552
  "minimum": 1,
91194
91553
  "maximum": 6
91195
- },
91196
- "AtRestEncryptionEnabled": {
91197
- "default": false
91198
- },
91199
- "SecurityGroupIds": {
91200
- "format": "AWS::EC2::SecurityGroup.Ids"
91201
- },
91202
- "SnapshotRetentionLimit": {
91203
- "default": 0
91204
91554
  }
91205
91555
  },
91206
91556
  "createOnly": [
91207
- "AtRestEncryptionEnabled",
91208
- "CacheSubnetGroupName",
91209
- "DataTieringEnabled",
91210
- "GlobalReplicationGroupId",
91211
91557
  "KmsKeyId",
91212
- "NetworkType",
91213
91558
  "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
91559
  "SnapshotArns",
91230
91560
  "SnapshotName",
91231
- "NodeGroupConfiguration",
91232
- "NumNodeGroups",
91561
+ "CacheSubnetGroupName",
91562
+ "NetworkType",
91563
+ "DataTieringEnabled",
91564
+ "AtRestEncryptionEnabled",
91565
+ "ReplicationGroupId",
91566
+ "GlobalReplicationGroupId",
91233
91567
  "ReplicasPerNodeGroup",
91234
- "KmsKeyId",
91235
- "PrimaryClusterId",
91236
91568
  "PreferredCacheClusterAZs"
91237
91569
  ],
91238
91570
  "primaryIdentifier": [
91239
91571
  "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
- }
91572
+ ]
91253
91573
  },
91254
91574
  "ReplicationGroup_CloudWatchLogsDestinationDetails": {
91255
91575
  "resourceType": "AWS::ElastiCache::ReplicationGroup.CloudWatchLogsDestinationDetails",
@@ -91261,11 +91581,6 @@
91261
91581
  "kind": "property",
91262
91582
  "lexicon": "aws"
91263
91583
  },
91264
- "ReplicationGroup_Endpoint": {
91265
- "resourceType": "AWS::ElastiCache::ReplicationGroup.Endpoint",
91266
- "kind": "property",
91267
- "lexicon": "aws"
91268
- },
91269
91584
  "ReplicationGroup_KinesisFirehoseDestinationDetails": {
91270
91585
  "resourceType": "AWS::ElastiCache::ReplicationGroup.KinesisFirehoseDestinationDetails",
91271
91586
  "kind": "property",
@@ -93257,6 +93572,11 @@
93257
93572
  "kind": "property",
93258
93573
  "lexicon": "aws"
93259
93574
  },
93575
+ "ResourceTagsCriteriaCondition": {
93576
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.ResourceTagsCriteriaCondition",
93577
+ "kind": "property",
93578
+ "lexicon": "aws"
93579
+ },
93260
93580
  "ResourceUpdateConstraint": {
93261
93581
  "resourceType": "AWS::ServiceCatalog::ResourceUpdateConstraint",
93262
93582
  "kind": "resource",
@@ -95725,6 +96045,10 @@
95725
96045
  "resourceType": "AWS::FSx::S3AccessPointAttachment",
95726
96046
  "kind": "resource",
95727
96047
  "lexicon": "aws",
96048
+ "attrs": {
96049
+ "S3AccessPoint_ResourceARN": "S3AccessPoint.ResourceARN",
96050
+ "S3AccessPoint_Alias": "S3AccessPoint.Alias"
96051
+ },
95728
96052
  "propertyConstraints": {
95729
96053
  "Name": {
95730
96054
  "pattern": "^(?=[a-z0-9])[a-z0-9-]{1,48}[a-z0-9]$",
@@ -96046,7 +96370,10 @@
96046
96370
  "attrs": {
96047
96371
  "Arn": "Arn",
96048
96372
  "Alias": "Alias",
96373
+ "Alias_Value": "Alias.Value",
96374
+ "Alias_Status": "Alias.Status",
96049
96375
  "PolicyStatus": "PolicyStatus",
96376
+ "PolicyStatus_IsPublic": "PolicyStatus.IsPublic",
96050
96377
  "CreationDate": "CreationDate",
96051
96378
  "PublicAccessBlockConfiguration": "PublicAccessBlockConfiguration"
96052
96379
  },
@@ -96386,7 +96713,8 @@
96386
96713
  "kind": "resource",
96387
96714
  "lexicon": "aws",
96388
96715
  "attrs": {
96389
- "Arn": "Arn"
96716
+ "Arn": "Arn",
96717
+ "LogSources_*_Identifier": "LogSources.*.Identifier"
96390
96718
  },
96391
96719
  "propertyConstraints": {
96392
96720
  "RoleArn": {
@@ -97470,7 +97798,9 @@
97470
97798
  "ClusterArn": "ClusterArn",
97471
97799
  "CreationTime": "CreationTime",
97472
97800
  "ClusterStatus": "ClusterStatus",
97473
- "FailureMessage": "FailureMessage"
97801
+ "FailureMessage": "FailureMessage",
97802
+ "InstanceGroups_*_CurrentCount": "InstanceGroups.*.CurrentCount",
97803
+ "RestrictedInstanceGroups_*_CurrentCount": "RestrictedInstanceGroups.*.CurrentCount"
97474
97804
  },
97475
97805
  "propertyConstraints": {
97476
97806
  "ClusterArn": {
@@ -99495,7 +99825,10 @@
99495
99825
  "kind": "resource",
99496
99826
  "lexicon": "aws",
99497
99827
  "attrs": {
99498
- "Id": "Id"
99828
+ "Id": "Id",
99829
+ "IamIdentityCenterOptions_ApplicationArn": "IamIdentityCenterOptions.ApplicationArn",
99830
+ "IamIdentityCenterOptions_ApplicationName": "IamIdentityCenterOptions.ApplicationName",
99831
+ "IamIdentityCenterOptions_ApplicationDescription": "IamIdentityCenterOptions.ApplicationDescription"
99499
99832
  },
99500
99833
  "propertyConstraints": {
99501
99834
  "Description": {
@@ -99835,6 +100168,117 @@
99835
100168
  "kind": "property",
99836
100169
  "lexicon": "aws"
99837
100170
  },
100171
+ "SecurityHubAutomationRule": {
100172
+ "resourceType": "AWS::SecurityHub::AutomationRule",
100173
+ "kind": "resource",
100174
+ "lexicon": "aws",
100175
+ "attrs": {
100176
+ "RuleArn": "RuleArn",
100177
+ "CreatedAt": "CreatedAt",
100178
+ "UpdatedAt": "UpdatedAt",
100179
+ "CreatedBy": "CreatedBy"
100180
+ },
100181
+ "propertyConstraints": {
100182
+ "RuleArn": {
100183
+ "pattern": "arn:aws\\S*:securityhub:\\S*"
100184
+ },
100185
+ "RuleStatus": {
100186
+ "enum": [
100187
+ "ENABLED",
100188
+ "DISABLED"
100189
+ ]
100190
+ },
100191
+ "RuleOrder": {
100192
+ "minimum": 1,
100193
+ "maximum": 1000
100194
+ },
100195
+ "Description": {
100196
+ "minLength": 1,
100197
+ "maxLength": 1024
100198
+ },
100199
+ "RuleName": {
100200
+ "minLength": 1,
100201
+ "maxLength": 256
100202
+ },
100203
+ "CreatedBy": {
100204
+ "minLength": 1,
100205
+ "maxLength": 256
100206
+ }
100207
+ },
100208
+ "primaryIdentifier": [
100209
+ "RuleArn"
100210
+ ],
100211
+ "tagging": {
100212
+ "taggable": true,
100213
+ "tagOnCreate": true,
100214
+ "tagUpdatable": true
100215
+ }
100216
+ },
100217
+ "SecurityHubAutomationRule_AutomationRulesAction": {
100218
+ "resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesAction",
100219
+ "kind": "property",
100220
+ "lexicon": "aws"
100221
+ },
100222
+ "SecurityHubAutomationRule_AutomationRulesFindingFieldsUpdate": {
100223
+ "resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesFindingFieldsUpdate",
100224
+ "kind": "property",
100225
+ "lexicon": "aws"
100226
+ },
100227
+ "SecurityHubAutomationRule_AutomationRulesFindingFilters": {
100228
+ "resourceType": "AWS::SecurityHub::AutomationRule.AutomationRulesFindingFilters",
100229
+ "kind": "property",
100230
+ "lexicon": "aws"
100231
+ },
100232
+ "SecurityHubAutomationRule_BooleanFilter": {
100233
+ "resourceType": "AWS::SecurityHub::AutomationRule.BooleanFilter",
100234
+ "kind": "property",
100235
+ "lexicon": "aws"
100236
+ },
100237
+ "SecurityHubAutomationRule_DateFilter": {
100238
+ "resourceType": "AWS::SecurityHub::AutomationRule.DateFilter",
100239
+ "kind": "property",
100240
+ "lexicon": "aws"
100241
+ },
100242
+ "SecurityHubAutomationRule_DateRange": {
100243
+ "resourceType": "AWS::SecurityHub::AutomationRule.DateRange",
100244
+ "kind": "property",
100245
+ "lexicon": "aws"
100246
+ },
100247
+ "SecurityHubAutomationRule_MapFilter": {
100248
+ "resourceType": "AWS::SecurityHub::AutomationRule.MapFilter",
100249
+ "kind": "property",
100250
+ "lexicon": "aws"
100251
+ },
100252
+ "SecurityHubAutomationRule_NoteUpdate": {
100253
+ "resourceType": "AWS::SecurityHub::AutomationRule.NoteUpdate",
100254
+ "kind": "property",
100255
+ "lexicon": "aws"
100256
+ },
100257
+ "SecurityHubAutomationRule_NumberFilter": {
100258
+ "resourceType": "AWS::SecurityHub::AutomationRule.NumberFilter",
100259
+ "kind": "property",
100260
+ "lexicon": "aws"
100261
+ },
100262
+ "SecurityHubAutomationRule_RelatedFinding": {
100263
+ "resourceType": "AWS::SecurityHub::AutomationRule.RelatedFinding",
100264
+ "kind": "property",
100265
+ "lexicon": "aws"
100266
+ },
100267
+ "SecurityHubAutomationRule_SeverityUpdate": {
100268
+ "resourceType": "AWS::SecurityHub::AutomationRule.SeverityUpdate",
100269
+ "kind": "property",
100270
+ "lexicon": "aws"
100271
+ },
100272
+ "SecurityHubAutomationRule_StringFilter": {
100273
+ "resourceType": "AWS::SecurityHub::AutomationRule.StringFilter",
100274
+ "kind": "property",
100275
+ "lexicon": "aws"
100276
+ },
100277
+ "SecurityHubAutomationRule_WorkflowUpdate": {
100278
+ "resourceType": "AWS::SecurityHub::AutomationRule.WorkflowUpdate",
100279
+ "kind": "property",
100280
+ "lexicon": "aws"
100281
+ },
99838
100282
  "SecurityHubPolicy": {
99839
100283
  "resourceType": "AWS::SecurityHub::ConfigurationPolicy.SecurityHubPolicy",
99840
100284
  "kind": "property",
@@ -100522,6 +100966,10 @@
100522
100966
  "FullEngineVersion": "FullEngineVersion",
100523
100967
  "CreateTime": "CreateTime",
100524
100968
  "Status": "Status",
100969
+ "Endpoint_Address": "Endpoint.Address",
100970
+ "Endpoint_Port": "Endpoint.Port",
100971
+ "ReaderEndpoint_Address": "ReaderEndpoint.Address",
100972
+ "ReaderEndpoint_Port": "ReaderEndpoint.Port",
100525
100973
  "ARN": "ARN"
100526
100974
  },
100527
100975
  "propertyConstraints": {
@@ -101300,6 +101748,8 @@
101300
101748
  "attrs": {
101301
101749
  "Arn": "Arn",
101302
101750
  "CreatedAt": "CreatedAt",
101751
+ "DnsEntry_DomainName": "DnsEntry.DomainName",
101752
+ "DnsEntry_HostedZoneId": "DnsEntry.HostedZoneId",
101303
101753
  "Id": "Id",
101304
101754
  "ServiceNetworkArn": "ServiceNetworkArn",
101305
101755
  "ServiceNetworkId": "ServiceNetworkId",
@@ -101579,7 +102029,23 @@
101579
102029
  "lexicon": "aws",
101580
102030
  "attrs": {
101581
102031
  "Id": "Id",
101582
- "Arn": "Arn"
102032
+ "Arn": "Arn",
102033
+ "LoRaWAN_UlRate": "LoRaWAN.UlRate",
102034
+ "LoRaWAN_UlBucketSize": "LoRaWAN.UlBucketSize",
102035
+ "LoRaWAN_UlRatePolicy": "LoRaWAN.UlRatePolicy",
102036
+ "LoRaWAN_DlRate": "LoRaWAN.DlRate",
102037
+ "LoRaWAN_DlBucketSize": "LoRaWAN.DlBucketSize",
102038
+ "LoRaWAN_DlRatePolicy": "LoRaWAN.DlRatePolicy",
102039
+ "LoRaWAN_DevStatusReqFreq": "LoRaWAN.DevStatusReqFreq",
102040
+ "LoRaWAN_ReportDevStatusBattery": "LoRaWAN.ReportDevStatusBattery",
102041
+ "LoRaWAN_ReportDevStatusMargin": "LoRaWAN.ReportDevStatusMargin",
102042
+ "LoRaWAN_DrMin": "LoRaWAN.DrMin",
102043
+ "LoRaWAN_DrMax": "LoRaWAN.DrMax",
102044
+ "LoRaWAN_ChannelMask": "LoRaWAN.ChannelMask",
102045
+ "LoRaWAN_HrAllowed": "LoRaWAN.HrAllowed",
102046
+ "LoRaWAN_NwkGeoLoc": "LoRaWAN.NwkGeoLoc",
102047
+ "LoRaWAN_TargetPer": "LoRaWAN.TargetPer",
102048
+ "LoRaWAN_MinGwDiversity": "LoRaWAN.MinGwDiversity"
101583
102049
  },
101584
102050
  "propertyConstraints": {
101585
102051
  "Name": {
@@ -101923,7 +102389,12 @@
101923
102389
  "attrs": {
101924
102390
  "Arn": "Arn",
101925
102391
  "CreationTime": "CreationTime",
101926
- "LastModificationTime": "LastModificationTime"
102392
+ "LastModificationTime": "LastModificationTime",
102393
+ "NodeCounts_TotalNodes": "NodeCounts.TotalNodes",
102394
+ "NodeCounts_TotalBranches": "NodeCounts.TotalBranches",
102395
+ "NodeCounts_TotalSensors": "NodeCounts.TotalSensors",
102396
+ "NodeCounts_TotalAttributes": "NodeCounts.TotalAttributes",
102397
+ "NodeCounts_TotalActuators": "NodeCounts.TotalActuators"
101927
102398
  },
101928
102399
  "propertyConstraints": {
101929
102400
  "CreationTime": {
@@ -104692,6 +105163,9 @@
104692
105163
  "resourceType": "AWS::S3::StorageLens",
104693
105164
  "kind": "resource",
104694
105165
  "lexicon": "aws",
105166
+ "attrs": {
105167
+ "StorageLensConfiguration_StorageLensArn": "StorageLensConfiguration.StorageLensArn"
105168
+ },
104695
105169
  "createOnly": [
104696
105170
  "StorageLensConfiguration/Id"
104697
105171
  ],
@@ -105267,6 +105741,11 @@
105267
105741
  "kind": "property",
105268
105742
  "lexicon": "aws"
105269
105743
  },
105744
+ "StringCriteriaCondition": {
105745
+ "resourceType": "AWS::ComputeOptimizer::AutomationRule.StringCriteriaCondition",
105746
+ "kind": "property",
105747
+ "lexicon": "aws"
105748
+ },
105270
105749
  "StringDatasetParameter": {
105271
105750
  "resourceType": "AWS::QuickSight::DataSet.StringDatasetParameter",
105272
105751
  "kind": "property",
@@ -108604,6 +109083,11 @@
108604
109083
  "kind": "property",
108605
109084
  "lexicon": "aws"
108606
109085
  },
109086
+ "TextAttributes": {
109087
+ "resourceType": "AWS::Cases::Field.TextAttributes",
109088
+ "kind": "property",
109089
+ "lexicon": "aws"
109090
+ },
108607
109091
  "TextDocumentStatistics": {
108608
109092
  "resourceType": "AWS::QBusiness::Index.TextDocumentStatistics",
108609
109093
  "kind": "property",
@@ -110696,6 +111180,12 @@
110696
111180
  "lexicon": "aws",
110697
111181
  "attrs": {
110698
111182
  "TransitGatewayConnectPeerId": "TransitGatewayConnectPeerId",
111183
+ "ConnectPeerConfiguration_Protocol": "ConnectPeerConfiguration.Protocol",
111184
+ "ConnectPeerConfiguration_BgpConfigurations": "ConnectPeerConfiguration.BgpConfigurations",
111185
+ "ConnectPeerConfiguration_BgpConfigurations_*_TransitGatewayAddress": "ConnectPeerConfiguration.BgpConfigurations.*.TransitGatewayAddress",
111186
+ "ConnectPeerConfiguration_BgpConfigurations_*_BgpStatus": "ConnectPeerConfiguration.BgpConfigurations.*.BgpStatus",
111187
+ "ConnectPeerConfiguration_BgpConfigurations_*_PeerAddress": "ConnectPeerConfiguration.BgpConfigurations.*.PeerAddress",
111188
+ "ConnectPeerConfiguration_BgpConfigurations_*_TransitGatewayAsn": "ConnectPeerConfiguration.BgpConfigurations.*.TransitGatewayAsn",
110699
111189
  "State": "State",
110700
111190
  "CreationTime": "CreationTime"
110701
111191
  },
@@ -112571,7 +113061,10 @@
112571
113061
  "lexicon": "aws",
112572
113062
  "attrs": {
112573
113063
  "AssociatedPortalArns": "AssociatedPortalArns",
112574
- "UserSettingsArn": "UserSettingsArn"
113064
+ "UserSettingsArn": "UserSettingsArn",
113065
+ "BrandingConfiguration_LogoMetadata": "BrandingConfiguration.LogoMetadata",
113066
+ "BrandingConfiguration_FaviconMetadata": "BrandingConfiguration.FaviconMetadata",
113067
+ "BrandingConfiguration_WallpaperMetadata": "BrandingConfiguration.WallpaperMetadata"
112575
113068
  },
112576
113069
  "propertyConstraints": {
112577
113070
  "CustomerManagedKey": {
@@ -112894,7 +113387,31 @@
112894
113387
  "VpcEncryptionControlId": "VpcEncryptionControlId",
112895
113388
  "State": "State",
112896
113389
  "StateMessage": "StateMessage",
112897
- "ResourceExclusions": "ResourceExclusions"
113390
+ "ResourceExclusions": "ResourceExclusions",
113391
+ "ResourceExclusions_InternetGateway": "ResourceExclusions.InternetGateway",
113392
+ "ResourceExclusions_InternetGateway_State": "ResourceExclusions.InternetGateway.State",
113393
+ "ResourceExclusions_InternetGateway_StateMessage": "ResourceExclusions.InternetGateway.StateMessage",
113394
+ "ResourceExclusions_EgressOnlyInternetGateway": "ResourceExclusions.EgressOnlyInternetGateway",
113395
+ "ResourceExclusions_EgressOnlyInternetGateway_State": "ResourceExclusions.EgressOnlyInternetGateway.State",
113396
+ "ResourceExclusions_EgressOnlyInternetGateway_StateMessage": "ResourceExclusions.EgressOnlyInternetGateway.StateMessage",
113397
+ "ResourceExclusions_NatGateway": "ResourceExclusions.NatGateway",
113398
+ "ResourceExclusions_NatGateway_State": "ResourceExclusions.NatGateway.State",
113399
+ "ResourceExclusions_NatGateway_StateMessage": "ResourceExclusions.NatGateway.StateMessage",
113400
+ "ResourceExclusions_VirtualPrivateGateway": "ResourceExclusions.VirtualPrivateGateway",
113401
+ "ResourceExclusions_VirtualPrivateGateway_State": "ResourceExclusions.VirtualPrivateGateway.State",
113402
+ "ResourceExclusions_VirtualPrivateGateway_StateMessage": "ResourceExclusions.VirtualPrivateGateway.StateMessage",
113403
+ "ResourceExclusions_VpcPeering": "ResourceExclusions.VpcPeering",
113404
+ "ResourceExclusions_VpcPeering_State": "ResourceExclusions.VpcPeering.State",
113405
+ "ResourceExclusions_VpcPeering_StateMessage": "ResourceExclusions.VpcPeering.StateMessage",
113406
+ "ResourceExclusions_VpcLattice": "ResourceExclusions.VpcLattice",
113407
+ "ResourceExclusions_VpcLattice_State": "ResourceExclusions.VpcLattice.State",
113408
+ "ResourceExclusions_VpcLattice_StateMessage": "ResourceExclusions.VpcLattice.StateMessage",
113409
+ "ResourceExclusions_ElasticFileSystem": "ResourceExclusions.ElasticFileSystem",
113410
+ "ResourceExclusions_ElasticFileSystem_State": "ResourceExclusions.ElasticFileSystem.State",
113411
+ "ResourceExclusions_ElasticFileSystem_StateMessage": "ResourceExclusions.ElasticFileSystem.StateMessage",
113412
+ "ResourceExclusions_Lambda": "ResourceExclusions.Lambda",
113413
+ "ResourceExclusions_Lambda_State": "ResourceExclusions.Lambda.State",
113414
+ "ResourceExclusions_Lambda_StateMessage": "ResourceExclusions.Lambda.StateMessage"
112898
113415
  },
112899
113416
  "propertyConstraints": {
112900
113417
  "Mode": {
@@ -113237,8 +113754,7 @@
113237
113754
  "TransportTransitGatewayAttachmentId",
113238
113755
  "TunnelInsideIpVersion",
113239
113756
  "PreSharedKeyStorage",
113240
- "TunnelBandwidth",
113241
- "VpnTunnelOptionsSpecifications"
113757
+ "TunnelBandwidth"
113242
113758
  ],
113243
113759
  "writeOnly": [
113244
113760
  "PreSharedKeyStorage",
@@ -115858,6 +116374,8 @@
115858
116374
  "attrs": {
115859
116375
  "Arn": "Arn",
115860
116376
  "CreatedAt": "CreatedAt",
116377
+ "DnsEntry_DomainName": "DnsEntry.DomainName",
116378
+ "DnsEntry_HostedZoneId": "DnsEntry.HostedZoneId",
115861
116379
  "Id": "Id",
115862
116380
  "LastUpdatedAt": "LastUpdatedAt",
115863
116381
  "Status": "Status"
@@ -116547,7 +117065,9 @@
116547
117065
  "attrs": {
116548
117066
  "Arn": "Arn",
116549
117067
  "Id": "Id",
116550
- "LabelNamespace": "LabelNamespace"
117068
+ "LabelNamespace": "LabelNamespace",
117069
+ "AvailableLabels_*_Name": "AvailableLabels.*.Name",
117070
+ "ConsumedLabels_*_Name": "ConsumedLabels.*.Name"
116551
117071
  },
116552
117072
  "propertyConstraints": {
116553
117073
  "Capacity": {
@@ -117447,6 +117967,7 @@
117447
117967
  "attrs": {
117448
117968
  "Arn": "Arn",
117449
117969
  "WebAppId": "WebAppId",
117970
+ "IdentityProviderDetails_ApplicationArn": "IdentityProviderDetails.ApplicationArn",
117450
117971
  "VpcEndpointId": "VpcEndpointId"
117451
117972
  },
117452
117973
  "propertyConstraints": {
@@ -117851,7 +118372,8 @@
117851
118372
  "InitializedImportedDevicesCount": "InitializedImportedDevicesCount",
117852
118373
  "PendingImportedDevicesCount": "PendingImportedDevicesCount",
117853
118374
  "OnboardedImportedDevicesCount": "OnboardedImportedDevicesCount",
117854
- "FailedImportedDevicesCount": "FailedImportedDevicesCount"
118375
+ "FailedImportedDevicesCount": "FailedImportedDevicesCount",
118376
+ "Sidewalk_DeviceCreationFileList": "Sidewalk.DeviceCreationFileList"
117855
118377
  },
117856
118378
  "propertyConstraints": {
117857
118379
  "Id": {
@@ -118103,7 +118625,9 @@
118103
118625
  "kind": "resource",
118104
118626
  "lexicon": "aws",
118105
118627
  "attrs": {
118106
- "CreationTime": "CreationTime"
118628
+ "CreationTime": "CreationTime",
118629
+ "WorkGroupConfiguration_EngineVersion_EffectiveEngineVersion": "WorkGroupConfiguration.EngineVersion.EffectiveEngineVersion",
118630
+ "WorkGroupConfigurationUpdates_EngineVersion_EffectiveEngineVersion": "WorkGroupConfigurationUpdates.EngineVersion.EffectiveEngineVersion"
118107
118631
  },
118108
118632
  "propertyConstraints": {
118109
118633
  "Name": {
@@ -118745,6 +119269,31 @@
118745
119269
  "resourceType": "AWS::RedshiftServerless::Workgroup",
118746
119270
  "kind": "resource",
118747
119271
  "lexicon": "aws",
119272
+ "attrs": {
119273
+ "Workgroup_WorkgroupId": "Workgroup.WorkgroupId",
119274
+ "Workgroup_WorkgroupArn": "Workgroup.WorkgroupArn",
119275
+ "Workgroup_WorkgroupName": "Workgroup.WorkgroupName",
119276
+ "Workgroup_NamespaceName": "Workgroup.NamespaceName",
119277
+ "Workgroup_BaseCapacity": "Workgroup.BaseCapacity",
119278
+ "Workgroup_MaxCapacity": "Workgroup.MaxCapacity",
119279
+ "Workgroup_EnhancedVpcRouting": "Workgroup.EnhancedVpcRouting",
119280
+ "Workgroup_ConfigParameters_*_ParameterKey": "Workgroup.ConfigParameters.*.ParameterKey",
119281
+ "Workgroup_ConfigParameters_*_ParameterValue": "Workgroup.ConfigParameters.*.ParameterValue",
119282
+ "Workgroup_SecurityGroupIds": "Workgroup.SecurityGroupIds",
119283
+ "Workgroup_SubnetIds": "Workgroup.SubnetIds",
119284
+ "Workgroup_TrackName": "Workgroup.TrackName",
119285
+ "Workgroup_Status": "Workgroup.Status",
119286
+ "Workgroup_Endpoint_Address": "Workgroup.Endpoint.Address",
119287
+ "Workgroup_Endpoint_Port": "Workgroup.Endpoint.Port",
119288
+ "Workgroup_Endpoint_VpcEndpoints_*_VpcEndpointId": "Workgroup.Endpoint.VpcEndpoints.*.VpcEndpointId",
119289
+ "Workgroup_Endpoint_VpcEndpoints_*_VpcId": "Workgroup.Endpoint.VpcEndpoints.*.VpcId",
119290
+ "Workgroup_Endpoint_VpcEndpoints_*_NetworkInterfaces_*_NetworkInterfaceId": "Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.NetworkInterfaceId",
119291
+ "Workgroup_Endpoint_VpcEndpoints_*_NetworkInterfaces_*_SubnetId": "Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.SubnetId",
119292
+ "Workgroup_Endpoint_VpcEndpoints_*_NetworkInterfaces_*_PrivateIpAddress": "Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.PrivateIpAddress",
119293
+ "Workgroup_Endpoint_VpcEndpoints_*_NetworkInterfaces_*_AvailabilityZone": "Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.AvailabilityZone",
119294
+ "Workgroup_PubliclyAccessible": "Workgroup.PubliclyAccessible",
119295
+ "Workgroup_CreationDate": "Workgroup.CreationDate"
119296
+ },
118748
119297
  "propertyConstraints": {
118749
119298
  "WorkgroupName": {
118750
119299
  "pattern": "^(?=^[a-z0-9-]+$).{3,64}$",
@@ -118882,7 +119431,8 @@
118882
119431
  "attrs": {
118883
119432
  "WorkspaceInstanceId": "WorkspaceInstanceId",
118884
119433
  "ProvisionState": "ProvisionState",
118885
- "EC2ManagedInstance": "EC2ManagedInstance"
119434
+ "EC2ManagedInstance": "EC2ManagedInstance",
119435
+ "EC2ManagedInstance_InstanceId": "EC2ManagedInstance.InstanceId"
118886
119436
  },
118887
119437
  "propertyConstraints": {
118888
119438
  "WorkspaceInstanceId": {