@intentius/chant-lexicon-aws 0.0.14 → 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 +6 -5
- package/dist/manifest.json +1 -1
- package/dist/meta.json +744 -16
- package/dist/rules/waw030.ts +55 -0
- package/dist/rules/waw031.ts +66 -0
- package/dist/types/index.d.ts +773 -34
- package/package.json +29 -26
- package/src/codegen/docs.ts +11 -1
- package/src/generated/index.d.ts +773 -34
- package/src/generated/index.ts +62 -3
- package/src/generated/lexicon-aws.json +744 -16
- 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 +2 -1
- package/src/serializer.test.ts +40 -0
- package/src/serializer.ts +6 -1
package/dist/meta.json
CHANGED
|
@@ -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",
|
|
@@ -17050,6 +17144,11 @@
|
|
|
17050
17144
|
"kind": "property",
|
|
17051
17145
|
"lexicon": "aws"
|
|
17052
17146
|
},
|
|
17147
|
+
"CategoricalScaleDefinition": {
|
|
17148
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.CategoricalScaleDefinition",
|
|
17149
|
+
"kind": "property",
|
|
17150
|
+
"lexicon": "aws"
|
|
17151
|
+
},
|
|
17053
17152
|
"CdcSpecification": {
|
|
17054
17153
|
"resourceType": "AWS::Cassandra::Table.CdcSpecification",
|
|
17055
17154
|
"kind": "property",
|
|
@@ -19054,6 +19153,11 @@
|
|
|
19054
19153
|
"kind": "property",
|
|
19055
19154
|
"lexicon": "aws"
|
|
19056
19155
|
},
|
|
19156
|
+
"CloudWatchLogsInputConfig": {
|
|
19157
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.CloudWatchLogsInputConfig",
|
|
19158
|
+
"kind": "property",
|
|
19159
|
+
"lexicon": "aws"
|
|
19160
|
+
},
|
|
19057
19161
|
"CloudWatchLogsLogDelivery": {
|
|
19058
19162
|
"resourceType": "AWS::KafkaConnect::Connector.CloudWatchLogsLogDelivery",
|
|
19059
19163
|
"kind": "property",
|
|
@@ -19074,11 +19178,6 @@
|
|
|
19074
19178
|
"kind": "property",
|
|
19075
19179
|
"lexicon": "aws"
|
|
19076
19180
|
},
|
|
19077
|
-
"CloudWatchOutputConfig": {
|
|
19078
|
-
"resourceType": "AWS::SSM::MaintenanceWindowTask.CloudWatchOutputConfig",
|
|
19079
|
-
"kind": "property",
|
|
19080
|
-
"lexicon": "aws"
|
|
19081
|
-
},
|
|
19082
19181
|
"CloudwatchAlarmAction": {
|
|
19083
19182
|
"resourceType": "AWS::IoT::TopicRule.CloudwatchAlarmAction",
|
|
19084
19183
|
"kind": "property",
|
|
@@ -21235,6 +21334,7 @@
|
|
|
21235
21334
|
"ComputeResources/InstanceTypes",
|
|
21236
21335
|
"ComputeResources/LaunchTemplate",
|
|
21237
21336
|
"ComputeResources/PlacementGroup",
|
|
21337
|
+
"ComputeResources/ScalingPolicy",
|
|
21238
21338
|
"ComputeResources/SecurityGroupIds",
|
|
21239
21339
|
"ComputeResources/Subnets",
|
|
21240
21340
|
"ComputeResources/Tags",
|
|
@@ -21256,6 +21356,11 @@
|
|
|
21256
21356
|
"kind": "property",
|
|
21257
21357
|
"lexicon": "aws"
|
|
21258
21358
|
},
|
|
21359
|
+
"ComputeEnvironment_ComputeScalingPolicy": {
|
|
21360
|
+
"resourceType": "AWS::Batch::ComputeEnvironment.ComputeScalingPolicy",
|
|
21361
|
+
"kind": "property",
|
|
21362
|
+
"lexicon": "aws"
|
|
21363
|
+
},
|
|
21259
21364
|
"ComputeEnvironment_Ec2ConfigurationObject": {
|
|
21260
21365
|
"resourceType": "AWS::Batch::ComputeEnvironment.Ec2ConfigurationObject",
|
|
21261
21366
|
"kind": "property",
|
|
@@ -21459,6 +21564,11 @@
|
|
|
21459
21564
|
"kind": "property",
|
|
21460
21565
|
"lexicon": "aws"
|
|
21461
21566
|
},
|
|
21567
|
+
"ComputeScalingPolicy": {
|
|
21568
|
+
"resourceType": "AWS::Batch::ComputeEnvironment.ComputeScalingPolicy",
|
|
21569
|
+
"kind": "property",
|
|
21570
|
+
"lexicon": "aws"
|
|
21571
|
+
},
|
|
21462
21572
|
"ConditionBasedCollectionScheme": {
|
|
21463
21573
|
"resourceType": "AWS::IoTFleetWise::Campaign.ConditionBasedCollectionScheme",
|
|
21464
21574
|
"kind": "property",
|
|
@@ -30025,6 +30135,11 @@
|
|
|
30025
30135
|
"kind": "property",
|
|
30026
30136
|
"lexicon": "aws"
|
|
30027
30137
|
},
|
|
30138
|
+
"DataSourceConfig": {
|
|
30139
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.DataSourceConfig",
|
|
30140
|
+
"kind": "property",
|
|
30141
|
+
"lexicon": "aws"
|
|
30142
|
+
},
|
|
30028
30143
|
"DataSourceCredentials": {
|
|
30029
30144
|
"resourceType": "AWS::QuickSight::DataSource.DataSourceCredentials",
|
|
30030
30145
|
"kind": "property",
|
|
@@ -35428,6 +35543,129 @@
|
|
|
35428
35543
|
"kind": "property",
|
|
35429
35544
|
"lexicon": "aws"
|
|
35430
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
|
+
},
|
|
35431
35669
|
"DirectConnectGatewayAttachment": {
|
|
35432
35670
|
"resourceType": "AWS::NetworkManager::DirectConnectGatewayAttachment",
|
|
35433
35671
|
"kind": "resource",
|
|
@@ -35478,6 +35716,11 @@
|
|
|
35478
35716
|
"kind": "property",
|
|
35479
35717
|
"lexicon": "aws"
|
|
35480
35718
|
},
|
|
35719
|
+
"DirectConnectGateway_Tag": {
|
|
35720
|
+
"resourceType": "AWS::DirectConnect::DirectConnectGateway.Tag",
|
|
35721
|
+
"kind": "property",
|
|
35722
|
+
"lexicon": "aws"
|
|
35723
|
+
},
|
|
35481
35724
|
"DirectPutSourceConfiguration": {
|
|
35482
35725
|
"resourceType": "AWS::KinesisFirehose::DeliveryStream.DirectPutSourceConfiguration",
|
|
35483
35726
|
"kind": "property",
|
|
@@ -41890,6 +42133,110 @@
|
|
|
41890
42133
|
"kind": "property",
|
|
41891
42134
|
"lexicon": "aws"
|
|
41892
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
|
+
},
|
|
41893
42240
|
"Event": {
|
|
41894
42241
|
"resourceType": "AWS::IoTEvents::DetectorModel.Event",
|
|
41895
42242
|
"kind": "property",
|
|
@@ -44882,11 +45229,6 @@
|
|
|
44882
45229
|
"kind": "property",
|
|
44883
45230
|
"lexicon": "aws"
|
|
44884
45231
|
},
|
|
44885
|
-
"FilterValue": {
|
|
44886
|
-
"resourceType": "AWS::DataBrew::Dataset.FilterValue",
|
|
44887
|
-
"kind": "property",
|
|
44888
|
-
"lexicon": "aws"
|
|
44889
|
-
},
|
|
44890
45232
|
"FiltersOperation": {
|
|
44891
45233
|
"resourceType": "AWS::QuickSight::DataSet.FiltersOperation",
|
|
44892
45234
|
"kind": "property",
|
|
@@ -53553,11 +53895,6 @@
|
|
|
53553
53895
|
"kind": "property",
|
|
53554
53896
|
"lexicon": "aws"
|
|
53555
53897
|
},
|
|
53556
|
-
"InferenceConfiguration": {
|
|
53557
|
-
"resourceType": "AWS::Bedrock::Agent.InferenceConfiguration",
|
|
53558
|
-
"kind": "property",
|
|
53559
|
-
"lexicon": "aws"
|
|
53560
|
-
},
|
|
53561
53898
|
"InferenceExecutionConfig": {
|
|
53562
53899
|
"resourceType": "AWS::SageMaker::Model.InferenceExecutionConfig",
|
|
53563
53900
|
"kind": "property",
|
|
@@ -59514,6 +59851,59 @@
|
|
|
59514
59851
|
"kind": "property",
|
|
59515
59852
|
"lexicon": "aws"
|
|
59516
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
|
+
},
|
|
59517
59907
|
"LakeFormationResource": {
|
|
59518
59908
|
"resourceType": "AWS::LakeFormation::Resource",
|
|
59519
59909
|
"kind": "resource",
|
|
@@ -61810,6 +62200,11 @@
|
|
|
61810
62200
|
"kind": "property",
|
|
61811
62201
|
"lexicon": "aws"
|
|
61812
62202
|
},
|
|
62203
|
+
"LlmAsAJudgeEvaluatorConfig": {
|
|
62204
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.LlmAsAJudgeEvaluatorConfig",
|
|
62205
|
+
"kind": "property",
|
|
62206
|
+
"lexicon": "aws"
|
|
62207
|
+
},
|
|
61813
62208
|
"LoRaWANDevice": {
|
|
61814
62209
|
"resourceType": "AWS::IoTWireless::WirelessDevice.LoRaWANDevice",
|
|
61815
62210
|
"kind": "property",
|
|
@@ -73114,6 +73509,11 @@
|
|
|
73114
73509
|
"kind": "property",
|
|
73115
73510
|
"lexicon": "aws"
|
|
73116
73511
|
},
|
|
73512
|
+
"NumericalScaleDefinition": {
|
|
73513
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.NumericalScaleDefinition",
|
|
73514
|
+
"kind": "property",
|
|
73515
|
+
"lexicon": "aws"
|
|
73516
|
+
},
|
|
73117
73517
|
"OAuth2ClientCredentialConfiguration": {
|
|
73118
73518
|
"resourceType": "AWS::QBusiness::Plugin.OAuth2ClientCredentialConfiguration",
|
|
73119
73519
|
"kind": "property",
|
|
@@ -73921,6 +74321,112 @@
|
|
|
73921
74321
|
"kind": "property",
|
|
73922
74322
|
"lexicon": "aws"
|
|
73923
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
|
+
},
|
|
73924
74430
|
"OnlineStoreSecurityConfig": {
|
|
73925
74431
|
"resourceType": "AWS::SageMaker::FeatureGroup.OnlineStoreSecurityConfig",
|
|
73926
74432
|
"kind": "property",
|
|
@@ -75702,6 +76208,11 @@
|
|
|
75702
76208
|
"kind": "property",
|
|
75703
76209
|
"lexicon": "aws"
|
|
75704
76210
|
},
|
|
76211
|
+
"OutputConfig": {
|
|
76212
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.OutputConfig",
|
|
76213
|
+
"kind": "property",
|
|
76214
|
+
"lexicon": "aws"
|
|
76215
|
+
},
|
|
75705
76216
|
"OutputContext": {
|
|
75706
76217
|
"resourceType": "AWS::Lex::Bot.OutputContext",
|
|
75707
76218
|
"kind": "property",
|
|
@@ -79550,9 +80061,17 @@
|
|
|
79550
80061
|
"PortfolioName": "PortfolioName",
|
|
79551
80062
|
"Id": "Id"
|
|
79552
80063
|
},
|
|
80064
|
+
"writeOnly": [
|
|
80065
|
+
"AcceptLanguage"
|
|
80066
|
+
],
|
|
79553
80067
|
"primaryIdentifier": [
|
|
79554
80068
|
"Id"
|
|
79555
|
-
]
|
|
80069
|
+
],
|
|
80070
|
+
"tagging": {
|
|
80071
|
+
"taggable": true,
|
|
80072
|
+
"tagOnCreate": true,
|
|
80073
|
+
"tagUpdatable": true
|
|
80074
|
+
}
|
|
79556
80075
|
},
|
|
79557
80076
|
"PortfolioPrincipalAssociation": {
|
|
79558
80077
|
"resourceType": "AWS::ServiceCatalog::PortfolioPrincipalAssociation",
|
|
@@ -80353,6 +80872,71 @@
|
|
|
80353
80872
|
"kind": "property",
|
|
80354
80873
|
"lexicon": "aws"
|
|
80355
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
|
+
},
|
|
80356
80940
|
"ProactiveEngagement": {
|
|
80357
80941
|
"resourceType": "AWS::Shield::ProactiveEngagement",
|
|
80358
80942
|
"kind": "resource",
|
|
@@ -81541,6 +82125,64 @@
|
|
|
81541
82125
|
"PublicTypeArn"
|
|
81542
82126
|
]
|
|
81543
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
|
+
},
|
|
81544
82186
|
"PublishFindingToSnsParams": {
|
|
81545
82187
|
"resourceType": "AWS::IoT::MitigationAction.PublishFindingToSnsParams",
|
|
81546
82188
|
"kind": "property",
|
|
@@ -89247,6 +89889,11 @@
|
|
|
89247
89889
|
"kind": "property",
|
|
89248
89890
|
"lexicon": "aws"
|
|
89249
89891
|
},
|
|
89892
|
+
"RatingScale": {
|
|
89893
|
+
"resourceType": "AWS::BedrockAgentCore::Evaluator.RatingScale",
|
|
89894
|
+
"kind": "property",
|
|
89895
|
+
"lexicon": "aws"
|
|
89896
|
+
},
|
|
89250
89897
|
"RbinRule": {
|
|
89251
89898
|
"resourceType": "AWS::Rbin::Rule",
|
|
89252
89899
|
"kind": "resource",
|
|
@@ -89323,6 +89970,11 @@
|
|
|
89323
89970
|
"kind": "property",
|
|
89324
89971
|
"lexicon": "aws"
|
|
89325
89972
|
},
|
|
89973
|
+
"RdsCreateCrossRegionReplicaConfiguration": {
|
|
89974
|
+
"resourceType": "AWS::ARCRegionSwitch::Plan.RdsCreateCrossRegionReplicaConfiguration",
|
|
89975
|
+
"kind": "property",
|
|
89976
|
+
"lexicon": "aws"
|
|
89977
|
+
},
|
|
89326
89978
|
"RdsDbInstance": {
|
|
89327
89979
|
"resourceType": "AWS::OpsWorks::Stack.RdsDbInstance",
|
|
89328
89980
|
"kind": "property",
|
|
@@ -89348,6 +90000,11 @@
|
|
|
89348
90000
|
"kind": "property",
|
|
89349
90001
|
"lexicon": "aws"
|
|
89350
90002
|
},
|
|
90003
|
+
"RdsPromoteReadReplicaConfiguration": {
|
|
90004
|
+
"resourceType": "AWS::ARCRegionSwitch::Plan.RdsPromoteReadReplicaConfiguration",
|
|
90005
|
+
"kind": "property",
|
|
90006
|
+
"lexicon": "aws"
|
|
90007
|
+
},
|
|
89351
90008
|
"ReadCacheConfiguration": {
|
|
89352
90009
|
"resourceType": "AWS::FSx::FileSystem.ReadCacheConfiguration",
|
|
89353
90010
|
"kind": "property",
|
|
@@ -98810,6 +99467,11 @@
|
|
|
98810
99467
|
"kind": "property",
|
|
98811
99468
|
"lexicon": "aws"
|
|
98812
99469
|
},
|
|
99470
|
+
"SamplingConfig": {
|
|
99471
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SamplingConfig",
|
|
99472
|
+
"kind": "property",
|
|
99473
|
+
"lexicon": "aws"
|
|
99474
|
+
},
|
|
98813
99475
|
"SamplingRule": {
|
|
98814
99476
|
"resourceType": "AWS::XRay::SamplingRule",
|
|
98815
99477
|
"kind": "resource",
|
|
@@ -102204,6 +102866,11 @@
|
|
|
102204
102866
|
"kind": "property",
|
|
102205
102867
|
"lexicon": "aws"
|
|
102206
102868
|
},
|
|
102869
|
+
"SessionConfig": {
|
|
102870
|
+
"resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig",
|
|
102871
|
+
"kind": "property",
|
|
102872
|
+
"lexicon": "aws"
|
|
102873
|
+
},
|
|
102207
102874
|
"SessionKeysAbpV10x": {
|
|
102208
102875
|
"resourceType": "AWS::IoTWireless::WirelessDevice.SessionKeysAbpV10x",
|
|
102209
102876
|
"kind": "property",
|
|
@@ -111687,6 +112354,67 @@
|
|
|
111687
112354
|
"kind": "property",
|
|
111688
112355
|
"lexicon": "aws"
|
|
111689
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
|
+
},
|
|
111690
112418
|
"Transition": {
|
|
111691
112419
|
"resourceType": "AWS::S3::Bucket.Transition",
|
|
111692
112420
|
"kind": "property",
|