@intentius/chant-lexicon-aws 0.0.13 → 0.0.15
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 +26 -24
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1093 -341
- package/dist/rules/waw030.ts +55 -0
- package/dist/rules/waw031.ts +66 -0
- package/dist/skills/chant-eks.md +175 -0
- package/dist/types/index.d.ts +841 -61
- package/package.json +29 -26
- package/src/codegen/docs.ts +103 -8
- package/src/generated/index.d.ts +841 -61
- package/src/generated/index.ts +65 -4
- package/src/generated/lexicon-aws.json +1093 -341
- package/src/lint/post-synth/waw030.test.ts +209 -1
- package/src/lint/post-synth/waw030.ts +55 -0
- package/src/lint/post-synth/waw031.test.ts +273 -0
- package/src/lint/post-synth/waw031.ts +66 -0
- package/src/plugin.ts +320 -2
- package/src/serializer.test.ts +40 -0
- package/src/serializer.ts +6 -1
|
@@ -1102,6 +1102,16 @@
|
|
|
1102
1102
|
"kind": "property",
|
|
1103
1103
|
"lexicon": "aws"
|
|
1104
1104
|
},
|
|
1105
|
+
"ARCRegionSwitchPlan_RdsCreateCrossRegionReplicaConfiguration": {
|
|
1106
|
+
"resourceType": "AWS::ARCRegionSwitch::Plan.RdsCreateCrossRegionReplicaConfiguration",
|
|
1107
|
+
"kind": "property",
|
|
1108
|
+
"lexicon": "aws"
|
|
1109
|
+
},
|
|
1110
|
+
"ARCRegionSwitchPlan_RdsPromoteReadReplicaConfiguration": {
|
|
1111
|
+
"resourceType": "AWS::ARCRegionSwitch::Plan.RdsPromoteReadReplicaConfiguration",
|
|
1112
|
+
"kind": "property",
|
|
1113
|
+
"lexicon": "aws"
|
|
1114
|
+
},
|
|
1105
1115
|
"ARCRegionSwitchPlan_RegionSwitchPlanConfiguration": {
|
|
1106
1116
|
"resourceType": "AWS::ARCRegionSwitch::Plan.RegionSwitchPlanConfiguration",
|
|
1107
1117
|
"kind": "property",
|
|
@@ -13038,6 +13048,11 @@
|
|
|
13038
13048
|
"kind": "property",
|
|
13039
13049
|
"lexicon": "aws"
|
|
13040
13050
|
},
|
|
13051
|
+
"BedrockEvaluatorModelConfig": {
|
|
13052
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.BedrockEvaluatorModelConfig",
|
|
13053
|
+
"kind": "property",
|
|
13054
|
+
"lexicon": "aws"
|
|
13055
|
+
},
|
|
13041
13056
|
"BedrockFlow": {
|
|
13042
13057
|
"resourceType": "AWS::Bedrock::Flow",
|
|
13043
13058
|
"kind": "resource",
|
|
@@ -13557,6 +13572,48 @@
|
|
|
13557
13572
|
"kind": "property",
|
|
13558
13573
|
"lexicon": "aws"
|
|
13559
13574
|
},
|
|
13575
|
+
"BedrockMantleProject": {
|
|
13576
|
+
"resourceType": "AWS::BedrockMantle::Project",
|
|
13577
|
+
"kind": "resource",
|
|
13578
|
+
"lexicon": "aws",
|
|
13579
|
+
"attrs": {
|
|
13580
|
+
"Arn": "Arn",
|
|
13581
|
+
"CreatedAt": "CreatedAt",
|
|
13582
|
+
"Id": "Id"
|
|
13583
|
+
},
|
|
13584
|
+
"propertyConstraints": {
|
|
13585
|
+
"Arn": {
|
|
13586
|
+
"pattern": "^arn:[a-zA-Z0-9_\\-]+:bedrock-mantle:[a-zA-Z0-9_\\-]+:[0-9]+:project/(default|proj_[a-z0-9]+)$",
|
|
13587
|
+
"minLength": 1,
|
|
13588
|
+
"maxLength": 256
|
|
13589
|
+
},
|
|
13590
|
+
"CreatedAt": {
|
|
13591
|
+
"format": "date-time"
|
|
13592
|
+
},
|
|
13593
|
+
"Id": {
|
|
13594
|
+
"pattern": "^(default|proj_[a-z0-9]+)$",
|
|
13595
|
+
"minLength": 1,
|
|
13596
|
+
"maxLength": 25
|
|
13597
|
+
},
|
|
13598
|
+
"Name": {
|
|
13599
|
+
"minLength": 1,
|
|
13600
|
+
"maxLength": 128
|
|
13601
|
+
}
|
|
13602
|
+
},
|
|
13603
|
+
"primaryIdentifier": [
|
|
13604
|
+
"Arn"
|
|
13605
|
+
],
|
|
13606
|
+
"tagging": {
|
|
13607
|
+
"taggable": true,
|
|
13608
|
+
"tagOnCreate": true,
|
|
13609
|
+
"tagUpdatable": true
|
|
13610
|
+
}
|
|
13611
|
+
},
|
|
13612
|
+
"BedrockMantleProject_Tag": {
|
|
13613
|
+
"resourceType": "AWS::BedrockMantle::Project.Tag",
|
|
13614
|
+
"kind": "property",
|
|
13615
|
+
"lexicon": "aws"
|
|
13616
|
+
},
|
|
13560
13617
|
"BedrockModelSpecification": {
|
|
13561
13618
|
"resourceType": "AWS::Lex::Bot.BedrockModelSpecification",
|
|
13562
13619
|
"kind": "property",
|
|
@@ -15015,6 +15072,43 @@
|
|
|
15015
15072
|
"kind": "property",
|
|
15016
15073
|
"lexicon": "aws"
|
|
15017
15074
|
},
|
|
15075
|
+
"BrowserProfile": {
|
|
15076
|
+
"resourceType": "AWS::BedrockAgentCore::BrowserProfile",
|
|
15077
|
+
"kind": "resource",
|
|
15078
|
+
"lexicon": "aws",
|
|
15079
|
+
"attrs": {
|
|
15080
|
+
"ProfileId": "ProfileId",
|
|
15081
|
+
"ProfileArn": "ProfileArn",
|
|
15082
|
+
"Status": "Status",
|
|
15083
|
+
"CreatedAt": "CreatedAt",
|
|
15084
|
+
"LastUpdatedAt": "LastUpdatedAt",
|
|
15085
|
+
"LastSavedAt": "LastSavedAt",
|
|
15086
|
+
"LastSavedBrowserSessionId": "LastSavedBrowserSessionId",
|
|
15087
|
+
"LastSavedBrowserId": "LastSavedBrowserId"
|
|
15088
|
+
},
|
|
15089
|
+
"createOnly": [
|
|
15090
|
+
"Name",
|
|
15091
|
+
"Description"
|
|
15092
|
+
],
|
|
15093
|
+
"primaryIdentifier": [
|
|
15094
|
+
"ProfileId"
|
|
15095
|
+
],
|
|
15096
|
+
"tagging": {
|
|
15097
|
+
"taggable": true,
|
|
15098
|
+
"tagOnCreate": true,
|
|
15099
|
+
"tagUpdatable": true
|
|
15100
|
+
}
|
|
15101
|
+
},
|
|
15102
|
+
"BrowserProfileSummary": {
|
|
15103
|
+
"resourceType": "AWS::BedrockAgentCore::BrowserProfile.BrowserProfileSummary",
|
|
15104
|
+
"kind": "property",
|
|
15105
|
+
"lexicon": "aws"
|
|
15106
|
+
},
|
|
15107
|
+
"BrowserProfile_BrowserProfileSummary": {
|
|
15108
|
+
"resourceType": "AWS::BedrockAgentCore::BrowserProfile.BrowserProfileSummary",
|
|
15109
|
+
"kind": "property",
|
|
15110
|
+
"lexicon": "aws"
|
|
15111
|
+
},
|
|
15018
15112
|
"BrowserSettings": {
|
|
15019
15113
|
"resourceType": "AWS::WorkSpacesWeb::BrowserSettings",
|
|
15020
15114
|
"kind": "resource",
|
|
@@ -16658,6 +16752,11 @@
|
|
|
16658
16752
|
"kind": "property",
|
|
16659
16753
|
"lexicon": "aws"
|
|
16660
16754
|
},
|
|
16755
|
+
"CapacityReservationRequest": {
|
|
16756
|
+
"resourceType": "AWS::ECS::CapacityProvider.CapacityReservationRequest",
|
|
16757
|
+
"kind": "property",
|
|
16758
|
+
"lexicon": "aws"
|
|
16759
|
+
},
|
|
16661
16760
|
"CapacitySize": {
|
|
16662
16761
|
"resourceType": "AWS::SageMaker::Endpoint.CapacitySize",
|
|
16663
16762
|
"kind": "property",
|
|
@@ -17045,6 +17144,11 @@
|
|
|
17045
17144
|
"kind": "property",
|
|
17046
17145
|
"lexicon": "aws"
|
|
17047
17146
|
},
|
|
17147
|
+
"CategoricalScaleDefinition": {
|
|
17148
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.CategoricalScaleDefinition",
|
|
17149
|
+
"kind": "property",
|
|
17150
|
+
"lexicon": "aws"
|
|
17151
|
+
},
|
|
17048
17152
|
"CdcSpecification": {
|
|
17049
17153
|
"resourceType": "AWS::Cassandra::Table.CdcSpecification",
|
|
17050
17154
|
"kind": "property",
|
|
@@ -19049,6 +19153,11 @@
|
|
|
19049
19153
|
"kind": "property",
|
|
19050
19154
|
"lexicon": "aws"
|
|
19051
19155
|
},
|
|
19156
|
+
"CloudWatchLogsInputConfig": {
|
|
19157
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.CloudWatchLogsInputConfig",
|
|
19158
|
+
"kind": "property",
|
|
19159
|
+
"lexicon": "aws"
|
|
19160
|
+
},
|
|
19052
19161
|
"CloudWatchLogsLogDelivery": {
|
|
19053
19162
|
"resourceType": "AWS::KafkaConnect::Connector.CloudWatchLogsLogDelivery",
|
|
19054
19163
|
"kind": "property",
|
|
@@ -19069,11 +19178,6 @@
|
|
|
19069
19178
|
"kind": "property",
|
|
19070
19179
|
"lexicon": "aws"
|
|
19071
19180
|
},
|
|
19072
|
-
"CloudWatchOutputConfig": {
|
|
19073
|
-
"resourceType": "AWS::SSM::MaintenanceWindowTask.CloudWatchOutputConfig",
|
|
19074
|
-
"kind": "property",
|
|
19075
|
-
"lexicon": "aws"
|
|
19076
|
-
},
|
|
19077
19181
|
"CloudwatchAlarmAction": {
|
|
19078
19182
|
"resourceType": "AWS::IoT::TopicRule.CloudwatchAlarmAction",
|
|
19079
19183
|
"kind": "property",
|
|
@@ -21230,6 +21334,7 @@
|
|
|
21230
21334
|
"ComputeResources/InstanceTypes",
|
|
21231
21335
|
"ComputeResources/LaunchTemplate",
|
|
21232
21336
|
"ComputeResources/PlacementGroup",
|
|
21337
|
+
"ComputeResources/ScalingPolicy",
|
|
21233
21338
|
"ComputeResources/SecurityGroupIds",
|
|
21234
21339
|
"ComputeResources/Subnets",
|
|
21235
21340
|
"ComputeResources/Tags",
|
|
@@ -21251,6 +21356,11 @@
|
|
|
21251
21356
|
"kind": "property",
|
|
21252
21357
|
"lexicon": "aws"
|
|
21253
21358
|
},
|
|
21359
|
+
"ComputeEnvironment_ComputeScalingPolicy": {
|
|
21360
|
+
"resourceType": "AWS::Batch::ComputeEnvironment.ComputeScalingPolicy",
|
|
21361
|
+
"kind": "property",
|
|
21362
|
+
"lexicon": "aws"
|
|
21363
|
+
},
|
|
21254
21364
|
"ComputeEnvironment_Ec2ConfigurationObject": {
|
|
21255
21365
|
"resourceType": "AWS::Batch::ComputeEnvironment.Ec2ConfigurationObject",
|
|
21256
21366
|
"kind": "property",
|
|
@@ -21454,6 +21564,11 @@
|
|
|
21454
21564
|
"kind": "property",
|
|
21455
21565
|
"lexicon": "aws"
|
|
21456
21566
|
},
|
|
21567
|
+
"ComputeScalingPolicy": {
|
|
21568
|
+
"resourceType": "AWS::Batch::ComputeEnvironment.ComputeScalingPolicy",
|
|
21569
|
+
"kind": "property",
|
|
21570
|
+
"lexicon": "aws"
|
|
21571
|
+
},
|
|
21457
21572
|
"ConditionBasedCollectionScheme": {
|
|
21458
21573
|
"resourceType": "AWS::IoTFleetWise::Campaign.ConditionBasedCollectionScheme",
|
|
21459
21574
|
"kind": "property",
|
|
@@ -30020,6 +30135,11 @@
|
|
|
30020
30135
|
"kind": "property",
|
|
30021
30136
|
"lexicon": "aws"
|
|
30022
30137
|
},
|
|
30138
|
+
"DataSourceConfig": {
|
|
30139
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.DataSourceConfig",
|
|
30140
|
+
"kind": "property",
|
|
30141
|
+
"lexicon": "aws"
|
|
30142
|
+
},
|
|
30023
30143
|
"DataSourceCredentials": {
|
|
30024
30144
|
"resourceType": "AWS::QuickSight::DataSource.DataSourceCredentials",
|
|
30025
30145
|
"kind": "property",
|
|
@@ -31368,23 +31488,39 @@
|
|
|
31368
31488
|
},
|
|
31369
31489
|
"constraints": [
|
|
31370
31490
|
{
|
|
31371
|
-
"name": "
|
|
31491
|
+
"name": "aurora",
|
|
31372
31492
|
"type": "if_then",
|
|
31373
31493
|
"condition": {
|
|
31374
31494
|
"properties": {
|
|
31375
|
-
"
|
|
31495
|
+
"Engine": {
|
|
31496
|
+
"enum": [
|
|
31497
|
+
"aurora-mysql",
|
|
31498
|
+
"aurora-postgresql"
|
|
31499
|
+
],
|
|
31376
31500
|
"type": "string"
|
|
31377
31501
|
}
|
|
31378
31502
|
},
|
|
31379
31503
|
"required": [
|
|
31380
|
-
"
|
|
31504
|
+
"Engine"
|
|
31381
31505
|
]
|
|
31382
31506
|
},
|
|
31383
31507
|
"requirement": {
|
|
31384
31508
|
"properties": {
|
|
31385
|
-
"
|
|
31386
|
-
"
|
|
31387
|
-
"
|
|
31509
|
+
"AllocatedStorage": false,
|
|
31510
|
+
"DBClusterInstanceClass": false,
|
|
31511
|
+
"Iops": false,
|
|
31512
|
+
"PubliclyAccessible": false,
|
|
31513
|
+
"StorageType": {
|
|
31514
|
+
"if": {
|
|
31515
|
+
"type": "string"
|
|
31516
|
+
},
|
|
31517
|
+
"then": {
|
|
31518
|
+
"enum": [
|
|
31519
|
+
"aurora",
|
|
31520
|
+
"aurora-iopt1"
|
|
31521
|
+
]
|
|
31522
|
+
}
|
|
31523
|
+
}
|
|
31388
31524
|
}
|
|
31389
31525
|
}
|
|
31390
31526
|
},
|
|
@@ -31442,6 +31578,27 @@
|
|
|
31442
31578
|
]
|
|
31443
31579
|
}
|
|
31444
31580
|
},
|
|
31581
|
+
{
|
|
31582
|
+
"name": "sourcedbclusteridentifier",
|
|
31583
|
+
"type": "if_then",
|
|
31584
|
+
"condition": {
|
|
31585
|
+
"properties": {
|
|
31586
|
+
"SourceDBClusterIdentifier": {
|
|
31587
|
+
"type": "string"
|
|
31588
|
+
}
|
|
31589
|
+
},
|
|
31590
|
+
"required": [
|
|
31591
|
+
"SourceDBClusterIdentifier"
|
|
31592
|
+
]
|
|
31593
|
+
},
|
|
31594
|
+
"requirement": {
|
|
31595
|
+
"properties": {
|
|
31596
|
+
"MasterUserPassword": false,
|
|
31597
|
+
"MasterUsername": false,
|
|
31598
|
+
"StorageEncrypted": false
|
|
31599
|
+
}
|
|
31600
|
+
}
|
|
31601
|
+
},
|
|
31445
31602
|
{
|
|
31446
31603
|
"name": "monitoring",
|
|
31447
31604
|
"type": "if_then",
|
|
@@ -31484,6 +31641,38 @@
|
|
|
31484
31641
|
}
|
|
31485
31642
|
}
|
|
31486
31643
|
},
|
|
31644
|
+
{
|
|
31645
|
+
"name": "aurora_warning",
|
|
31646
|
+
"type": "if_then",
|
|
31647
|
+
"condition": {
|
|
31648
|
+
"properties": {
|
|
31649
|
+
"Engine": {
|
|
31650
|
+
"enum": [
|
|
31651
|
+
"aurora-mysql",
|
|
31652
|
+
"aurora-postgresql"
|
|
31653
|
+
],
|
|
31654
|
+
"type": "string"
|
|
31655
|
+
},
|
|
31656
|
+
"EngineMode": {
|
|
31657
|
+
"enum": [
|
|
31658
|
+
"serverless"
|
|
31659
|
+
],
|
|
31660
|
+
"type": "string"
|
|
31661
|
+
}
|
|
31662
|
+
},
|
|
31663
|
+
"required": [
|
|
31664
|
+
"Engine",
|
|
31665
|
+
"EngineMode"
|
|
31666
|
+
]
|
|
31667
|
+
},
|
|
31668
|
+
"requirement": {
|
|
31669
|
+
"properties": {
|
|
31670
|
+
"PerformanceInsightsEnabled": false,
|
|
31671
|
+
"PerformanceInsightsKmsKeyId": false,
|
|
31672
|
+
"PerformanceInsightsRetentionPeriod": false
|
|
31673
|
+
}
|
|
31674
|
+
}
|
|
31675
|
+
},
|
|
31487
31676
|
{
|
|
31488
31677
|
"name": "serverless_exclusive_0",
|
|
31489
31678
|
"type": "if_then",
|
|
@@ -31794,75 +31983,6 @@
|
|
|
31794
31983
|
}
|
|
31795
31984
|
}
|
|
31796
31985
|
}
|
|
31797
|
-
},
|
|
31798
|
-
{
|
|
31799
|
-
"name": "aurora_warning",
|
|
31800
|
-
"type": "if_then",
|
|
31801
|
-
"condition": {
|
|
31802
|
-
"properties": {
|
|
31803
|
-
"Engine": {
|
|
31804
|
-
"enum": [
|
|
31805
|
-
"aurora-mysql",
|
|
31806
|
-
"aurora-postgresql"
|
|
31807
|
-
],
|
|
31808
|
-
"type": "string"
|
|
31809
|
-
},
|
|
31810
|
-
"EngineMode": {
|
|
31811
|
-
"enum": [
|
|
31812
|
-
"serverless"
|
|
31813
|
-
],
|
|
31814
|
-
"type": "string"
|
|
31815
|
-
}
|
|
31816
|
-
},
|
|
31817
|
-
"required": [
|
|
31818
|
-
"Engine",
|
|
31819
|
-
"EngineMode"
|
|
31820
|
-
]
|
|
31821
|
-
},
|
|
31822
|
-
"requirement": {
|
|
31823
|
-
"properties": {
|
|
31824
|
-
"PerformanceInsightsEnabled": false,
|
|
31825
|
-
"PerformanceInsightsKmsKeyId": false,
|
|
31826
|
-
"PerformanceInsightsRetentionPeriod": false
|
|
31827
|
-
}
|
|
31828
|
-
}
|
|
31829
|
-
},
|
|
31830
|
-
{
|
|
31831
|
-
"name": "aurora",
|
|
31832
|
-
"type": "if_then",
|
|
31833
|
-
"condition": {
|
|
31834
|
-
"properties": {
|
|
31835
|
-
"Engine": {
|
|
31836
|
-
"enum": [
|
|
31837
|
-
"aurora-mysql",
|
|
31838
|
-
"aurora-postgresql"
|
|
31839
|
-
],
|
|
31840
|
-
"type": "string"
|
|
31841
|
-
}
|
|
31842
|
-
},
|
|
31843
|
-
"required": [
|
|
31844
|
-
"Engine"
|
|
31845
|
-
]
|
|
31846
|
-
},
|
|
31847
|
-
"requirement": {
|
|
31848
|
-
"properties": {
|
|
31849
|
-
"AllocatedStorage": false,
|
|
31850
|
-
"DBClusterInstanceClass": false,
|
|
31851
|
-
"Iops": false,
|
|
31852
|
-
"PubliclyAccessible": false,
|
|
31853
|
-
"StorageType": {
|
|
31854
|
-
"if": {
|
|
31855
|
-
"type": "string"
|
|
31856
|
-
},
|
|
31857
|
-
"then": {
|
|
31858
|
-
"enum": [
|
|
31859
|
-
"aurora",
|
|
31860
|
-
"aurora-iopt1"
|
|
31861
|
-
]
|
|
31862
|
-
}
|
|
31863
|
-
}
|
|
31864
|
-
}
|
|
31865
|
-
}
|
|
31866
31986
|
}
|
|
31867
31987
|
],
|
|
31868
31988
|
"propertyConstraints": {
|
|
@@ -32028,66 +32148,6 @@
|
|
|
32028
32148
|
]
|
|
32029
32149
|
}
|
|
32030
32150
|
},
|
|
32031
|
-
{
|
|
32032
|
-
"name": "aurora_exclusive",
|
|
32033
|
-
"type": "if_then",
|
|
32034
|
-
"condition": {
|
|
32035
|
-
"properties": {
|
|
32036
|
-
"Engine": {
|
|
32037
|
-
"pattern": "(aurora|aurora-mysql|aurora-postgresql)",
|
|
32038
|
-
"type": "string"
|
|
32039
|
-
}
|
|
32040
|
-
},
|
|
32041
|
-
"required": [
|
|
32042
|
-
"Engine"
|
|
32043
|
-
],
|
|
32044
|
-
"type": "object"
|
|
32045
|
-
},
|
|
32046
|
-
"requirement": {
|
|
32047
|
-
"not": {
|
|
32048
|
-
"anyOf": [
|
|
32049
|
-
{
|
|
32050
|
-
"required": [
|
|
32051
|
-
"AllocatedStorage"
|
|
32052
|
-
]
|
|
32053
|
-
},
|
|
32054
|
-
{
|
|
32055
|
-
"required": [
|
|
32056
|
-
"BackupRetentionPeriod"
|
|
32057
|
-
]
|
|
32058
|
-
},
|
|
32059
|
-
{
|
|
32060
|
-
"required": [
|
|
32061
|
-
"CopyTagsToSnapshot"
|
|
32062
|
-
]
|
|
32063
|
-
},
|
|
32064
|
-
{
|
|
32065
|
-
"required": [
|
|
32066
|
-
"DeletionProtection"
|
|
32067
|
-
]
|
|
32068
|
-
},
|
|
32069
|
-
{
|
|
32070
|
-
"required": [
|
|
32071
|
-
"EnableIAMDatabaseAuthentication"
|
|
32072
|
-
]
|
|
32073
|
-
},
|
|
32074
|
-
{
|
|
32075
|
-
"required": [
|
|
32076
|
-
"MasterUserPassword"
|
|
32077
|
-
]
|
|
32078
|
-
}
|
|
32079
|
-
],
|
|
32080
|
-
"properties": {
|
|
32081
|
-
"AllocatedStorage": true,
|
|
32082
|
-
"BackupRetentionPeriod": true,
|
|
32083
|
-
"CopyTagsToSnapshot": true,
|
|
32084
|
-
"DeletionProtection": true,
|
|
32085
|
-
"EnableIAMDatabaseAuthentication": true,
|
|
32086
|
-
"MasterUserPassword": true
|
|
32087
|
-
}
|
|
32088
|
-
}
|
|
32089
|
-
}
|
|
32090
|
-
},
|
|
32091
32151
|
{
|
|
32092
32152
|
"name": "engine_version_0",
|
|
32093
32153
|
"type": "if_then",
|
|
@@ -32972,6 +33032,66 @@
|
|
|
32972
33032
|
}
|
|
32973
33033
|
}
|
|
32974
33034
|
}
|
|
33035
|
+
},
|
|
33036
|
+
{
|
|
33037
|
+
"name": "aurora_exclusive",
|
|
33038
|
+
"type": "if_then",
|
|
33039
|
+
"condition": {
|
|
33040
|
+
"properties": {
|
|
33041
|
+
"Engine": {
|
|
33042
|
+
"pattern": "(aurora|aurora-mysql|aurora-postgresql)",
|
|
33043
|
+
"type": "string"
|
|
33044
|
+
}
|
|
33045
|
+
},
|
|
33046
|
+
"required": [
|
|
33047
|
+
"Engine"
|
|
33048
|
+
],
|
|
33049
|
+
"type": "object"
|
|
33050
|
+
},
|
|
33051
|
+
"requirement": {
|
|
33052
|
+
"not": {
|
|
33053
|
+
"anyOf": [
|
|
33054
|
+
{
|
|
33055
|
+
"required": [
|
|
33056
|
+
"AllocatedStorage"
|
|
33057
|
+
]
|
|
33058
|
+
},
|
|
33059
|
+
{
|
|
33060
|
+
"required": [
|
|
33061
|
+
"BackupRetentionPeriod"
|
|
33062
|
+
]
|
|
33063
|
+
},
|
|
33064
|
+
{
|
|
33065
|
+
"required": [
|
|
33066
|
+
"CopyTagsToSnapshot"
|
|
33067
|
+
]
|
|
33068
|
+
},
|
|
33069
|
+
{
|
|
33070
|
+
"required": [
|
|
33071
|
+
"DeletionProtection"
|
|
33072
|
+
]
|
|
33073
|
+
},
|
|
33074
|
+
{
|
|
33075
|
+
"required": [
|
|
33076
|
+
"EnableIAMDatabaseAuthentication"
|
|
33077
|
+
]
|
|
33078
|
+
},
|
|
33079
|
+
{
|
|
33080
|
+
"required": [
|
|
33081
|
+
"MasterUserPassword"
|
|
33082
|
+
]
|
|
33083
|
+
}
|
|
33084
|
+
],
|
|
33085
|
+
"properties": {
|
|
33086
|
+
"AllocatedStorage": true,
|
|
33087
|
+
"BackupRetentionPeriod": true,
|
|
33088
|
+
"CopyTagsToSnapshot": true,
|
|
33089
|
+
"DeletionProtection": true,
|
|
33090
|
+
"EnableIAMDatabaseAuthentication": true,
|
|
33091
|
+
"MasterUserPassword": true
|
|
33092
|
+
}
|
|
33093
|
+
}
|
|
33094
|
+
}
|
|
32975
33095
|
}
|
|
32976
33096
|
],
|
|
32977
33097
|
"propertyConstraints": {
|
|
@@ -35423,6 +35543,129 @@
|
|
|
35423
35543
|
"kind": "property",
|
|
35424
35544
|
"lexicon": "aws"
|
|
35425
35545
|
},
|
|
35546
|
+
"DirectConnectConnection": {
|
|
35547
|
+
"resourceType": "AWS::DirectConnect::Connection",
|
|
35548
|
+
"kind": "resource",
|
|
35549
|
+
"lexicon": "aws",
|
|
35550
|
+
"attrs": {
|
|
35551
|
+
"ConnectionArn": "ConnectionArn",
|
|
35552
|
+
"ConnectionId": "ConnectionId",
|
|
35553
|
+
"ConnectionState": "ConnectionState"
|
|
35554
|
+
},
|
|
35555
|
+
"propertyConstraints": {
|
|
35556
|
+
"ConnectionName": {
|
|
35557
|
+
"pattern": "^[\\w \\-_,\\/]{1,200}$"
|
|
35558
|
+
},
|
|
35559
|
+
"LagId": {
|
|
35560
|
+
"pattern": "^(arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:dxlag/)?dxlag-[a-zA-Z0-9]{8,21}$"
|
|
35561
|
+
},
|
|
35562
|
+
"ConnectionId": {
|
|
35563
|
+
"pattern": "^dxcon-[a-z0-9]{8,21}$"
|
|
35564
|
+
},
|
|
35565
|
+
"Bandwidth": {
|
|
35566
|
+
"pattern": "^[1-9][0-9]*(M|G)bps$"
|
|
35567
|
+
},
|
|
35568
|
+
"ConnectionArn": {
|
|
35569
|
+
"pattern": "^arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:dxcon/dxcon-[a-z0-9]{8,21}$"
|
|
35570
|
+
},
|
|
35571
|
+
"ConnectionState": {
|
|
35572
|
+
"pattern": "^(ordering|requested|pending|available|down|deleting|deleted|rejected|unknown)$"
|
|
35573
|
+
},
|
|
35574
|
+
"Location": {
|
|
35575
|
+
"pattern": "^[a-zA-Z0-9-]+$"
|
|
35576
|
+
}
|
|
35577
|
+
},
|
|
35578
|
+
"createOnly": [
|
|
35579
|
+
"Bandwidth",
|
|
35580
|
+
"Location",
|
|
35581
|
+
"ProviderName",
|
|
35582
|
+
"RequestMACSec"
|
|
35583
|
+
],
|
|
35584
|
+
"writeOnly": [
|
|
35585
|
+
"RequestMACSec"
|
|
35586
|
+
],
|
|
35587
|
+
"primaryIdentifier": [
|
|
35588
|
+
"ConnectionArn"
|
|
35589
|
+
],
|
|
35590
|
+
"replacementStrategy": "delete_then_create",
|
|
35591
|
+
"tagging": {
|
|
35592
|
+
"taggable": true,
|
|
35593
|
+
"tagOnCreate": true,
|
|
35594
|
+
"tagUpdatable": true
|
|
35595
|
+
}
|
|
35596
|
+
},
|
|
35597
|
+
"DirectConnectConnection_Tag": {
|
|
35598
|
+
"resourceType": "AWS::DirectConnect::Connection.Tag",
|
|
35599
|
+
"kind": "property",
|
|
35600
|
+
"lexicon": "aws"
|
|
35601
|
+
},
|
|
35602
|
+
"DirectConnectGateway": {
|
|
35603
|
+
"resourceType": "AWS::DirectConnect::DirectConnectGateway",
|
|
35604
|
+
"kind": "resource",
|
|
35605
|
+
"lexicon": "aws",
|
|
35606
|
+
"attrs": {
|
|
35607
|
+
"DirectConnectGatewayArn": "DirectConnectGatewayArn",
|
|
35608
|
+
"DirectConnectGatewayId": "DirectConnectGatewayId"
|
|
35609
|
+
},
|
|
35610
|
+
"propertyConstraints": {
|
|
35611
|
+
"DirectConnectGatewayArn": {
|
|
35612
|
+
"pattern": "^arn:aws[a-z-]*:directconnect::[0-9]{12}:dx-gateway/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
|
|
35613
|
+
},
|
|
35614
|
+
"DirectConnectGatewayId": {
|
|
35615
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
|
|
35616
|
+
},
|
|
35617
|
+
"DirectConnectGatewayName": {
|
|
35618
|
+
"pattern": "^[\\w \\-_,\\/]{1,100}$"
|
|
35619
|
+
},
|
|
35620
|
+
"AmazonSideAsn": {
|
|
35621
|
+
"pattern": "^[1-9][0-9]*$"
|
|
35622
|
+
}
|
|
35623
|
+
},
|
|
35624
|
+
"createOnly": [
|
|
35625
|
+
"AmazonSideAsn"
|
|
35626
|
+
],
|
|
35627
|
+
"primaryIdentifier": [
|
|
35628
|
+
"DirectConnectGatewayArn"
|
|
35629
|
+
],
|
|
35630
|
+
"tagging": {
|
|
35631
|
+
"taggable": true,
|
|
35632
|
+
"tagOnCreate": true,
|
|
35633
|
+
"tagUpdatable": true
|
|
35634
|
+
}
|
|
35635
|
+
},
|
|
35636
|
+
"DirectConnectGatewayAssociation": {
|
|
35637
|
+
"resourceType": "AWS::DirectConnect::DirectConnectGatewayAssociation",
|
|
35638
|
+
"kind": "resource",
|
|
35639
|
+
"lexicon": "aws",
|
|
35640
|
+
"attrs": {
|
|
35641
|
+
"AssociationId": "AssociationId"
|
|
35642
|
+
},
|
|
35643
|
+
"propertyConstraints": {
|
|
35644
|
+
"AcceptDirectConnectGatewayAssociationProposalRoleArn": {
|
|
35645
|
+
"pattern": "^arn:aws[a-z-]*:iam::[0-9]{12}:role/.+$"
|
|
35646
|
+
},
|
|
35647
|
+
"DirectConnectGatewayId": {
|
|
35648
|
+
"pattern": "^(arn:aws[a-z-]*:directconnect::[0-9]{12}:dx-gateway/)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
|
|
35649
|
+
},
|
|
35650
|
+
"AssociatedGatewayId": {
|
|
35651
|
+
"pattern": "^((arn:aws[a-z-]*:ec2:[a-z0-9-]+:[0-9]{12}:(vpn-gateway/vgw|transit-gateway/tgw))|(vgw|tgw))-[a-zA-Z0-9]{8,32}$"
|
|
35652
|
+
},
|
|
35653
|
+
"AssociationId": {
|
|
35654
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
|
|
35655
|
+
}
|
|
35656
|
+
},
|
|
35657
|
+
"createOnly": [
|
|
35658
|
+
"AcceptDirectConnectGatewayAssociationProposalRoleArn",
|
|
35659
|
+
"AssociatedGatewayId",
|
|
35660
|
+
"DirectConnectGatewayId"
|
|
35661
|
+
],
|
|
35662
|
+
"writeOnly": [
|
|
35663
|
+
"AcceptDirectConnectGatewayAssociationProposalRoleArn"
|
|
35664
|
+
],
|
|
35665
|
+
"primaryIdentifier": [
|
|
35666
|
+
"AssociationId"
|
|
35667
|
+
]
|
|
35668
|
+
},
|
|
35426
35669
|
"DirectConnectGatewayAttachment": {
|
|
35427
35670
|
"resourceType": "AWS::NetworkManager::DirectConnectGatewayAttachment",
|
|
35428
35671
|
"kind": "resource",
|
|
@@ -35473,6 +35716,11 @@
|
|
|
35473
35716
|
"kind": "property",
|
|
35474
35717
|
"lexicon": "aws"
|
|
35475
35718
|
},
|
|
35719
|
+
"DirectConnectGateway_Tag": {
|
|
35720
|
+
"resourceType": "AWS::DirectConnect::DirectConnectGateway.Tag",
|
|
35721
|
+
"kind": "property",
|
|
35722
|
+
"lexicon": "aws"
|
|
35723
|
+
},
|
|
35476
35724
|
"DirectPutSourceConfiguration": {
|
|
35477
35725
|
"resourceType": "AWS::KinesisFirehose::DeliveryStream.DirectPutSourceConfiguration",
|
|
35478
35726
|
"kind": "property",
|
|
@@ -37534,7 +37782,7 @@
|
|
|
37534
37782
|
},
|
|
37535
37783
|
"propertyConstraints": {
|
|
37536
37784
|
"RepositoryName": {
|
|
37537
|
-
"pattern": "^(?=.{2,256}$)(
|
|
37785
|
+
"pattern": "^(?=.{2,256}$)([a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*(\\/[a-z0-9]+((\\.|_|__|-+)[a-z0-9]+)*)*)$",
|
|
37538
37786
|
"minLength": 2,
|
|
37539
37787
|
"maxLength": 256
|
|
37540
37788
|
},
|
|
@@ -37635,6 +37883,11 @@
|
|
|
37635
37883
|
"kind": "property",
|
|
37636
37884
|
"lexicon": "aws"
|
|
37637
37885
|
},
|
|
37886
|
+
"ECSCapacityProvider_CapacityReservationRequest": {
|
|
37887
|
+
"resourceType": "AWS::ECS::CapacityProvider.CapacityReservationRequest",
|
|
37888
|
+
"kind": "property",
|
|
37889
|
+
"lexicon": "aws"
|
|
37890
|
+
},
|
|
37638
37891
|
"ECSCapacityProvider_InstanceLaunchTemplate": {
|
|
37639
37892
|
"resourceType": "AWS::ECS::CapacityProvider.InstanceLaunchTemplate",
|
|
37640
37893
|
"kind": "property",
|
|
@@ -41880,6 +42133,110 @@
|
|
|
41880
42133
|
"kind": "property",
|
|
41881
42134
|
"lexicon": "aws"
|
|
41882
42135
|
},
|
|
42136
|
+
"Evaluator": {
|
|
42137
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator",
|
|
42138
|
+
"kind": "resource",
|
|
42139
|
+
"lexicon": "aws",
|
|
42140
|
+
"attrs": {
|
|
42141
|
+
"EvaluatorId": "EvaluatorId",
|
|
42142
|
+
"EvaluatorArn": "EvaluatorArn",
|
|
42143
|
+
"Status": "Status",
|
|
42144
|
+
"CreatedAt": "CreatedAt",
|
|
42145
|
+
"UpdatedAt": "UpdatedAt"
|
|
42146
|
+
},
|
|
42147
|
+
"propertyConstraints": {
|
|
42148
|
+
"EvaluatorId": {
|
|
42149
|
+
"pattern": "^(Builtin.[a-zA-Z0-9_-]+|[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10})$"
|
|
42150
|
+
},
|
|
42151
|
+
"EvaluatorArn": {
|
|
42152
|
+
"pattern": "^arn:(aws|aws-cn|aws-us-gov):bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:evaluator/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}$"
|
|
42153
|
+
},
|
|
42154
|
+
"EvaluatorName": {
|
|
42155
|
+
"pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,47}$"
|
|
42156
|
+
},
|
|
42157
|
+
"Description": {
|
|
42158
|
+
"minLength": 1,
|
|
42159
|
+
"maxLength": 200
|
|
42160
|
+
},
|
|
42161
|
+
"CreatedAt": {
|
|
42162
|
+
"format": "date-time"
|
|
42163
|
+
},
|
|
42164
|
+
"UpdatedAt": {
|
|
42165
|
+
"format": "date-time"
|
|
42166
|
+
}
|
|
42167
|
+
},
|
|
42168
|
+
"createOnly": [
|
|
42169
|
+
"EvaluatorName"
|
|
42170
|
+
],
|
|
42171
|
+
"primaryIdentifier": [
|
|
42172
|
+
"EvaluatorArn"
|
|
42173
|
+
],
|
|
42174
|
+
"tagging": {
|
|
42175
|
+
"taggable": true,
|
|
42176
|
+
"tagOnCreate": true,
|
|
42177
|
+
"tagUpdatable": true
|
|
42178
|
+
}
|
|
42179
|
+
},
|
|
42180
|
+
"EvaluatorConfig": {
|
|
42181
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.EvaluatorConfig",
|
|
42182
|
+
"kind": "property",
|
|
42183
|
+
"lexicon": "aws"
|
|
42184
|
+
},
|
|
42185
|
+
"EvaluatorModelConfig": {
|
|
42186
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.EvaluatorModelConfig",
|
|
42187
|
+
"kind": "property",
|
|
42188
|
+
"lexicon": "aws"
|
|
42189
|
+
},
|
|
42190
|
+
"EvaluatorReference": {
|
|
42191
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.EvaluatorReference",
|
|
42192
|
+
"kind": "property",
|
|
42193
|
+
"lexicon": "aws"
|
|
42194
|
+
},
|
|
42195
|
+
"Evaluator_BedrockEvaluatorModelConfig": {
|
|
42196
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.BedrockEvaluatorModelConfig",
|
|
42197
|
+
"kind": "property",
|
|
42198
|
+
"lexicon": "aws"
|
|
42199
|
+
},
|
|
42200
|
+
"Evaluator_CategoricalScaleDefinition": {
|
|
42201
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.CategoricalScaleDefinition",
|
|
42202
|
+
"kind": "property",
|
|
42203
|
+
"lexicon": "aws"
|
|
42204
|
+
},
|
|
42205
|
+
"Evaluator_EvaluatorConfig": {
|
|
42206
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.EvaluatorConfig",
|
|
42207
|
+
"kind": "property",
|
|
42208
|
+
"lexicon": "aws"
|
|
42209
|
+
},
|
|
42210
|
+
"Evaluator_EvaluatorModelConfig": {
|
|
42211
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.EvaluatorModelConfig",
|
|
42212
|
+
"kind": "property",
|
|
42213
|
+
"lexicon": "aws"
|
|
42214
|
+
},
|
|
42215
|
+
"Evaluator_InferenceConfiguration": {
|
|
42216
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.InferenceConfiguration",
|
|
42217
|
+
"kind": "property",
|
|
42218
|
+
"lexicon": "aws"
|
|
42219
|
+
},
|
|
42220
|
+
"Evaluator_LlmAsAJudgeEvaluatorConfig": {
|
|
42221
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.LlmAsAJudgeEvaluatorConfig",
|
|
42222
|
+
"kind": "property",
|
|
42223
|
+
"lexicon": "aws"
|
|
42224
|
+
},
|
|
42225
|
+
"Evaluator_NumericalScaleDefinition": {
|
|
42226
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.NumericalScaleDefinition",
|
|
42227
|
+
"kind": "property",
|
|
42228
|
+
"lexicon": "aws"
|
|
42229
|
+
},
|
|
42230
|
+
"Evaluator_RatingScale": {
|
|
42231
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.RatingScale",
|
|
42232
|
+
"kind": "property",
|
|
42233
|
+
"lexicon": "aws"
|
|
42234
|
+
},
|
|
42235
|
+
"Evaluator_Tag": {
|
|
42236
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.Tag",
|
|
42237
|
+
"kind": "property",
|
|
42238
|
+
"lexicon": "aws"
|
|
42239
|
+
},
|
|
41883
42240
|
"Event": {
|
|
41884
42241
|
"resourceType": "AWS::IoTEvents::DetectorModel.Event",
|
|
41885
42242
|
"kind": "property",
|
|
@@ -44872,11 +45229,6 @@
|
|
|
44872
45229
|
"kind": "property",
|
|
44873
45230
|
"lexicon": "aws"
|
|
44874
45231
|
},
|
|
44875
|
-
"FilterValue": {
|
|
44876
|
-
"resourceType": "AWS::DataBrew::Dataset.FilterValue",
|
|
44877
|
-
"kind": "property",
|
|
44878
|
-
"lexicon": "aws"
|
|
44879
|
-
},
|
|
44880
45232
|
"FiltersOperation": {
|
|
44881
45233
|
"resourceType": "AWS::QuickSight::DataSet.FiltersOperation",
|
|
44882
45234
|
"kind": "property",
|
|
@@ -46911,7 +47263,7 @@
|
|
|
46911
47263
|
},
|
|
46912
47264
|
"constraints": [
|
|
46913
47265
|
{
|
|
46914
|
-
"name": "
|
|
47266
|
+
"name": "zipfile_runtime_enum",
|
|
46915
47267
|
"type": "if_then",
|
|
46916
47268
|
"condition": {
|
|
46917
47269
|
"properties": {
|
|
@@ -46924,21 +47276,28 @@
|
|
|
46924
47276
|
"ZipFile"
|
|
46925
47277
|
],
|
|
46926
47278
|
"type": "object"
|
|
47279
|
+
},
|
|
47280
|
+
"Runtime": {
|
|
47281
|
+
"type": "string"
|
|
46927
47282
|
}
|
|
46928
47283
|
},
|
|
46929
47284
|
"required": [
|
|
46930
|
-
"Code"
|
|
47285
|
+
"Code",
|
|
47286
|
+
"Runtime"
|
|
46931
47287
|
],
|
|
46932
47288
|
"type": "object"
|
|
46933
47289
|
},
|
|
46934
47290
|
"requirement": {
|
|
46935
|
-
"
|
|
46936
|
-
"Runtime"
|
|
46937
|
-
|
|
47291
|
+
"properties": {
|
|
47292
|
+
"Runtime": {
|
|
47293
|
+
"pattern": "^(nodejs.*|python.*)$"
|
|
47294
|
+
},
|
|
47295
|
+
"required": true
|
|
47296
|
+
}
|
|
46938
47297
|
}
|
|
46939
47298
|
},
|
|
46940
47299
|
{
|
|
46941
|
-
"name": "
|
|
47300
|
+
"name": "zipfile_runtime_exists",
|
|
46942
47301
|
"type": "if_then",
|
|
46943
47302
|
"condition": {
|
|
46944
47303
|
"properties": {
|
|
@@ -46951,24 +47310,17 @@
|
|
|
46951
47310
|
"ZipFile"
|
|
46952
47311
|
],
|
|
46953
47312
|
"type": "object"
|
|
46954
|
-
},
|
|
46955
|
-
"Runtime": {
|
|
46956
|
-
"type": "string"
|
|
46957
47313
|
}
|
|
46958
47314
|
},
|
|
46959
47315
|
"required": [
|
|
46960
|
-
"Code"
|
|
46961
|
-
"Runtime"
|
|
47316
|
+
"Code"
|
|
46962
47317
|
],
|
|
46963
47318
|
"type": "object"
|
|
46964
47319
|
},
|
|
46965
47320
|
"requirement": {
|
|
46966
|
-
"
|
|
46967
|
-
"Runtime"
|
|
46968
|
-
|
|
46969
|
-
},
|
|
46970
|
-
"required": true
|
|
46971
|
-
}
|
|
47321
|
+
"required": [
|
|
47322
|
+
"Runtime"
|
|
47323
|
+
]
|
|
46972
47324
|
}
|
|
46973
47325
|
}
|
|
46974
47326
|
],
|
|
@@ -53543,11 +53895,6 @@
|
|
|
53543
53895
|
"kind": "property",
|
|
53544
53896
|
"lexicon": "aws"
|
|
53545
53897
|
},
|
|
53546
|
-
"InferenceConfiguration": {
|
|
53547
|
-
"resourceType": "AWS::Bedrock::Agent.InferenceConfiguration",
|
|
53548
|
-
"kind": "property",
|
|
53549
|
-
"lexicon": "aws"
|
|
53550
|
-
},
|
|
53551
53898
|
"InferenceExecutionConfig": {
|
|
53552
53899
|
"resourceType": "AWS::SageMaker::Model.InferenceExecutionConfig",
|
|
53553
53900
|
"kind": "property",
|
|
@@ -59504,6 +59851,59 @@
|
|
|
59504
59851
|
"kind": "property",
|
|
59505
59852
|
"lexicon": "aws"
|
|
59506
59853
|
},
|
|
59854
|
+
"Lag": {
|
|
59855
|
+
"resourceType": "AWS::DirectConnect::Lag",
|
|
59856
|
+
"kind": "resource",
|
|
59857
|
+
"lexicon": "aws",
|
|
59858
|
+
"attrs": {
|
|
59859
|
+
"LagArn": "LagArn",
|
|
59860
|
+
"LagId": "LagId",
|
|
59861
|
+
"LagState": "LagState"
|
|
59862
|
+
},
|
|
59863
|
+
"propertyConstraints": {
|
|
59864
|
+
"LagId": {
|
|
59865
|
+
"pattern": "^dxlag-[a-z0-9]{8,21}$"
|
|
59866
|
+
},
|
|
59867
|
+
"ConnectionsBandwidth": {
|
|
59868
|
+
"pattern": "^[1-9][0-9]*(M|G)bps$"
|
|
59869
|
+
},
|
|
59870
|
+
"LagArn": {
|
|
59871
|
+
"pattern": "^arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:dxlag/dxlag-[a-z0-9]{8,21}$"
|
|
59872
|
+
},
|
|
59873
|
+
"LagName": {
|
|
59874
|
+
"pattern": "^[\\w \\-_,\\/]{1,200}$"
|
|
59875
|
+
},
|
|
59876
|
+
"LagState": {
|
|
59877
|
+
"pattern": "^(requested|pending|available|down|deleting|deleted|unknown)$"
|
|
59878
|
+
},
|
|
59879
|
+
"Location": {
|
|
59880
|
+
"pattern": "^[a-zA-Z0-9-]+$"
|
|
59881
|
+
}
|
|
59882
|
+
},
|
|
59883
|
+
"createOnly": [
|
|
59884
|
+
"ConnectionsBandwidth",
|
|
59885
|
+
"Location",
|
|
59886
|
+
"ProviderName",
|
|
59887
|
+
"RequestMACSec"
|
|
59888
|
+
],
|
|
59889
|
+
"writeOnly": [
|
|
59890
|
+
"RequestMACSec"
|
|
59891
|
+
],
|
|
59892
|
+
"primaryIdentifier": [
|
|
59893
|
+
"LagArn"
|
|
59894
|
+
],
|
|
59895
|
+
"replacementStrategy": "delete_then_create",
|
|
59896
|
+
"tagging": {
|
|
59897
|
+
"taggable": true,
|
|
59898
|
+
"tagOnCreate": true,
|
|
59899
|
+
"tagUpdatable": true
|
|
59900
|
+
}
|
|
59901
|
+
},
|
|
59902
|
+
"Lag_Tag": {
|
|
59903
|
+
"resourceType": "AWS::DirectConnect::Lag.Tag",
|
|
59904
|
+
"kind": "property",
|
|
59905
|
+
"lexicon": "aws"
|
|
59906
|
+
},
|
|
59507
59907
|
"LakeFormationResource": {
|
|
59508
59908
|
"resourceType": "AWS::LakeFormation::Resource",
|
|
59509
59909
|
"kind": "resource",
|
|
@@ -61800,6 +62200,11 @@
|
|
|
61800
62200
|
"kind": "property",
|
|
61801
62201
|
"lexicon": "aws"
|
|
61802
62202
|
},
|
|
62203
|
+
"LlmAsAJudgeEvaluatorConfig": {
|
|
62204
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.LlmAsAJudgeEvaluatorConfig",
|
|
62205
|
+
"kind": "property",
|
|
62206
|
+
"lexicon": "aws"
|
|
62207
|
+
},
|
|
61803
62208
|
"LoRaWANDevice": {
|
|
61804
62209
|
"resourceType": "AWS::IoTWireless::WirelessDevice.LoRaWANDevice",
|
|
61805
62210
|
"kind": "property",
|
|
@@ -64973,7 +65378,7 @@
|
|
|
64973
65378
|
"kind": "resource",
|
|
64974
65379
|
"lexicon": "aws",
|
|
64975
65380
|
"attrs": {
|
|
64976
|
-
"
|
|
65381
|
+
"WindowId": "WindowId"
|
|
64977
65382
|
},
|
|
64978
65383
|
"propertyConstraints": {
|
|
64979
65384
|
"Cutoff": {
|
|
@@ -64986,8 +65391,13 @@
|
|
|
64986
65391
|
}
|
|
64987
65392
|
},
|
|
64988
65393
|
"primaryIdentifier": [
|
|
64989
|
-
"
|
|
64990
|
-
]
|
|
65394
|
+
"WindowId"
|
|
65395
|
+
],
|
|
65396
|
+
"tagging": {
|
|
65397
|
+
"taggable": true,
|
|
65398
|
+
"tagOnCreate": true,
|
|
65399
|
+
"tagUpdatable": true
|
|
65400
|
+
}
|
|
64991
65401
|
},
|
|
64992
65402
|
"MaintenanceWindowAutomationParameters": {
|
|
64993
65403
|
"resourceType": "AWS::SSM::MaintenanceWindowTask.MaintenanceWindowAutomationParameters",
|
|
@@ -73099,6 +73509,11 @@
|
|
|
73099
73509
|
"kind": "property",
|
|
73100
73510
|
"lexicon": "aws"
|
|
73101
73511
|
},
|
|
73512
|
+
"NumericalScaleDefinition": {
|
|
73513
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.NumericalScaleDefinition",
|
|
73514
|
+
"kind": "property",
|
|
73515
|
+
"lexicon": "aws"
|
|
73516
|
+
},
|
|
73102
73517
|
"OAuth2ClientCredentialConfiguration": {
|
|
73103
73518
|
"resourceType": "AWS::QBusiness::Plugin.OAuth2ClientCredentialConfiguration",
|
|
73104
73519
|
"kind": "property",
|
|
@@ -73906,6 +74321,112 @@
|
|
|
73906
74321
|
"kind": "property",
|
|
73907
74322
|
"lexicon": "aws"
|
|
73908
74323
|
},
|
|
74324
|
+
"OnlineEvaluationConfig": {
|
|
74325
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig",
|
|
74326
|
+
"kind": "resource",
|
|
74327
|
+
"lexicon": "aws",
|
|
74328
|
+
"attrs": {
|
|
74329
|
+
"OnlineEvaluationConfigId": "OnlineEvaluationConfigId",
|
|
74330
|
+
"OnlineEvaluationConfigArn": "OnlineEvaluationConfigArn",
|
|
74331
|
+
"Status": "Status",
|
|
74332
|
+
"ExecutionStatus": "ExecutionStatus",
|
|
74333
|
+
"OutputConfig": "OutputConfig",
|
|
74334
|
+
"CreatedAt": "CreatedAt",
|
|
74335
|
+
"UpdatedAt": "UpdatedAt"
|
|
74336
|
+
},
|
|
74337
|
+
"propertyConstraints": {
|
|
74338
|
+
"OnlineEvaluationConfigId": {
|
|
74339
|
+
"pattern": "^[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}$"
|
|
74340
|
+
},
|
|
74341
|
+
"OnlineEvaluationConfigArn": {
|
|
74342
|
+
"pattern": "^arn:(aws|aws-cn|aws-us-gov):bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:online-evaluation-config/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}$"
|
|
74343
|
+
},
|
|
74344
|
+
"OnlineEvaluationConfigName": {
|
|
74345
|
+
"pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,47}$"
|
|
74346
|
+
},
|
|
74347
|
+
"Description": {
|
|
74348
|
+
"minLength": 1,
|
|
74349
|
+
"maxLength": 200
|
|
74350
|
+
},
|
|
74351
|
+
"EvaluationExecutionRoleArn": {
|
|
74352
|
+
"pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$",
|
|
74353
|
+
"minLength": 1,
|
|
74354
|
+
"maxLength": 2048
|
|
74355
|
+
},
|
|
74356
|
+
"CreatedAt": {
|
|
74357
|
+
"format": "date-time"
|
|
74358
|
+
},
|
|
74359
|
+
"UpdatedAt": {
|
|
74360
|
+
"format": "date-time"
|
|
74361
|
+
}
|
|
74362
|
+
},
|
|
74363
|
+
"createOnly": [
|
|
74364
|
+
"OnlineEvaluationConfigName"
|
|
74365
|
+
],
|
|
74366
|
+
"primaryIdentifier": [
|
|
74367
|
+
"OnlineEvaluationConfigArn"
|
|
74368
|
+
],
|
|
74369
|
+
"tagging": {
|
|
74370
|
+
"taggable": true,
|
|
74371
|
+
"tagOnCreate": true,
|
|
74372
|
+
"tagUpdatable": true
|
|
74373
|
+
}
|
|
74374
|
+
},
|
|
74375
|
+
"OnlineEvaluationConfig_CloudWatchLogsInputConfig": {
|
|
74376
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.CloudWatchLogsInputConfig",
|
|
74377
|
+
"kind": "property",
|
|
74378
|
+
"lexicon": "aws"
|
|
74379
|
+
},
|
|
74380
|
+
"OnlineEvaluationConfig_CloudWatchOutputConfig": {
|
|
74381
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.CloudWatchOutputConfig",
|
|
74382
|
+
"kind": "property",
|
|
74383
|
+
"lexicon": "aws"
|
|
74384
|
+
},
|
|
74385
|
+
"OnlineEvaluationConfig_DataSourceConfig": {
|
|
74386
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.DataSourceConfig",
|
|
74387
|
+
"kind": "property",
|
|
74388
|
+
"lexicon": "aws"
|
|
74389
|
+
},
|
|
74390
|
+
"OnlineEvaluationConfig_EvaluatorReference": {
|
|
74391
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.EvaluatorReference",
|
|
74392
|
+
"kind": "property",
|
|
74393
|
+
"lexicon": "aws"
|
|
74394
|
+
},
|
|
74395
|
+
"OnlineEvaluationConfig_Filter": {
|
|
74396
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.Filter",
|
|
74397
|
+
"kind": "property",
|
|
74398
|
+
"lexicon": "aws"
|
|
74399
|
+
},
|
|
74400
|
+
"OnlineEvaluationConfig_FilterValue": {
|
|
74401
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.FilterValue",
|
|
74402
|
+
"kind": "property",
|
|
74403
|
+
"lexicon": "aws"
|
|
74404
|
+
},
|
|
74405
|
+
"OnlineEvaluationConfig_OutputConfig": {
|
|
74406
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.OutputConfig",
|
|
74407
|
+
"kind": "property",
|
|
74408
|
+
"lexicon": "aws"
|
|
74409
|
+
},
|
|
74410
|
+
"OnlineEvaluationConfig_Rule": {
|
|
74411
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.Rule",
|
|
74412
|
+
"kind": "property",
|
|
74413
|
+
"lexicon": "aws"
|
|
74414
|
+
},
|
|
74415
|
+
"OnlineEvaluationConfig_SamplingConfig": {
|
|
74416
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SamplingConfig",
|
|
74417
|
+
"kind": "property",
|
|
74418
|
+
"lexicon": "aws"
|
|
74419
|
+
},
|
|
74420
|
+
"OnlineEvaluationConfig_SessionConfig": {
|
|
74421
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig",
|
|
74422
|
+
"kind": "property",
|
|
74423
|
+
"lexicon": "aws"
|
|
74424
|
+
},
|
|
74425
|
+
"OnlineEvaluationConfig_Tag": {
|
|
74426
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.Tag",
|
|
74427
|
+
"kind": "property",
|
|
74428
|
+
"lexicon": "aws"
|
|
74429
|
+
},
|
|
73909
74430
|
"OnlineStoreSecurityConfig": {
|
|
73910
74431
|
"resourceType": "AWS::SageMaker::FeatureGroup.OnlineStoreSecurityConfig",
|
|
73911
74432
|
"kind": "property",
|
|
@@ -74167,10 +74688,19 @@
|
|
|
74167
74688
|
"pattern": "[a-z][a-z0-9\\-]+",
|
|
74168
74689
|
"minLength": 3,
|
|
74169
74690
|
"maxLength": 40
|
|
74691
|
+
},
|
|
74692
|
+
"KmsKeyArn": {
|
|
74693
|
+
"pattern": "^arn:aws(-[a-z]+)*:kms:[a-z0-9-]+:\\d{12}:key/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$",
|
|
74694
|
+
"minLength": 20,
|
|
74695
|
+
"maxLength": 2048
|
|
74170
74696
|
}
|
|
74171
74697
|
},
|
|
74172
74698
|
"createOnly": [
|
|
74173
|
-
"Name"
|
|
74699
|
+
"Name",
|
|
74700
|
+
"KmsKeyArn"
|
|
74701
|
+
],
|
|
74702
|
+
"writeOnly": [
|
|
74703
|
+
"KmsKeyArn"
|
|
74174
74704
|
],
|
|
74175
74705
|
"primaryIdentifier": [
|
|
74176
74706
|
"Name"
|
|
@@ -75678,6 +76208,11 @@
|
|
|
75678
76208
|
"kind": "property",
|
|
75679
76209
|
"lexicon": "aws"
|
|
75680
76210
|
},
|
|
76211
|
+
"OutputConfig": {
|
|
76212
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.OutputConfig",
|
|
76213
|
+
"kind": "property",
|
|
76214
|
+
"lexicon": "aws"
|
|
76215
|
+
},
|
|
75681
76216
|
"OutputContext": {
|
|
75682
76217
|
"resourceType": "AWS::Lex::Bot.OutputContext",
|
|
75683
76218
|
"kind": "property",
|
|
@@ -79526,9 +80061,17 @@
|
|
|
79526
80061
|
"PortfolioName": "PortfolioName",
|
|
79527
80062
|
"Id": "Id"
|
|
79528
80063
|
},
|
|
80064
|
+
"writeOnly": [
|
|
80065
|
+
"AcceptLanguage"
|
|
80066
|
+
],
|
|
79529
80067
|
"primaryIdentifier": [
|
|
79530
80068
|
"Id"
|
|
79531
|
-
]
|
|
80069
|
+
],
|
|
80070
|
+
"tagging": {
|
|
80071
|
+
"taggable": true,
|
|
80072
|
+
"tagOnCreate": true,
|
|
80073
|
+
"tagUpdatable": true
|
|
80074
|
+
}
|
|
79532
80075
|
},
|
|
79533
80076
|
"PortfolioPrincipalAssociation": {
|
|
79534
80077
|
"resourceType": "AWS::ServiceCatalog::PortfolioPrincipalAssociation",
|
|
@@ -80329,6 +80872,71 @@
|
|
|
80329
80872
|
"kind": "property",
|
|
80330
80873
|
"lexicon": "aws"
|
|
80331
80874
|
},
|
|
80875
|
+
"PrivateVirtualInterface": {
|
|
80876
|
+
"resourceType": "AWS::DirectConnect::PrivateVirtualInterface",
|
|
80877
|
+
"kind": "resource",
|
|
80878
|
+
"lexicon": "aws",
|
|
80879
|
+
"attrs": {
|
|
80880
|
+
"BgpPeers_*_BgpPeerId": "BgpPeers.*.BgpPeerId",
|
|
80881
|
+
"VirtualInterfaceArn": "VirtualInterfaceArn",
|
|
80882
|
+
"VirtualInterfaceId": "VirtualInterfaceId"
|
|
80883
|
+
},
|
|
80884
|
+
"propertyConstraints": {
|
|
80885
|
+
"ConnectionId": {
|
|
80886
|
+
"pattern": "^((arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:(dxcon/dxcon|dxlag/dxlag))|dx(con|lag))-[a-z0-9A-Z]{8,21}$"
|
|
80887
|
+
},
|
|
80888
|
+
"AllocatePrivateVirtualInterfaceRoleArn": {
|
|
80889
|
+
"pattern": "^arn:aws[a-z-]*:iam::[0-9]{12}:role/.+$"
|
|
80890
|
+
},
|
|
80891
|
+
"DirectConnectGatewayId": {
|
|
80892
|
+
"pattern": "^(arn:aws[a-z-]*:directconnect::[0-9]{12}:dx-gateway/)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
|
|
80893
|
+
},
|
|
80894
|
+
"VirtualInterfaceId": {
|
|
80895
|
+
"pattern": "^dxvif-[a-z0-9]{8}$"
|
|
80896
|
+
},
|
|
80897
|
+
"VirtualInterfaceName": {
|
|
80898
|
+
"pattern": "^[\\w \\-_,\\/]{1,100}$"
|
|
80899
|
+
},
|
|
80900
|
+
"VirtualInterfaceArn": {
|
|
80901
|
+
"pattern": "^arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:dxvif/dxvif-[a-z0-9]{8}$"
|
|
80902
|
+
},
|
|
80903
|
+
"Vlan": {
|
|
80904
|
+
"minimum": 0,
|
|
80905
|
+
"maximum": 4095
|
|
80906
|
+
},
|
|
80907
|
+
"VirtualGatewayId": {
|
|
80908
|
+
"pattern": "^(arn:aws[a-z-]*:ec2:[a-z0-9-]+:[0-9]{12}:vpn-gateway/)?vgw-[a-zA-Z0-9]{8,32}$"
|
|
80909
|
+
}
|
|
80910
|
+
},
|
|
80911
|
+
"createOnly": [
|
|
80912
|
+
"AllocatePrivateVirtualInterfaceRoleArn",
|
|
80913
|
+
"DirectConnectGatewayId",
|
|
80914
|
+
"VirtualGatewayId",
|
|
80915
|
+
"Vlan"
|
|
80916
|
+
],
|
|
80917
|
+
"writeOnly": [
|
|
80918
|
+
"AllocatePrivateVirtualInterfaceRoleArn"
|
|
80919
|
+
],
|
|
80920
|
+
"primaryIdentifier": [
|
|
80921
|
+
"VirtualInterfaceArn"
|
|
80922
|
+
],
|
|
80923
|
+
"replacementStrategy": "delete_then_create",
|
|
80924
|
+
"tagging": {
|
|
80925
|
+
"taggable": true,
|
|
80926
|
+
"tagOnCreate": true,
|
|
80927
|
+
"tagUpdatable": true
|
|
80928
|
+
}
|
|
80929
|
+
},
|
|
80930
|
+
"PrivateVirtualInterface_BgpPeer": {
|
|
80931
|
+
"resourceType": "AWS::DirectConnect::PrivateVirtualInterface.BgpPeer",
|
|
80932
|
+
"kind": "property",
|
|
80933
|
+
"lexicon": "aws"
|
|
80934
|
+
},
|
|
80935
|
+
"PrivateVirtualInterface_Tag": {
|
|
80936
|
+
"resourceType": "AWS::DirectConnect::PrivateVirtualInterface.Tag",
|
|
80937
|
+
"kind": "property",
|
|
80938
|
+
"lexicon": "aws"
|
|
80939
|
+
},
|
|
80332
80940
|
"ProactiveEngagement": {
|
|
80333
80941
|
"resourceType": "AWS::Shield::ProactiveEngagement",
|
|
80334
80942
|
"kind": "resource",
|
|
@@ -81517,6 +82125,64 @@
|
|
|
81517
82125
|
"PublicTypeArn"
|
|
81518
82126
|
]
|
|
81519
82127
|
},
|
|
82128
|
+
"PublicVirtualInterface": {
|
|
82129
|
+
"resourceType": "AWS::DirectConnect::PublicVirtualInterface",
|
|
82130
|
+
"kind": "resource",
|
|
82131
|
+
"lexicon": "aws",
|
|
82132
|
+
"attrs": {
|
|
82133
|
+
"BgpPeers_*_BgpPeerId": "BgpPeers.*.BgpPeerId",
|
|
82134
|
+
"VirtualInterfaceArn": "VirtualInterfaceArn",
|
|
82135
|
+
"VirtualInterfaceId": "VirtualInterfaceId"
|
|
82136
|
+
},
|
|
82137
|
+
"propertyConstraints": {
|
|
82138
|
+
"ConnectionId": {
|
|
82139
|
+
"pattern": "^((arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:(dxcon/dxcon|dxlag/dxlag))|dx(con|lag))-[a-z0-9A-Z]{8,21}$"
|
|
82140
|
+
},
|
|
82141
|
+
"VirtualInterfaceId": {
|
|
82142
|
+
"pattern": "^dxvif-[a-z0-9]{8}$"
|
|
82143
|
+
},
|
|
82144
|
+
"VirtualInterfaceName": {
|
|
82145
|
+
"pattern": "^[\\w \\-_,\\/]{1,100}$"
|
|
82146
|
+
},
|
|
82147
|
+
"VirtualInterfaceArn": {
|
|
82148
|
+
"pattern": "^arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:dxvif/dxvif-[a-z0-9]{8}$"
|
|
82149
|
+
},
|
|
82150
|
+
"Vlan": {
|
|
82151
|
+
"minimum": 0,
|
|
82152
|
+
"maximum": 4095
|
|
82153
|
+
},
|
|
82154
|
+
"AllocatePublicVirtualInterfaceRoleArn": {
|
|
82155
|
+
"pattern": "^arn:aws[a-z-]*:iam::[0-9]{12}:role/.+$"
|
|
82156
|
+
}
|
|
82157
|
+
},
|
|
82158
|
+
"createOnly": [
|
|
82159
|
+
"AllocatePublicVirtualInterfaceRoleArn",
|
|
82160
|
+
"RouteFilterPrefixes",
|
|
82161
|
+
"Vlan"
|
|
82162
|
+
],
|
|
82163
|
+
"writeOnly": [
|
|
82164
|
+
"AllocatePublicVirtualInterfaceRoleArn"
|
|
82165
|
+
],
|
|
82166
|
+
"primaryIdentifier": [
|
|
82167
|
+
"VirtualInterfaceArn"
|
|
82168
|
+
],
|
|
82169
|
+
"replacementStrategy": "delete_then_create",
|
|
82170
|
+
"tagging": {
|
|
82171
|
+
"taggable": true,
|
|
82172
|
+
"tagOnCreate": true,
|
|
82173
|
+
"tagUpdatable": true
|
|
82174
|
+
}
|
|
82175
|
+
},
|
|
82176
|
+
"PublicVirtualInterface_BgpPeer": {
|
|
82177
|
+
"resourceType": "AWS::DirectConnect::PublicVirtualInterface.BgpPeer",
|
|
82178
|
+
"kind": "property",
|
|
82179
|
+
"lexicon": "aws"
|
|
82180
|
+
},
|
|
82181
|
+
"PublicVirtualInterface_Tag": {
|
|
82182
|
+
"resourceType": "AWS::DirectConnect::PublicVirtualInterface.Tag",
|
|
82183
|
+
"kind": "property",
|
|
82184
|
+
"lexicon": "aws"
|
|
82185
|
+
},
|
|
81520
82186
|
"PublishFindingToSnsParams": {
|
|
81521
82187
|
"resourceType": "AWS::IoT::MitigationAction.PublishFindingToSnsParams",
|
|
81522
82188
|
"kind": "property",
|
|
@@ -89223,6 +89889,11 @@
|
|
|
89223
89889
|
"kind": "property",
|
|
89224
89890
|
"lexicon": "aws"
|
|
89225
89891
|
},
|
|
89892
|
+
"RatingScale": {
|
|
89893
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.RatingScale",
|
|
89894
|
+
"kind": "property",
|
|
89895
|
+
"lexicon": "aws"
|
|
89896
|
+
},
|
|
89226
89897
|
"RbinRule": {
|
|
89227
89898
|
"resourceType": "AWS::Rbin::Rule",
|
|
89228
89899
|
"kind": "resource",
|
|
@@ -89299,6 +89970,11 @@
|
|
|
89299
89970
|
"kind": "property",
|
|
89300
89971
|
"lexicon": "aws"
|
|
89301
89972
|
},
|
|
89973
|
+
"RdsCreateCrossRegionReplicaConfiguration": {
|
|
89974
|
+
"resourceType": "AWS::ARCRegionSwitch::Plan.RdsCreateCrossRegionReplicaConfiguration",
|
|
89975
|
+
"kind": "property",
|
|
89976
|
+
"lexicon": "aws"
|
|
89977
|
+
},
|
|
89302
89978
|
"RdsDbInstance": {
|
|
89303
89979
|
"resourceType": "AWS::OpsWorks::Stack.RdsDbInstance",
|
|
89304
89980
|
"kind": "property",
|
|
@@ -89324,6 +90000,11 @@
|
|
|
89324
90000
|
"kind": "property",
|
|
89325
90001
|
"lexicon": "aws"
|
|
89326
90002
|
},
|
|
90003
|
+
"RdsPromoteReadReplicaConfiguration": {
|
|
90004
|
+
"resourceType": "AWS::ARCRegionSwitch::Plan.RdsPromoteReadReplicaConfiguration",
|
|
90005
|
+
"kind": "property",
|
|
90006
|
+
"lexicon": "aws"
|
|
90007
|
+
},
|
|
89327
90008
|
"ReadCacheConfiguration": {
|
|
89328
90009
|
"resourceType": "AWS::FSx::FileSystem.ReadCacheConfiguration",
|
|
89329
90010
|
"kind": "property",
|
|
@@ -89644,6 +90325,25 @@
|
|
|
89644
90325
|
"Id": "Id"
|
|
89645
90326
|
},
|
|
89646
90327
|
"constraints": [
|
|
90328
|
+
{
|
|
90329
|
+
"name": "recordset_alias",
|
|
90330
|
+
"type": "if_then",
|
|
90331
|
+
"condition": {
|
|
90332
|
+
"properties": {
|
|
90333
|
+
"AliasTarget": {
|
|
90334
|
+
"minItems": 1
|
|
90335
|
+
}
|
|
90336
|
+
},
|
|
90337
|
+
"required": [
|
|
90338
|
+
"AliasTarget"
|
|
90339
|
+
]
|
|
90340
|
+
},
|
|
90341
|
+
"requirement": {
|
|
90342
|
+
"properties": {
|
|
90343
|
+
"TTL": false
|
|
90344
|
+
}
|
|
90345
|
+
}
|
|
90346
|
+
},
|
|
89647
90347
|
{
|
|
89648
90348
|
"name": "recordset_pattern_0",
|
|
89649
90349
|
"type": "if_then",
|
|
@@ -89905,25 +90605,6 @@
|
|
|
89905
90605
|
}
|
|
89906
90606
|
}
|
|
89907
90607
|
}
|
|
89908
|
-
},
|
|
89909
|
-
{
|
|
89910
|
-
"name": "recordset_alias",
|
|
89911
|
-
"type": "if_then",
|
|
89912
|
-
"condition": {
|
|
89913
|
-
"properties": {
|
|
89914
|
-
"AliasTarget": {
|
|
89915
|
-
"minItems": 1
|
|
89916
|
-
}
|
|
89917
|
-
},
|
|
89918
|
-
"required": [
|
|
89919
|
-
"AliasTarget"
|
|
89920
|
-
]
|
|
89921
|
-
},
|
|
89922
|
-
"requirement": {
|
|
89923
|
-
"properties": {
|
|
89924
|
-
"TTL": false
|
|
89925
|
-
}
|
|
89926
|
-
}
|
|
89927
90608
|
}
|
|
89928
90609
|
],
|
|
89929
90610
|
"createOnly": [
|
|
@@ -98786,6 +99467,11 @@
|
|
|
98786
99467
|
"kind": "property",
|
|
98787
99468
|
"lexicon": "aws"
|
|
98788
99469
|
},
|
|
99470
|
+
"SamplingConfig": {
|
|
99471
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SamplingConfig",
|
|
99472
|
+
"kind": "property",
|
|
99473
|
+
"lexicon": "aws"
|
|
99474
|
+
},
|
|
98789
99475
|
"SamplingRule": {
|
|
98790
99476
|
"resourceType": "AWS::XRay::SamplingRule",
|
|
98791
99477
|
"kind": "resource",
|
|
@@ -102180,6 +102866,11 @@
|
|
|
102180
102866
|
"kind": "property",
|
|
102181
102867
|
"lexicon": "aws"
|
|
102182
102868
|
},
|
|
102869
|
+
"SessionConfig": {
|
|
102870
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig",
|
|
102871
|
+
"kind": "property",
|
|
102872
|
+
"lexicon": "aws"
|
|
102873
|
+
},
|
|
102183
102874
|
"SessionKeysAbpV10x": {
|
|
102184
102875
|
"resourceType": "AWS::IoTWireless::WirelessDevice.SessionKeysAbpV10x",
|
|
102185
102876
|
"kind": "property",
|
|
@@ -106890,42 +107581,42 @@
|
|
|
106890
107581
|
},
|
|
106891
107582
|
"constraints": [
|
|
106892
107583
|
{
|
|
106893
|
-
"name": "
|
|
107584
|
+
"name": "billingmode_provisioned_dependent",
|
|
106894
107585
|
"type": "if_then",
|
|
106895
107586
|
"condition": {
|
|
106896
107587
|
"properties": {
|
|
106897
107588
|
"BillingMode": {
|
|
106898
|
-
"const": "
|
|
107589
|
+
"const": "PROVISIONED"
|
|
106899
107590
|
}
|
|
106900
107591
|
},
|
|
106901
107592
|
"required": [
|
|
106902
107593
|
"BillingMode"
|
|
106903
|
-
]
|
|
106904
|
-
"type": "object"
|
|
107594
|
+
]
|
|
106905
107595
|
},
|
|
106906
107596
|
"requirement": {
|
|
106907
|
-
"
|
|
106908
|
-
"ProvisionedThroughput"
|
|
106909
|
-
|
|
107597
|
+
"required": [
|
|
107598
|
+
"ProvisionedThroughput"
|
|
107599
|
+
]
|
|
106910
107600
|
}
|
|
106911
107601
|
},
|
|
106912
107602
|
{
|
|
106913
|
-
"name": "
|
|
107603
|
+
"name": "billingmode_exclusive",
|
|
106914
107604
|
"type": "if_then",
|
|
106915
107605
|
"condition": {
|
|
106916
107606
|
"properties": {
|
|
106917
107607
|
"BillingMode": {
|
|
106918
|
-
"const": "
|
|
107608
|
+
"const": "PAY_PER_REQUEST"
|
|
106919
107609
|
}
|
|
106920
107610
|
},
|
|
106921
107611
|
"required": [
|
|
106922
107612
|
"BillingMode"
|
|
106923
|
-
]
|
|
107613
|
+
],
|
|
107614
|
+
"type": "object"
|
|
106924
107615
|
},
|
|
106925
107616
|
"requirement": {
|
|
106926
|
-
"
|
|
106927
|
-
"ProvisionedThroughput"
|
|
106928
|
-
|
|
107617
|
+
"properties": {
|
|
107618
|
+
"ProvisionedThroughput": false
|
|
107619
|
+
}
|
|
106929
107620
|
}
|
|
106930
107621
|
}
|
|
106931
107622
|
],
|
|
@@ -107670,142 +108361,6 @@
|
|
|
107670
108361
|
]
|
|
107671
108362
|
}
|
|
107672
108363
|
},
|
|
107673
|
-
{
|
|
107674
|
-
"name": "fargate_properties",
|
|
107675
|
-
"type": "if_then",
|
|
107676
|
-
"condition": {
|
|
107677
|
-
"properties": {
|
|
107678
|
-
"RequiresCompatibilities": {
|
|
107679
|
-
"contains": {
|
|
107680
|
-
"enum": [
|
|
107681
|
-
"FARGATE"
|
|
107682
|
-
],
|
|
107683
|
-
"type": "string"
|
|
107684
|
-
},
|
|
107685
|
-
"type": "array"
|
|
107686
|
-
}
|
|
107687
|
-
},
|
|
107688
|
-
"required": [
|
|
107689
|
-
"RequiresCompatibilities"
|
|
107690
|
-
]
|
|
107691
|
-
},
|
|
107692
|
-
"requirement": {
|
|
107693
|
-
"allOf": [
|
|
107694
|
-
{
|
|
107695
|
-
"if": {
|
|
107696
|
-
"properties": {
|
|
107697
|
-
"NetworkMode": {
|
|
107698
|
-
"type": "string"
|
|
107699
|
-
}
|
|
107700
|
-
},
|
|
107701
|
-
"required": [
|
|
107702
|
-
"NetworkMode"
|
|
107703
|
-
]
|
|
107704
|
-
},
|
|
107705
|
-
"required": [
|
|
107706
|
-
"NetworkMode"
|
|
107707
|
-
],
|
|
107708
|
-
"then": {
|
|
107709
|
-
"properties": {
|
|
107710
|
-
"NetworkMode": {
|
|
107711
|
-
"enum": [
|
|
107712
|
-
"awsvpc"
|
|
107713
|
-
],
|
|
107714
|
-
"type": "string"
|
|
107715
|
-
}
|
|
107716
|
-
},
|
|
107717
|
-
"required": [
|
|
107718
|
-
"NetworkMode"
|
|
107719
|
-
]
|
|
107720
|
-
}
|
|
107721
|
-
},
|
|
107722
|
-
{
|
|
107723
|
-
"properties": {
|
|
107724
|
-
"ContainerDefinitions": {
|
|
107725
|
-
"items": {
|
|
107726
|
-
"properties": {
|
|
107727
|
-
"LogConfiguration": {
|
|
107728
|
-
"if": {
|
|
107729
|
-
"properties": {
|
|
107730
|
-
"LogDriver": {
|
|
107731
|
-
"type": "string"
|
|
107732
|
-
}
|
|
107733
|
-
},
|
|
107734
|
-
"required": [
|
|
107735
|
-
"LogDriver"
|
|
107736
|
-
]
|
|
107737
|
-
},
|
|
107738
|
-
"then": {
|
|
107739
|
-
"properties": {
|
|
107740
|
-
"LogDriver": {
|
|
107741
|
-
"enum": [
|
|
107742
|
-
"awslogs",
|
|
107743
|
-
"splunk",
|
|
107744
|
-
"awsfirelens"
|
|
107745
|
-
]
|
|
107746
|
-
}
|
|
107747
|
-
}
|
|
107748
|
-
}
|
|
107749
|
-
}
|
|
107750
|
-
}
|
|
107751
|
-
}
|
|
107752
|
-
}
|
|
107753
|
-
}
|
|
107754
|
-
},
|
|
107755
|
-
{
|
|
107756
|
-
"if": {
|
|
107757
|
-
"properties": {
|
|
107758
|
-
"Cpu": {
|
|
107759
|
-
"type": [
|
|
107760
|
-
"string",
|
|
107761
|
-
"integer"
|
|
107762
|
-
]
|
|
107763
|
-
}
|
|
107764
|
-
},
|
|
107765
|
-
"required": [
|
|
107766
|
-
"Cpu"
|
|
107767
|
-
]
|
|
107768
|
-
},
|
|
107769
|
-
"not": {
|
|
107770
|
-
"required": [
|
|
107771
|
-
"PlacementConstraints"
|
|
107772
|
-
]
|
|
107773
|
-
},
|
|
107774
|
-
"required": [
|
|
107775
|
-
"Cpu",
|
|
107776
|
-
"Memory"
|
|
107777
|
-
],
|
|
107778
|
-
"then": {
|
|
107779
|
-
"properties": {
|
|
107780
|
-
"Cpu": {
|
|
107781
|
-
"else": {
|
|
107782
|
-
"pattern": "^(\\.25|\\.5|1|2|4|8|16)\\s*(?i)vCpu$"
|
|
107783
|
-
},
|
|
107784
|
-
"if": {
|
|
107785
|
-
"pattern": "^\\d+$",
|
|
107786
|
-
"type": [
|
|
107787
|
-
"integer",
|
|
107788
|
-
"string"
|
|
107789
|
-
]
|
|
107790
|
-
},
|
|
107791
|
-
"then": {
|
|
107792
|
-
"enum": [
|
|
107793
|
-
"256",
|
|
107794
|
-
"512",
|
|
107795
|
-
"1024",
|
|
107796
|
-
"2048",
|
|
107797
|
-
"4096",
|
|
107798
|
-
"8192",
|
|
107799
|
-
"16384"
|
|
107800
|
-
]
|
|
107801
|
-
}
|
|
107802
|
-
}
|
|
107803
|
-
}
|
|
107804
|
-
}
|
|
107805
|
-
}
|
|
107806
|
-
]
|
|
107807
|
-
}
|
|
107808
|
-
},
|
|
107809
108364
|
{
|
|
107810
108365
|
"name": "fargate_cpu_memory",
|
|
107811
108366
|
"type": "if_then",
|
|
@@ -108111,6 +108666,142 @@
|
|
|
108111
108666
|
}
|
|
108112
108667
|
]
|
|
108113
108668
|
}
|
|
108669
|
+
},
|
|
108670
|
+
{
|
|
108671
|
+
"name": "fargate_properties",
|
|
108672
|
+
"type": "if_then",
|
|
108673
|
+
"condition": {
|
|
108674
|
+
"properties": {
|
|
108675
|
+
"RequiresCompatibilities": {
|
|
108676
|
+
"contains": {
|
|
108677
|
+
"enum": [
|
|
108678
|
+
"FARGATE"
|
|
108679
|
+
],
|
|
108680
|
+
"type": "string"
|
|
108681
|
+
},
|
|
108682
|
+
"type": "array"
|
|
108683
|
+
}
|
|
108684
|
+
},
|
|
108685
|
+
"required": [
|
|
108686
|
+
"RequiresCompatibilities"
|
|
108687
|
+
]
|
|
108688
|
+
},
|
|
108689
|
+
"requirement": {
|
|
108690
|
+
"allOf": [
|
|
108691
|
+
{
|
|
108692
|
+
"if": {
|
|
108693
|
+
"properties": {
|
|
108694
|
+
"NetworkMode": {
|
|
108695
|
+
"type": "string"
|
|
108696
|
+
}
|
|
108697
|
+
},
|
|
108698
|
+
"required": [
|
|
108699
|
+
"NetworkMode"
|
|
108700
|
+
]
|
|
108701
|
+
},
|
|
108702
|
+
"required": [
|
|
108703
|
+
"NetworkMode"
|
|
108704
|
+
],
|
|
108705
|
+
"then": {
|
|
108706
|
+
"properties": {
|
|
108707
|
+
"NetworkMode": {
|
|
108708
|
+
"enum": [
|
|
108709
|
+
"awsvpc"
|
|
108710
|
+
],
|
|
108711
|
+
"type": "string"
|
|
108712
|
+
}
|
|
108713
|
+
},
|
|
108714
|
+
"required": [
|
|
108715
|
+
"NetworkMode"
|
|
108716
|
+
]
|
|
108717
|
+
}
|
|
108718
|
+
},
|
|
108719
|
+
{
|
|
108720
|
+
"properties": {
|
|
108721
|
+
"ContainerDefinitions": {
|
|
108722
|
+
"items": {
|
|
108723
|
+
"properties": {
|
|
108724
|
+
"LogConfiguration": {
|
|
108725
|
+
"if": {
|
|
108726
|
+
"properties": {
|
|
108727
|
+
"LogDriver": {
|
|
108728
|
+
"type": "string"
|
|
108729
|
+
}
|
|
108730
|
+
},
|
|
108731
|
+
"required": [
|
|
108732
|
+
"LogDriver"
|
|
108733
|
+
]
|
|
108734
|
+
},
|
|
108735
|
+
"then": {
|
|
108736
|
+
"properties": {
|
|
108737
|
+
"LogDriver": {
|
|
108738
|
+
"enum": [
|
|
108739
|
+
"awslogs",
|
|
108740
|
+
"splunk",
|
|
108741
|
+
"awsfirelens"
|
|
108742
|
+
]
|
|
108743
|
+
}
|
|
108744
|
+
}
|
|
108745
|
+
}
|
|
108746
|
+
}
|
|
108747
|
+
}
|
|
108748
|
+
}
|
|
108749
|
+
}
|
|
108750
|
+
}
|
|
108751
|
+
},
|
|
108752
|
+
{
|
|
108753
|
+
"if": {
|
|
108754
|
+
"properties": {
|
|
108755
|
+
"Cpu": {
|
|
108756
|
+
"type": [
|
|
108757
|
+
"string",
|
|
108758
|
+
"integer"
|
|
108759
|
+
]
|
|
108760
|
+
}
|
|
108761
|
+
},
|
|
108762
|
+
"required": [
|
|
108763
|
+
"Cpu"
|
|
108764
|
+
]
|
|
108765
|
+
},
|
|
108766
|
+
"not": {
|
|
108767
|
+
"required": [
|
|
108768
|
+
"PlacementConstraints"
|
|
108769
|
+
]
|
|
108770
|
+
},
|
|
108771
|
+
"required": [
|
|
108772
|
+
"Cpu",
|
|
108773
|
+
"Memory"
|
|
108774
|
+
],
|
|
108775
|
+
"then": {
|
|
108776
|
+
"properties": {
|
|
108777
|
+
"Cpu": {
|
|
108778
|
+
"else": {
|
|
108779
|
+
"pattern": "^(\\.25|\\.5|1|2|4|8|16)\\s*(?i)vCpu$"
|
|
108780
|
+
},
|
|
108781
|
+
"if": {
|
|
108782
|
+
"pattern": "^\\d+$",
|
|
108783
|
+
"type": [
|
|
108784
|
+
"integer",
|
|
108785
|
+
"string"
|
|
108786
|
+
]
|
|
108787
|
+
},
|
|
108788
|
+
"then": {
|
|
108789
|
+
"enum": [
|
|
108790
|
+
"256",
|
|
108791
|
+
"512",
|
|
108792
|
+
"1024",
|
|
108793
|
+
"2048",
|
|
108794
|
+
"4096",
|
|
108795
|
+
"8192",
|
|
108796
|
+
"16384"
|
|
108797
|
+
]
|
|
108798
|
+
}
|
|
108799
|
+
}
|
|
108800
|
+
}
|
|
108801
|
+
}
|
|
108802
|
+
}
|
|
108803
|
+
]
|
|
108804
|
+
}
|
|
108114
108805
|
}
|
|
108115
108806
|
],
|
|
108116
108807
|
"createOnly": [
|
|
@@ -111663,6 +112354,67 @@
|
|
|
111663
112354
|
"kind": "property",
|
|
111664
112355
|
"lexicon": "aws"
|
|
111665
112356
|
},
|
|
112357
|
+
"TransitVirtualInterface": {
|
|
112358
|
+
"resourceType": "AWS::DirectConnect::TransitVirtualInterface",
|
|
112359
|
+
"kind": "resource",
|
|
112360
|
+
"lexicon": "aws",
|
|
112361
|
+
"attrs": {
|
|
112362
|
+
"BgpPeers_*_BgpPeerId": "BgpPeers.*.BgpPeerId",
|
|
112363
|
+
"VirtualInterfaceArn": "VirtualInterfaceArn",
|
|
112364
|
+
"VirtualInterfaceId": "VirtualInterfaceId"
|
|
112365
|
+
},
|
|
112366
|
+
"propertyConstraints": {
|
|
112367
|
+
"ConnectionId": {
|
|
112368
|
+
"pattern": "^((arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:(dxcon/dxcon|dxlag/dxlag))|dx(con|lag))-[a-z0-9A-Z]{8,21}$"
|
|
112369
|
+
},
|
|
112370
|
+
"DirectConnectGatewayId": {
|
|
112371
|
+
"pattern": "^(arn:aws[a-z-]*:directconnect::[0-9]{12}:dx-gateway/)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
|
|
112372
|
+
},
|
|
112373
|
+
"VirtualInterfaceId": {
|
|
112374
|
+
"pattern": "^dxvif-[a-z0-9]{8}$"
|
|
112375
|
+
},
|
|
112376
|
+
"VirtualInterfaceName": {
|
|
112377
|
+
"pattern": "^[\\w \\-_,\\/]{1,100}$"
|
|
112378
|
+
},
|
|
112379
|
+
"VirtualInterfaceArn": {
|
|
112380
|
+
"pattern": "^arn:aws[a-z-]*:directconnect:[a-z0-9-]+:[0-9]{12}:dxvif/dxvif-[a-z0-9]{8}$"
|
|
112381
|
+
},
|
|
112382
|
+
"Vlan": {
|
|
112383
|
+
"minimum": 0,
|
|
112384
|
+
"maximum": 4095
|
|
112385
|
+
},
|
|
112386
|
+
"AllocateTransitVirtualInterfaceRoleArn": {
|
|
112387
|
+
"pattern": "^arn:aws[a-z-]*:iam::[0-9]{12}:role/.+$"
|
|
112388
|
+
}
|
|
112389
|
+
},
|
|
112390
|
+
"createOnly": [
|
|
112391
|
+
"AllocateTransitVirtualInterfaceRoleArn",
|
|
112392
|
+
"DirectConnectGatewayId",
|
|
112393
|
+
"Vlan"
|
|
112394
|
+
],
|
|
112395
|
+
"writeOnly": [
|
|
112396
|
+
"AllocateTransitVirtualInterfaceRoleArn"
|
|
112397
|
+
],
|
|
112398
|
+
"primaryIdentifier": [
|
|
112399
|
+
"VirtualInterfaceArn"
|
|
112400
|
+
],
|
|
112401
|
+
"replacementStrategy": "delete_then_create",
|
|
112402
|
+
"tagging": {
|
|
112403
|
+
"taggable": true,
|
|
112404
|
+
"tagOnCreate": true,
|
|
112405
|
+
"tagUpdatable": true
|
|
112406
|
+
}
|
|
112407
|
+
},
|
|
112408
|
+
"TransitVirtualInterface_BgpPeer": {
|
|
112409
|
+
"resourceType": "AWS::DirectConnect::TransitVirtualInterface.BgpPeer",
|
|
112410
|
+
"kind": "property",
|
|
112411
|
+
"lexicon": "aws"
|
|
112412
|
+
},
|
|
112413
|
+
"TransitVirtualInterface_Tag": {
|
|
112414
|
+
"resourceType": "AWS::DirectConnect::TransitVirtualInterface.Tag",
|
|
112415
|
+
"kind": "property",
|
|
112416
|
+
"lexicon": "aws"
|
|
112417
|
+
},
|
|
111666
112418
|
"Transition": {
|
|
111667
112419
|
"resourceType": "AWS::S3::Bucket.Transition",
|
|
111668
112420
|
"kind": "property",
|