@intentius/chant-lexicon-aws 0.0.18 → 0.0.24
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 +7 -6
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1016 -239
- package/dist/rules/ext001.ts +4 -0
- package/{src/skills/chant-eks.md → dist/skills/chant-aws-eks.md} +5 -2
- package/dist/skills/chant-aws.md +4 -4
- package/dist/types/index.d.ts +919 -313
- package/package.json +20 -2
- package/src/composites/alb-shared.ts +14 -7
- package/src/composites/composites.test.ts +86 -2
- package/src/composites/fargate-alb.ts +24 -14
- package/src/composites/fargate-service.ts +16 -9
- package/src/composites/lambda-api.ts +7 -3
- package/src/composites/lambda-dynamodb.ts +8 -3
- package/src/composites/lambda-eventbridge.ts +10 -5
- package/src/composites/lambda-function.ts +10 -5
- package/src/composites/lambda-s3.ts +8 -3
- package/src/composites/lambda-sns.ts +13 -7
- package/src/composites/lambda-sqs.ts +12 -6
- package/src/composites/rds-instance.ts +15 -8
- package/src/composites/scheduled-lambda.ts +10 -5
- package/src/composites/vpc-default.ts +81 -30
- package/src/generated/index.d.ts +919 -313
- package/src/generated/index.ts +78 -15
- package/src/generated/lexicon-aws.json +1016 -239
- package/src/lint/post-synth/ext001.ts +4 -0
- package/src/plugin.ts +175 -574
- package/src/skills/chant-aws-eks.md +178 -0
- package/src/skills/chant-aws.md +430 -0
package/dist/meta.json
CHANGED
|
@@ -1707,6 +1707,113 @@
|
|
|
1707
1707
|
"kind": "property",
|
|
1708
1708
|
"lexicon": "aws"
|
|
1709
1709
|
},
|
|
1710
|
+
"AccessSource": {
|
|
1711
|
+
"resourceType": "AWS::Route53GlobalResolver::AccessSource",
|
|
1712
|
+
"kind": "resource",
|
|
1713
|
+
"lexicon": "aws",
|
|
1714
|
+
"attrs": {
|
|
1715
|
+
"Arn": "Arn",
|
|
1716
|
+
"AccessSourceId": "AccessSourceId",
|
|
1717
|
+
"CreatedAt": "CreatedAt",
|
|
1718
|
+
"UpdatedAt": "UpdatedAt",
|
|
1719
|
+
"Status": "Status"
|
|
1720
|
+
},
|
|
1721
|
+
"propertyConstraints": {
|
|
1722
|
+
"AccessSourceId": {
|
|
1723
|
+
"minLength": 1,
|
|
1724
|
+
"maxLength": 64
|
|
1725
|
+
},
|
|
1726
|
+
"Arn": {
|
|
1727
|
+
"minLength": 1,
|
|
1728
|
+
"maxLength": 2048
|
|
1729
|
+
},
|
|
1730
|
+
"DnsViewId": {
|
|
1731
|
+
"minLength": 1,
|
|
1732
|
+
"maxLength": 64
|
|
1733
|
+
},
|
|
1734
|
+
"ClientToken": {
|
|
1735
|
+
"minLength": 1,
|
|
1736
|
+
"maxLength": 256
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
"createOnly": [
|
|
1740
|
+
"DnsViewId",
|
|
1741
|
+
"ClientToken"
|
|
1742
|
+
],
|
|
1743
|
+
"writeOnly": [
|
|
1744
|
+
"ClientToken"
|
|
1745
|
+
],
|
|
1746
|
+
"primaryIdentifier": [
|
|
1747
|
+
"AccessSourceId"
|
|
1748
|
+
],
|
|
1749
|
+
"tagging": {
|
|
1750
|
+
"taggable": true,
|
|
1751
|
+
"tagOnCreate": true,
|
|
1752
|
+
"tagUpdatable": true
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
"AccessSource_Tag": {
|
|
1756
|
+
"resourceType": "AWS::Route53GlobalResolver::AccessSource.Tag",
|
|
1757
|
+
"kind": "property",
|
|
1758
|
+
"lexicon": "aws"
|
|
1759
|
+
},
|
|
1760
|
+
"AccessToken": {
|
|
1761
|
+
"resourceType": "AWS::Route53GlobalResolver::AccessToken",
|
|
1762
|
+
"kind": "resource",
|
|
1763
|
+
"lexicon": "aws",
|
|
1764
|
+
"attrs": {
|
|
1765
|
+
"Arn": "Arn",
|
|
1766
|
+
"AccessTokenId": "AccessTokenId",
|
|
1767
|
+
"CreatedAt": "CreatedAt",
|
|
1768
|
+
"UpdatedAt": "UpdatedAt",
|
|
1769
|
+
"Status": "Status",
|
|
1770
|
+
"Value": "Value",
|
|
1771
|
+
"GlobalResolverId": "GlobalResolverId"
|
|
1772
|
+
},
|
|
1773
|
+
"propertyConstraints": {
|
|
1774
|
+
"AccessTokenId": {
|
|
1775
|
+
"minLength": 1,
|
|
1776
|
+
"maxLength": 64
|
|
1777
|
+
},
|
|
1778
|
+
"Arn": {
|
|
1779
|
+
"minLength": 1,
|
|
1780
|
+
"maxLength": 2048
|
|
1781
|
+
},
|
|
1782
|
+
"DnsViewId": {
|
|
1783
|
+
"minLength": 1,
|
|
1784
|
+
"maxLength": 64
|
|
1785
|
+
},
|
|
1786
|
+
"GlobalResolverId": {
|
|
1787
|
+
"minLength": 1,
|
|
1788
|
+
"maxLength": 64
|
|
1789
|
+
},
|
|
1790
|
+
"ClientToken": {
|
|
1791
|
+
"minLength": 1,
|
|
1792
|
+
"maxLength": 256
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
"createOnly": [
|
|
1796
|
+
"DnsViewId",
|
|
1797
|
+
"ExpiresAt",
|
|
1798
|
+
"ClientToken"
|
|
1799
|
+
],
|
|
1800
|
+
"writeOnly": [
|
|
1801
|
+
"ClientToken"
|
|
1802
|
+
],
|
|
1803
|
+
"primaryIdentifier": [
|
|
1804
|
+
"AccessTokenId"
|
|
1805
|
+
],
|
|
1806
|
+
"tagging": {
|
|
1807
|
+
"taggable": true,
|
|
1808
|
+
"tagOnCreate": true,
|
|
1809
|
+
"tagUpdatable": true
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
"AccessToken_Tag": {
|
|
1813
|
+
"resourceType": "AWS::Route53GlobalResolver::AccessToken.Tag",
|
|
1814
|
+
"kind": "property",
|
|
1815
|
+
"lexicon": "aws"
|
|
1816
|
+
},
|
|
1710
1817
|
"Accessor": {
|
|
1711
1818
|
"resourceType": "AWS::ManagedBlockchain::Accessor",
|
|
1712
1819
|
"kind": "resource",
|
|
@@ -2838,6 +2945,9 @@
|
|
|
2838
2945
|
}
|
|
2839
2946
|
],
|
|
2840
2947
|
"propertyConstraints": {
|
|
2948
|
+
"ActionsEnabled": {
|
|
2949
|
+
"default": true
|
|
2950
|
+
},
|
|
2841
2951
|
"TreatMissingData": {
|
|
2842
2952
|
"enum": [
|
|
2843
2953
|
"breaching",
|
|
@@ -2845,9 +2955,6 @@
|
|
|
2845
2955
|
"missing",
|
|
2846
2956
|
"notBreaching"
|
|
2847
2957
|
]
|
|
2848
|
-
},
|
|
2849
|
-
"ActionsEnabled": {
|
|
2850
|
-
"default": true
|
|
2851
2958
|
}
|
|
2852
2959
|
},
|
|
2853
2960
|
"createOnly": [
|
|
@@ -22236,6 +22343,196 @@
|
|
|
22236
22343
|
"kind": "property",
|
|
22237
22344
|
"lexicon": "aws"
|
|
22238
22345
|
},
|
|
22346
|
+
"ConfiguredModelAlgorithm": {
|
|
22347
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm",
|
|
22348
|
+
"kind": "resource",
|
|
22349
|
+
"lexicon": "aws",
|
|
22350
|
+
"attrs": {
|
|
22351
|
+
"ConfiguredModelAlgorithmArn": "ConfiguredModelAlgorithmArn"
|
|
22352
|
+
},
|
|
22353
|
+
"propertyConstraints": {
|
|
22354
|
+
"ConfiguredModelAlgorithmArn": {
|
|
22355
|
+
"pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:configured-model-algorithm/[-a-zA-Z0-9_/.]+$",
|
|
22356
|
+
"minLength": 20,
|
|
22357
|
+
"maxLength": 2048
|
|
22358
|
+
},
|
|
22359
|
+
"Name": {
|
|
22360
|
+
"pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$",
|
|
22361
|
+
"minLength": 1,
|
|
22362
|
+
"maxLength": 63
|
|
22363
|
+
},
|
|
22364
|
+
"Description": {
|
|
22365
|
+
"pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$",
|
|
22366
|
+
"maxLength": 255
|
|
22367
|
+
},
|
|
22368
|
+
"RoleArn": {
|
|
22369
|
+
"pattern": "^arn:aws[-a-z]*:iam::[0-9]{12}:role/.+$",
|
|
22370
|
+
"minLength": 20,
|
|
22371
|
+
"maxLength": 2048
|
|
22372
|
+
},
|
|
22373
|
+
"KmsKeyArn": {
|
|
22374
|
+
"pattern": "^arn:aws[-a-z]*:kms:[-a-z0-9]+:[0-9]{12}:key/.+$",
|
|
22375
|
+
"minLength": 20,
|
|
22376
|
+
"maxLength": 2048
|
|
22377
|
+
}
|
|
22378
|
+
},
|
|
22379
|
+
"createOnly": [
|
|
22380
|
+
"Name",
|
|
22381
|
+
"Description",
|
|
22382
|
+
"RoleArn",
|
|
22383
|
+
"TrainingContainerConfig",
|
|
22384
|
+
"InferenceContainerConfig",
|
|
22385
|
+
"KmsKeyArn"
|
|
22386
|
+
],
|
|
22387
|
+
"primaryIdentifier": [
|
|
22388
|
+
"ConfiguredModelAlgorithmArn"
|
|
22389
|
+
],
|
|
22390
|
+
"tagging": {
|
|
22391
|
+
"taggable": true,
|
|
22392
|
+
"tagOnCreate": true,
|
|
22393
|
+
"tagUpdatable": true
|
|
22394
|
+
}
|
|
22395
|
+
},
|
|
22396
|
+
"ConfiguredModelAlgorithmAssociation": {
|
|
22397
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation",
|
|
22398
|
+
"kind": "resource",
|
|
22399
|
+
"lexicon": "aws",
|
|
22400
|
+
"attrs": {
|
|
22401
|
+
"ConfiguredModelAlgorithmAssociationArn": "ConfiguredModelAlgorithmAssociationArn",
|
|
22402
|
+
"CollaborationIdentifier": "CollaborationIdentifier"
|
|
22403
|
+
},
|
|
22404
|
+
"propertyConstraints": {
|
|
22405
|
+
"ConfiguredModelAlgorithmAssociationArn": {
|
|
22406
|
+
"pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:membership/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/configured-model-algorithm-association/[-a-zA-Z0-9_/.]+$",
|
|
22407
|
+
"minLength": 20,
|
|
22408
|
+
"maxLength": 2048
|
|
22409
|
+
},
|
|
22410
|
+
"MembershipIdentifier": {
|
|
22411
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
|
|
22412
|
+
"minLength": 36,
|
|
22413
|
+
"maxLength": 36
|
|
22414
|
+
},
|
|
22415
|
+
"CollaborationIdentifier": {
|
|
22416
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
|
|
22417
|
+
"minLength": 36,
|
|
22418
|
+
"maxLength": 36
|
|
22419
|
+
},
|
|
22420
|
+
"ConfiguredModelAlgorithmArn": {
|
|
22421
|
+
"pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:configured-model-algorithm/[-a-zA-Z0-9_/.]+$",
|
|
22422
|
+
"minLength": 20,
|
|
22423
|
+
"maxLength": 2048
|
|
22424
|
+
},
|
|
22425
|
+
"Name": {
|
|
22426
|
+
"pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$",
|
|
22427
|
+
"minLength": 1,
|
|
22428
|
+
"maxLength": 63
|
|
22429
|
+
},
|
|
22430
|
+
"Description": {
|
|
22431
|
+
"pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$",
|
|
22432
|
+
"maxLength": 255
|
|
22433
|
+
}
|
|
22434
|
+
},
|
|
22435
|
+
"createOnly": [
|
|
22436
|
+
"MembershipIdentifier",
|
|
22437
|
+
"ConfiguredModelAlgorithmArn",
|
|
22438
|
+
"Name",
|
|
22439
|
+
"Description",
|
|
22440
|
+
"PrivacyConfiguration"
|
|
22441
|
+
],
|
|
22442
|
+
"primaryIdentifier": [
|
|
22443
|
+
"ConfiguredModelAlgorithmAssociationArn"
|
|
22444
|
+
],
|
|
22445
|
+
"tagging": {
|
|
22446
|
+
"taggable": true,
|
|
22447
|
+
"tagOnCreate": true,
|
|
22448
|
+
"tagUpdatable": true
|
|
22449
|
+
}
|
|
22450
|
+
},
|
|
22451
|
+
"ConfiguredModelAlgorithmAssociation_CustomEntityConfig": {
|
|
22452
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.CustomEntityConfig",
|
|
22453
|
+
"kind": "property",
|
|
22454
|
+
"lexicon": "aws"
|
|
22455
|
+
},
|
|
22456
|
+
"ConfiguredModelAlgorithmAssociation_LogRedactionConfiguration": {
|
|
22457
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.LogRedactionConfiguration",
|
|
22458
|
+
"kind": "property",
|
|
22459
|
+
"lexicon": "aws"
|
|
22460
|
+
},
|
|
22461
|
+
"ConfiguredModelAlgorithmAssociation_LogsConfigurationPolicy": {
|
|
22462
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.LogsConfigurationPolicy",
|
|
22463
|
+
"kind": "property",
|
|
22464
|
+
"lexicon": "aws"
|
|
22465
|
+
},
|
|
22466
|
+
"ConfiguredModelAlgorithmAssociation_MetricsConfigurationPolicy": {
|
|
22467
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.MetricsConfigurationPolicy",
|
|
22468
|
+
"kind": "property",
|
|
22469
|
+
"lexicon": "aws"
|
|
22470
|
+
},
|
|
22471
|
+
"ConfiguredModelAlgorithmAssociation_PrivacyConfiguration": {
|
|
22472
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfiguration",
|
|
22473
|
+
"kind": "property",
|
|
22474
|
+
"lexicon": "aws"
|
|
22475
|
+
},
|
|
22476
|
+
"ConfiguredModelAlgorithmAssociation_PrivacyConfigurationPolicies": {
|
|
22477
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfigurationPolicies",
|
|
22478
|
+
"kind": "property",
|
|
22479
|
+
"lexicon": "aws"
|
|
22480
|
+
},
|
|
22481
|
+
"ConfiguredModelAlgorithmAssociation_Tag": {
|
|
22482
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.Tag",
|
|
22483
|
+
"kind": "property",
|
|
22484
|
+
"lexicon": "aws"
|
|
22485
|
+
},
|
|
22486
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelArtifactMaxSize": {
|
|
22487
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelArtifactMaxSize",
|
|
22488
|
+
"kind": "property",
|
|
22489
|
+
"lexicon": "aws"
|
|
22490
|
+
},
|
|
22491
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelExportsConfigurationPolicy": {
|
|
22492
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelExportsConfigurationPolicy",
|
|
22493
|
+
"kind": "property",
|
|
22494
|
+
"lexicon": "aws"
|
|
22495
|
+
},
|
|
22496
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelExportsMaxSize": {
|
|
22497
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSize",
|
|
22498
|
+
"kind": "property",
|
|
22499
|
+
"lexicon": "aws"
|
|
22500
|
+
},
|
|
22501
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelInferenceJobsConfigurationPolicy": {
|
|
22502
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicy",
|
|
22503
|
+
"kind": "property",
|
|
22504
|
+
"lexicon": "aws"
|
|
22505
|
+
},
|
|
22506
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelInferenceMaxOutputSize": {
|
|
22507
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelInferenceMaxOutputSize",
|
|
22508
|
+
"kind": "property",
|
|
22509
|
+
"lexicon": "aws"
|
|
22510
|
+
},
|
|
22511
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelsConfigurationPolicy": {
|
|
22512
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelsConfigurationPolicy",
|
|
22513
|
+
"kind": "property",
|
|
22514
|
+
"lexicon": "aws"
|
|
22515
|
+
},
|
|
22516
|
+
"ConfiguredModelAlgorithm_ContainerConfig": {
|
|
22517
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.ContainerConfig",
|
|
22518
|
+
"kind": "property",
|
|
22519
|
+
"lexicon": "aws"
|
|
22520
|
+
},
|
|
22521
|
+
"ConfiguredModelAlgorithm_InferenceContainerConfig": {
|
|
22522
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.InferenceContainerConfig",
|
|
22523
|
+
"kind": "property",
|
|
22524
|
+
"lexicon": "aws"
|
|
22525
|
+
},
|
|
22526
|
+
"ConfiguredModelAlgorithm_MetricDefinition": {
|
|
22527
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.MetricDefinition",
|
|
22528
|
+
"kind": "property",
|
|
22529
|
+
"lexicon": "aws"
|
|
22530
|
+
},
|
|
22531
|
+
"ConfiguredModelAlgorithm_Tag": {
|
|
22532
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.Tag",
|
|
22533
|
+
"kind": "property",
|
|
22534
|
+
"lexicon": "aws"
|
|
22535
|
+
},
|
|
22239
22536
|
"ConfiguredTable": {
|
|
22240
22537
|
"resourceType": "AWS::CleanRooms::ConfiguredTable",
|
|
22241
22538
|
"kind": "resource",
|
|
@@ -23182,6 +23479,11 @@
|
|
|
23182
23479
|
"tagUpdatable": true
|
|
23183
23480
|
}
|
|
23184
23481
|
},
|
|
23482
|
+
"ConnectQueue_EmailAddress": {
|
|
23483
|
+
"resourceType": "AWS::Connect::Queue.EmailAddress",
|
|
23484
|
+
"kind": "property",
|
|
23485
|
+
"lexicon": "aws"
|
|
23486
|
+
},
|
|
23185
23487
|
"ConnectQueue_OutboundCallerConfig": {
|
|
23186
23488
|
"resourceType": "AWS::Connect::Queue.OutboundCallerConfig",
|
|
23187
23489
|
"kind": "property",
|
|
@@ -23357,6 +23659,11 @@
|
|
|
23357
23659
|
"kind": "property",
|
|
23358
23660
|
"lexicon": "aws"
|
|
23359
23661
|
},
|
|
23662
|
+
"ConnectSecurityProfile_FlowModule": {
|
|
23663
|
+
"resourceType": "AWS::Connect::SecurityProfile.FlowModule",
|
|
23664
|
+
"kind": "property",
|
|
23665
|
+
"lexicon": "aws"
|
|
23666
|
+
},
|
|
23360
23667
|
"ConnectSecurityProfile_PrimaryAttributeAccessControlConfigurationItem": {
|
|
23361
23668
|
"resourceType": "AWS::Connect::SecurityProfile.PrimaryAttributeAccessControlConfigurationItem",
|
|
23362
23669
|
"kind": "property",
|
|
@@ -24744,11 +25051,6 @@
|
|
|
24744
25051
|
"kind": "property",
|
|
24745
25052
|
"lexicon": "aws"
|
|
24746
25053
|
},
|
|
24747
|
-
"ContainerConfig": {
|
|
24748
|
-
"resourceType": "AWS::SageMaker::AppImageConfig.ContainerConfig",
|
|
24749
|
-
"kind": "property",
|
|
24750
|
-
"lexicon": "aws"
|
|
24751
|
-
},
|
|
24752
25054
|
"ContainerConfiguration": {
|
|
24753
25055
|
"resourceType": "AWS::BedrockAgentCore::Runtime.ContainerConfiguration",
|
|
24754
25056
|
"kind": "property",
|
|
@@ -24776,49 +25078,49 @@
|
|
|
24776
25078
|
"DeploymentDetails": "DeploymentDetails",
|
|
24777
25079
|
"GameServerContainerGroupDefinitionArn": "GameServerContainerGroupDefinitionArn",
|
|
24778
25080
|
"PerInstanceContainerGroupDefinitionArn": "PerInstanceContainerGroupDefinitionArn",
|
|
24779
|
-
"MaximumGameServerContainerGroupsPerInstance": "MaximumGameServerContainerGroupsPerInstance"
|
|
25081
|
+
"MaximumGameServerContainerGroupsPerInstance": "MaximumGameServerContainerGroupsPerInstance",
|
|
25082
|
+
"Locations_*_PlayerGatewayStatus": "Locations.*.PlayerGatewayStatus"
|
|
24780
25083
|
},
|
|
24781
25084
|
"propertyConstraints": {
|
|
24782
|
-
"
|
|
24783
|
-
"pattern": "^[a-
|
|
25085
|
+
"FleetId": {
|
|
25086
|
+
"pattern": "^[a-z]*fleet-[a-zA-Z0-9\\-]+",
|
|
24784
25087
|
"minLength": 1,
|
|
24785
|
-
"maxLength":
|
|
25088
|
+
"maxLength": 128
|
|
25089
|
+
},
|
|
25090
|
+
"FleetRoleArn": {
|
|
25091
|
+
"pattern": "^arn:aws(-.*)?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$",
|
|
25092
|
+
"minLength": 1,
|
|
25093
|
+
"maxLength": 256
|
|
24786
25094
|
},
|
|
24787
25095
|
"Description": {
|
|
24788
25096
|
"minLength": 1,
|
|
24789
25097
|
"maxLength": 1024
|
|
24790
25098
|
},
|
|
24791
|
-
"
|
|
24792
|
-
"
|
|
24793
|
-
"
|
|
24794
|
-
|
|
24795
|
-
"GameServerContainerGroupsPerInstance": {
|
|
24796
|
-
"minimum": 1,
|
|
24797
|
-
"maximum": 5000
|
|
25099
|
+
"GameServerContainerGroupDefinitionName": {
|
|
25100
|
+
"pattern": "^[a-zA-Z0-9\\-]+$|^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$",
|
|
25101
|
+
"minLength": 1,
|
|
25102
|
+
"maxLength": 512
|
|
24798
25103
|
},
|
|
24799
|
-
"
|
|
25104
|
+
"GameServerContainerGroupDefinitionArn": {
|
|
24800
25105
|
"pattern": "^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$|^$",
|
|
24801
25106
|
"maxLength": 512
|
|
24802
25107
|
},
|
|
24803
|
-
"
|
|
24804
|
-
"pattern": "^[a-
|
|
24805
|
-
"minLength": 1,
|
|
24806
|
-
"maxLength": 128
|
|
24807
|
-
},
|
|
24808
|
-
"InstanceType": {
|
|
25108
|
+
"PerInstanceContainerGroupDefinitionName": {
|
|
25109
|
+
"pattern": "^[a-zA-Z0-9\\-]+$|^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$",
|
|
24809
25110
|
"minLength": 1,
|
|
24810
|
-
"maxLength":
|
|
25111
|
+
"maxLength": 512
|
|
24811
25112
|
},
|
|
24812
|
-
"
|
|
24813
|
-
"pattern": "^arn:.*:
|
|
24814
|
-
"minLength": 1,
|
|
25113
|
+
"PerInstanceContainerGroupDefinitionArn": {
|
|
25114
|
+
"pattern": "^arn:.*:containergroupdefinition\\/[a-zA-Z0-9\\-]+(:[0-9]+)?$|^$",
|
|
24815
25115
|
"maxLength": 512
|
|
24816
25116
|
},
|
|
24817
|
-
"
|
|
24818
|
-
"
|
|
24819
|
-
|
|
24820
|
-
|
|
24821
|
-
|
|
25117
|
+
"GameServerContainerGroupsPerInstance": {
|
|
25118
|
+
"minimum": 1,
|
|
25119
|
+
"maximum": 5000
|
|
25120
|
+
},
|
|
25121
|
+
"MaximumGameServerContainerGroupsPerInstance": {
|
|
25122
|
+
"minimum": 1,
|
|
25123
|
+
"maximum": 5000
|
|
24822
25124
|
},
|
|
24823
25125
|
"Status": {
|
|
24824
25126
|
"enum": [
|
|
@@ -24831,15 +25133,15 @@
|
|
|
24831
25133
|
"DELETING"
|
|
24832
25134
|
]
|
|
24833
25135
|
},
|
|
24834
|
-
"
|
|
24835
|
-
"pattern": "^arn:aws(-.*)?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$",
|
|
25136
|
+
"InstanceType": {
|
|
24836
25137
|
"minLength": 1,
|
|
24837
|
-
"maxLength":
|
|
25138
|
+
"maxLength": 1024
|
|
24838
25139
|
},
|
|
24839
|
-
"
|
|
24840
|
-
"
|
|
24841
|
-
|
|
24842
|
-
|
|
25140
|
+
"BillingType": {
|
|
25141
|
+
"enum": [
|
|
25142
|
+
"ON_DEMAND",
|
|
25143
|
+
"SPOT"
|
|
25144
|
+
]
|
|
24843
25145
|
},
|
|
24844
25146
|
"NewGameSessionProtectionPolicy": {
|
|
24845
25147
|
"enum": [
|
|
@@ -24847,14 +25149,23 @@
|
|
|
24847
25149
|
"NoProtection"
|
|
24848
25150
|
]
|
|
24849
25151
|
},
|
|
24850
|
-
"
|
|
24851
|
-
"
|
|
25152
|
+
"PlayerGatewayMode": {
|
|
25153
|
+
"enum": [
|
|
25154
|
+
"DISABLED",
|
|
25155
|
+
"ENABLED",
|
|
25156
|
+
"REQUIRED"
|
|
25157
|
+
]
|
|
25158
|
+
},
|
|
25159
|
+
"FleetArn": {
|
|
25160
|
+
"pattern": "^arn:.*:[a-z]*fleet\\/[a-z]*fleet-[a-zA-Z0-9\\-]+$",
|
|
25161
|
+
"minLength": 1,
|
|
24852
25162
|
"maxLength": 512
|
|
24853
25163
|
}
|
|
24854
25164
|
},
|
|
24855
25165
|
"createOnly": [
|
|
24856
25166
|
"InstanceType",
|
|
24857
|
-
"BillingType"
|
|
25167
|
+
"BillingType",
|
|
25168
|
+
"PlayerGatewayMode"
|
|
24858
25169
|
],
|
|
24859
25170
|
"writeOnly": [
|
|
24860
25171
|
"DeploymentConfiguration",
|
|
@@ -25171,6 +25482,11 @@
|
|
|
25171
25482
|
"kind": "property",
|
|
25172
25483
|
"lexicon": "aws"
|
|
25173
25484
|
},
|
|
25485
|
+
"ContentConfiguration": {
|
|
25486
|
+
"resourceType": "AWS::BedrockAgentCore::Memory.ContentConfiguration",
|
|
25487
|
+
"kind": "property",
|
|
25488
|
+
"lexicon": "aws"
|
|
25489
|
+
},
|
|
25174
25490
|
"ContentFilterConfig": {
|
|
25175
25491
|
"resourceType": "AWS::Bedrock::Guardrail.ContentFilterConfig",
|
|
25176
25492
|
"kind": "property",
|
|
@@ -25846,6 +26162,11 @@
|
|
|
25846
26162
|
"kind": "property",
|
|
25847
26163
|
"lexicon": "aws"
|
|
25848
26164
|
},
|
|
26165
|
+
"CrossRegionCopyTarget": {
|
|
26166
|
+
"resourceType": "AWS::DLM::LifecyclePolicy.CrossRegionCopyTarget",
|
|
26167
|
+
"kind": "property",
|
|
26168
|
+
"lexicon": "aws"
|
|
26169
|
+
},
|
|
25849
26170
|
"CsrExtensions": {
|
|
25850
26171
|
"resourceType": "AWS::ACMPCA::CertificateAuthority.CsrExtensions",
|
|
25851
26172
|
"kind": "property",
|
|
@@ -26189,6 +26510,11 @@
|
|
|
26189
26510
|
"kind": "property",
|
|
26190
26511
|
"lexicon": "aws"
|
|
26191
26512
|
},
|
|
26513
|
+
"CustomEntityConfig": {
|
|
26514
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.CustomEntityConfig",
|
|
26515
|
+
"kind": "property",
|
|
26516
|
+
"lexicon": "aws"
|
|
26517
|
+
},
|
|
26192
26518
|
"CustomEntityType": {
|
|
26193
26519
|
"resourceType": "AWS::Glue::CustomEntityType",
|
|
26194
26520
|
"kind": "resource",
|
|
@@ -27549,6 +27875,11 @@
|
|
|
27549
27875
|
"kind": "property",
|
|
27550
27876
|
"lexicon": "aws"
|
|
27551
27877
|
},
|
|
27878
|
+
"DLMLifecyclePolicy_CrossRegionCopyTarget": {
|
|
27879
|
+
"resourceType": "AWS::DLM::LifecyclePolicy.CrossRegionCopyTarget",
|
|
27880
|
+
"kind": "property",
|
|
27881
|
+
"lexicon": "aws"
|
|
27882
|
+
},
|
|
27552
27883
|
"DLMLifecyclePolicy_DeprecateRule": {
|
|
27553
27884
|
"resourceType": "AWS::DLM::LifecyclePolicy.DeprecateRule",
|
|
27554
27885
|
"kind": "property",
|
|
@@ -29017,6 +29348,16 @@
|
|
|
29017
29348
|
"Id"
|
|
29018
29349
|
]
|
|
29019
29350
|
},
|
|
29351
|
+
"DataLakeSettings_DataLakePrincipal": {
|
|
29352
|
+
"resourceType": "AWS::LakeFormation::DataLakeSettings.DataLakePrincipal",
|
|
29353
|
+
"kind": "property",
|
|
29354
|
+
"lexicon": "aws"
|
|
29355
|
+
},
|
|
29356
|
+
"DataLakeSettings_PrincipalPermissions": {
|
|
29357
|
+
"resourceType": "AWS::LakeFormation::DataLakeSettings.PrincipalPermissions",
|
|
29358
|
+
"kind": "property",
|
|
29359
|
+
"lexicon": "aws"
|
|
29360
|
+
},
|
|
29020
29361
|
"DataLake_EncryptionConfiguration": {
|
|
29021
29362
|
"resourceType": "AWS::SecurityLake::DataLake.EncryptionConfiguration",
|
|
29022
29363
|
"kind": "property",
|
|
@@ -34871,6 +35212,11 @@
|
|
|
34871
35212
|
"tagUpdatable": true
|
|
34872
35213
|
}
|
|
34873
35214
|
},
|
|
35215
|
+
"DeploymentStrategyOptions": {
|
|
35216
|
+
"resourceType": "AWS::OpenSearchService::Domain.DeploymentStrategyOptions",
|
|
35217
|
+
"kind": "property",
|
|
35218
|
+
"lexicon": "aws"
|
|
35219
|
+
},
|
|
34874
35220
|
"DeploymentStrategy_Tag": {
|
|
34875
35221
|
"resourceType": "AWS::AppConfig::DeploymentStrategy.Tag",
|
|
34876
35222
|
"kind": "property",
|
|
@@ -36387,6 +36733,56 @@
|
|
|
36387
36733
|
"kind": "property",
|
|
36388
36734
|
"lexicon": "aws"
|
|
36389
36735
|
},
|
|
36736
|
+
"DnsView": {
|
|
36737
|
+
"resourceType": "AWS::Route53GlobalResolver::DnsView",
|
|
36738
|
+
"kind": "resource",
|
|
36739
|
+
"lexicon": "aws",
|
|
36740
|
+
"attrs": {
|
|
36741
|
+
"Arn": "Arn",
|
|
36742
|
+
"DnsViewId": "DnsViewId",
|
|
36743
|
+
"CreatedAt": "CreatedAt",
|
|
36744
|
+
"UpdatedAt": "UpdatedAt",
|
|
36745
|
+
"Status": "Status"
|
|
36746
|
+
},
|
|
36747
|
+
"propertyConstraints": {
|
|
36748
|
+
"DnsViewId": {
|
|
36749
|
+
"minLength": 1,
|
|
36750
|
+
"maxLength": 64
|
|
36751
|
+
},
|
|
36752
|
+
"Arn": {
|
|
36753
|
+
"minLength": 1,
|
|
36754
|
+
"maxLength": 2048
|
|
36755
|
+
},
|
|
36756
|
+
"GlobalResolverId": {
|
|
36757
|
+
"minLength": 1,
|
|
36758
|
+
"maxLength": 64
|
|
36759
|
+
},
|
|
36760
|
+
"ClientToken": {
|
|
36761
|
+
"minLength": 1,
|
|
36762
|
+
"maxLength": 256
|
|
36763
|
+
}
|
|
36764
|
+
},
|
|
36765
|
+
"createOnly": [
|
|
36766
|
+
"GlobalResolverId",
|
|
36767
|
+
"ClientToken"
|
|
36768
|
+
],
|
|
36769
|
+
"writeOnly": [
|
|
36770
|
+
"ClientToken"
|
|
36771
|
+
],
|
|
36772
|
+
"primaryIdentifier": [
|
|
36773
|
+
"DnsViewId"
|
|
36774
|
+
],
|
|
36775
|
+
"tagging": {
|
|
36776
|
+
"taggable": true,
|
|
36777
|
+
"tagOnCreate": true,
|
|
36778
|
+
"tagUpdatable": true
|
|
36779
|
+
}
|
|
36780
|
+
},
|
|
36781
|
+
"DnsView_Tag": {
|
|
36782
|
+
"resourceType": "AWS::Route53GlobalResolver::DnsView.Tag",
|
|
36783
|
+
"kind": "property",
|
|
36784
|
+
"lexicon": "aws"
|
|
36785
|
+
},
|
|
36390
36786
|
"DocDBDBCluster": {
|
|
36391
36787
|
"resourceType": "AWS::DocDB::DBCluster",
|
|
36392
36788
|
"kind": "resource",
|
|
@@ -37611,18 +38007,18 @@
|
|
|
37611
38007
|
"FleetId": "FleetId"
|
|
37612
38008
|
},
|
|
37613
38009
|
"propertyConstraints": {
|
|
38010
|
+
"ExcessCapacityTerminationPolicy": {
|
|
38011
|
+
"enum": [
|
|
38012
|
+
"termination",
|
|
38013
|
+
"no-termination"
|
|
38014
|
+
]
|
|
38015
|
+
},
|
|
37614
38016
|
"Type": {
|
|
37615
38017
|
"enum": [
|
|
37616
38018
|
"maintain",
|
|
37617
38019
|
"request",
|
|
37618
38020
|
"instant"
|
|
37619
38021
|
]
|
|
37620
|
-
},
|
|
37621
|
-
"ExcessCapacityTerminationPolicy": {
|
|
37622
|
-
"enum": [
|
|
37623
|
-
"termination",
|
|
37624
|
-
"no-termination"
|
|
37625
|
-
]
|
|
37626
38022
|
}
|
|
37627
38023
|
},
|
|
37628
38024
|
"createOnly": [
|
|
@@ -37756,6 +38152,11 @@
|
|
|
37756
38152
|
"kind": "property",
|
|
37757
38153
|
"lexicon": "aws"
|
|
37758
38154
|
},
|
|
38155
|
+
"EC2Fleet_ReservedCapacityOptionsRequest": {
|
|
38156
|
+
"resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
|
|
38157
|
+
"kind": "property",
|
|
38158
|
+
"lexicon": "aws"
|
|
38159
|
+
},
|
|
37759
38160
|
"EC2Fleet_SpotOptionsRequest": {
|
|
37760
38161
|
"resourceType": "AWS::EC2::EC2Fleet.SpotOptionsRequest",
|
|
37761
38162
|
"kind": "property",
|
|
@@ -43708,11 +44109,6 @@
|
|
|
43708
44109
|
"kind": "property",
|
|
43709
44110
|
"lexicon": "aws"
|
|
43710
44111
|
},
|
|
43711
|
-
"ExecutionControls": {
|
|
43712
|
-
"resourceType": "AWS::Config::RemediationConfiguration.ExecutionControls",
|
|
43713
|
-
"kind": "property",
|
|
43714
|
-
"lexicon": "aws"
|
|
43715
|
-
},
|
|
43716
44112
|
"ExecutionPlan": {
|
|
43717
44113
|
"resourceType": "AWS::KendraRanking::ExecutionPlan",
|
|
43718
44114
|
"kind": "resource",
|
|
@@ -45634,90 +46030,6 @@
|
|
|
45634
46030
|
"tagUpdatable": true
|
|
45635
46031
|
}
|
|
45636
46032
|
},
|
|
45637
|
-
"FirewallDomainList": {
|
|
45638
|
-
"resourceType": "AWS::Route53Resolver::FirewallDomainList",
|
|
45639
|
-
"kind": "resource",
|
|
45640
|
-
"lexicon": "aws",
|
|
45641
|
-
"attrs": {
|
|
45642
|
-
"Id": "Id",
|
|
45643
|
-
"Arn": "Arn",
|
|
45644
|
-
"DomainCount": "DomainCount",
|
|
45645
|
-
"Status": "Status",
|
|
45646
|
-
"StatusMessage": "StatusMessage",
|
|
45647
|
-
"ManagedOwnerName": "ManagedOwnerName",
|
|
45648
|
-
"CreatorRequestId": "CreatorRequestId",
|
|
45649
|
-
"CreationTime": "CreationTime",
|
|
45650
|
-
"ModificationTime": "ModificationTime"
|
|
45651
|
-
},
|
|
45652
|
-
"propertyConstraints": {
|
|
45653
|
-
"Id": {
|
|
45654
|
-
"minLength": 1,
|
|
45655
|
-
"maxLength": 64
|
|
45656
|
-
},
|
|
45657
|
-
"Arn": {
|
|
45658
|
-
"minLength": 1,
|
|
45659
|
-
"maxLength": 600
|
|
45660
|
-
},
|
|
45661
|
-
"Name": {
|
|
45662
|
-
"pattern": "(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)",
|
|
45663
|
-
"minLength": 1,
|
|
45664
|
-
"maxLength": 64
|
|
45665
|
-
},
|
|
45666
|
-
"DomainCount": {
|
|
45667
|
-
"minimum": 0
|
|
45668
|
-
},
|
|
45669
|
-
"Status": {
|
|
45670
|
-
"enum": [
|
|
45671
|
-
"COMPLETE",
|
|
45672
|
-
"DELETING",
|
|
45673
|
-
"UPDATING",
|
|
45674
|
-
"COMPLETE_IMPORT_FAILED",
|
|
45675
|
-
"IMPORTING",
|
|
45676
|
-
"INACTIVE_OWNER_ACCOUNT_CLOSED"
|
|
45677
|
-
]
|
|
45678
|
-
},
|
|
45679
|
-
"ManagedOwnerName": {
|
|
45680
|
-
"minLength": 1,
|
|
45681
|
-
"maxLength": 512
|
|
45682
|
-
},
|
|
45683
|
-
"CreatorRequestId": {
|
|
45684
|
-
"minLength": 1,
|
|
45685
|
-
"maxLength": 255
|
|
45686
|
-
},
|
|
45687
|
-
"CreationTime": {
|
|
45688
|
-
"minLength": 20,
|
|
45689
|
-
"maxLength": 40
|
|
45690
|
-
},
|
|
45691
|
-
"ModificationTime": {
|
|
45692
|
-
"minLength": 20,
|
|
45693
|
-
"maxLength": 40
|
|
45694
|
-
},
|
|
45695
|
-
"DomainFileUrl": {
|
|
45696
|
-
"minLength": 1,
|
|
45697
|
-
"maxLength": 1024
|
|
45698
|
-
}
|
|
45699
|
-
},
|
|
45700
|
-
"createOnly": [
|
|
45701
|
-
"Name"
|
|
45702
|
-
],
|
|
45703
|
-
"writeOnly": [
|
|
45704
|
-
"Domains",
|
|
45705
|
-
"DomainFileUrl"
|
|
45706
|
-
],
|
|
45707
|
-
"primaryIdentifier": [
|
|
45708
|
-
"Id"
|
|
45709
|
-
],
|
|
45710
|
-
"tagging": {
|
|
45711
|
-
"taggable": true,
|
|
45712
|
-
"tagOnCreate": true,
|
|
45713
|
-
"tagUpdatable": true
|
|
45714
|
-
}
|
|
45715
|
-
},
|
|
45716
|
-
"FirewallDomainList_Tag": {
|
|
45717
|
-
"resourceType": "AWS::Route53Resolver::FirewallDomainList.Tag",
|
|
45718
|
-
"kind": "property",
|
|
45719
|
-
"lexicon": "aws"
|
|
45720
|
-
},
|
|
45721
46033
|
"FirewallPolicy": {
|
|
45722
46034
|
"resourceType": "AWS::NetworkFirewall::FirewallPolicy",
|
|
45723
46035
|
"kind": "resource",
|
|
@@ -45811,9 +46123,63 @@
|
|
|
45811
46123
|
"lexicon": "aws"
|
|
45812
46124
|
},
|
|
45813
46125
|
"FirewallRule": {
|
|
45814
|
-
"resourceType": "AWS::
|
|
45815
|
-
"kind": "
|
|
45816
|
-
"lexicon": "aws"
|
|
46126
|
+
"resourceType": "AWS::Route53GlobalResolver::FirewallRule",
|
|
46127
|
+
"kind": "resource",
|
|
46128
|
+
"lexicon": "aws",
|
|
46129
|
+
"attrs": {
|
|
46130
|
+
"FirewallRuleId": "FirewallRuleId",
|
|
46131
|
+
"CreatedAt": "CreatedAt",
|
|
46132
|
+
"UpdatedAt": "UpdatedAt",
|
|
46133
|
+
"Status": "Status",
|
|
46134
|
+
"QueryType": "QueryType"
|
|
46135
|
+
},
|
|
46136
|
+
"propertyConstraints": {
|
|
46137
|
+
"FirewallRuleId": {
|
|
46138
|
+
"minLength": 1,
|
|
46139
|
+
"maxLength": 64
|
|
46140
|
+
},
|
|
46141
|
+
"BlockOverrideTtl": {
|
|
46142
|
+
"minimum": 0,
|
|
46143
|
+
"maximum": 604800
|
|
46144
|
+
},
|
|
46145
|
+
"FirewallDomainListId": {
|
|
46146
|
+
"minLength": 1,
|
|
46147
|
+
"maxLength": 64
|
|
46148
|
+
},
|
|
46149
|
+
"Priority": {
|
|
46150
|
+
"minimum": 1,
|
|
46151
|
+
"maximum": 10000
|
|
46152
|
+
},
|
|
46153
|
+
"DnsViewId": {
|
|
46154
|
+
"minLength": 1,
|
|
46155
|
+
"maxLength": 64
|
|
46156
|
+
},
|
|
46157
|
+
"QType": {
|
|
46158
|
+
"minLength": 0,
|
|
46159
|
+
"maxLength": 16
|
|
46160
|
+
},
|
|
46161
|
+
"QueryType": {
|
|
46162
|
+
"minLength": 0,
|
|
46163
|
+
"maxLength": 16
|
|
46164
|
+
},
|
|
46165
|
+
"ClientToken": {
|
|
46166
|
+
"minLength": 1,
|
|
46167
|
+
"maxLength": 256
|
|
46168
|
+
}
|
|
46169
|
+
},
|
|
46170
|
+
"createOnly": [
|
|
46171
|
+
"DnsViewId",
|
|
46172
|
+
"ClientToken",
|
|
46173
|
+
"FirewallDomainListId",
|
|
46174
|
+
"QType"
|
|
46175
|
+
],
|
|
46176
|
+
"writeOnly": [
|
|
46177
|
+
"ClientToken",
|
|
46178
|
+
"QType"
|
|
46179
|
+
],
|
|
46180
|
+
"primaryIdentifier": [
|
|
46181
|
+
"FirewallRuleId"
|
|
46182
|
+
]
|
|
45817
46183
|
},
|
|
45818
46184
|
"FirewallRuleGroup": {
|
|
45819
46185
|
"resourceType": "AWS::Route53Resolver::FirewallRuleGroup",
|
|
@@ -46257,6 +46623,11 @@
|
|
|
46257
46623
|
"kind": "property",
|
|
46258
46624
|
"lexicon": "aws"
|
|
46259
46625
|
},
|
|
46626
|
+
"FlowModule": {
|
|
46627
|
+
"resourceType": "AWS::Connect::SecurityProfile.FlowModule",
|
|
46628
|
+
"kind": "property",
|
|
46629
|
+
"lexicon": "aws"
|
|
46630
|
+
},
|
|
46260
46631
|
"FlowOutput": {
|
|
46261
46632
|
"resourceType": "AWS::MediaConnect::FlowOutput",
|
|
46262
46633
|
"kind": "resource",
|
|
@@ -47940,18 +48311,10 @@
|
|
|
47940
48311
|
"lexicon": "aws",
|
|
47941
48312
|
"attrs": {
|
|
47942
48313
|
"FleetId": "FleetId",
|
|
47943
|
-
"FleetArn": "FleetArn"
|
|
48314
|
+
"FleetArn": "FleetArn",
|
|
48315
|
+
"Locations_*_PlayerGatewayStatus": "Locations.*.PlayerGatewayStatus"
|
|
47944
48316
|
},
|
|
47945
48317
|
"propertyConstraints": {
|
|
47946
|
-
"Description": {
|
|
47947
|
-
"minLength": 1,
|
|
47948
|
-
"maxLength": 1024
|
|
47949
|
-
},
|
|
47950
|
-
"PeerVpcId": {
|
|
47951
|
-
"pattern": "^vpc-\\S+",
|
|
47952
|
-
"minLength": 1,
|
|
47953
|
-
"maxLength": 1024
|
|
47954
|
-
},
|
|
47955
48318
|
"ApplyCapacity": {
|
|
47956
48319
|
"enum": [
|
|
47957
48320
|
"ON_UPDATE",
|
|
@@ -47965,67 +48328,83 @@
|
|
|
47965
48328
|
"ANYWHERE"
|
|
47966
48329
|
]
|
|
47967
48330
|
},
|
|
47968
|
-
"
|
|
48331
|
+
"Description": {
|
|
47969
48332
|
"minLength": 1,
|
|
47970
48333
|
"maxLength": 1024
|
|
47971
48334
|
},
|
|
48335
|
+
"DesiredEC2Instances": {
|
|
48336
|
+
"minimum": 0
|
|
48337
|
+
},
|
|
48338
|
+
"EC2InstanceType": {
|
|
48339
|
+
"pattern": "^.*..*$"
|
|
48340
|
+
},
|
|
48341
|
+
"FleetType": {
|
|
48342
|
+
"enum": [
|
|
48343
|
+
"ON_DEMAND",
|
|
48344
|
+
"SPOT"
|
|
48345
|
+
]
|
|
48346
|
+
},
|
|
47972
48347
|
"InstanceRoleARN": {
|
|
47973
48348
|
"pattern": "^arn:aws(-.*)?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$",
|
|
47974
48349
|
"minLength": 1
|
|
47975
48350
|
},
|
|
47976
|
-
"FleetId": {
|
|
47977
|
-
"pattern": "^fleet-\\S+"
|
|
47978
|
-
},
|
|
47979
48351
|
"InstanceRoleCredentialsProvider": {
|
|
47980
48352
|
"enum": [
|
|
47981
48353
|
"SHARED_CREDENTIAL_FILE"
|
|
47982
48354
|
]
|
|
47983
48355
|
},
|
|
47984
|
-
"
|
|
48356
|
+
"MaxSize": {
|
|
47985
48357
|
"minimum": 0
|
|
47986
48358
|
},
|
|
47987
|
-
"
|
|
47988
|
-
"
|
|
48359
|
+
"MinSize": {
|
|
48360
|
+
"minimum": 0
|
|
47989
48361
|
},
|
|
47990
|
-
"
|
|
48362
|
+
"Name": {
|
|
47991
48363
|
"minLength": 1,
|
|
47992
48364
|
"maxLength": 1024
|
|
47993
48365
|
},
|
|
47994
|
-
"FleetType": {
|
|
47995
|
-
"enum": [
|
|
47996
|
-
"ON_DEMAND",
|
|
47997
|
-
"SPOT"
|
|
47998
|
-
]
|
|
47999
|
-
},
|
|
48000
48366
|
"NewGameSessionProtectionPolicy": {
|
|
48001
48367
|
"enum": [
|
|
48002
48368
|
"FullProtection",
|
|
48003
48369
|
"NoProtection"
|
|
48004
48370
|
]
|
|
48005
48371
|
},
|
|
48372
|
+
"PeerVpcAwsAccountId": {
|
|
48373
|
+
"pattern": "^[0-9]{12}$",
|
|
48374
|
+
"minLength": 1,
|
|
48375
|
+
"maxLength": 1024
|
|
48376
|
+
},
|
|
48377
|
+
"PeerVpcId": {
|
|
48378
|
+
"pattern": "^vpc-\\S+",
|
|
48379
|
+
"minLength": 1,
|
|
48380
|
+
"maxLength": 1024
|
|
48381
|
+
},
|
|
48382
|
+
"FleetId": {
|
|
48383
|
+
"pattern": "^fleet-\\S+"
|
|
48384
|
+
},
|
|
48385
|
+
"BuildId": {
|
|
48386
|
+
"pattern": "^build-\\S+|^arn:.*:build/build-\\S+"
|
|
48387
|
+
},
|
|
48006
48388
|
"ScriptId": {
|
|
48007
48389
|
"pattern": "^script-\\S+|^arn:.*:script/script-\\S+"
|
|
48008
48390
|
},
|
|
48009
|
-
"
|
|
48010
|
-
"minimum": 0
|
|
48011
|
-
},
|
|
48012
|
-
"ServerLaunchPath": {
|
|
48391
|
+
"ServerLaunchParameters": {
|
|
48013
48392
|
"minLength": 1,
|
|
48014
48393
|
"maxLength": 1024
|
|
48015
48394
|
},
|
|
48016
|
-
"
|
|
48017
|
-
"minimum": 0
|
|
48018
|
-
},
|
|
48019
|
-
"PeerVpcAwsAccountId": {
|
|
48020
|
-
"pattern": "^[0-9]{12}$",
|
|
48395
|
+
"ServerLaunchPath": {
|
|
48021
48396
|
"minLength": 1,
|
|
48022
48397
|
"maxLength": 1024
|
|
48023
48398
|
},
|
|
48024
|
-
"
|
|
48025
|
-
"pattern": "^
|
|
48399
|
+
"FleetArn": {
|
|
48400
|
+
"pattern": "^arn:.*:fleet/[a-z]*fleet-[a-zA-Z0-9\\-]+$"
|
|
48026
48401
|
},
|
|
48027
|
-
"
|
|
48028
|
-
"
|
|
48402
|
+
"PlayerGatewayMode": {
|
|
48403
|
+
"enum": [
|
|
48404
|
+
"DISABLED",
|
|
48405
|
+
"ENABLED",
|
|
48406
|
+
"REQUIRED"
|
|
48407
|
+
]
|
|
48029
48408
|
}
|
|
48030
48409
|
},
|
|
48031
48410
|
"createOnly": [
|
|
@@ -48041,7 +48420,9 @@
|
|
|
48041
48420
|
"ScriptId",
|
|
48042
48421
|
"ServerLaunchParameters",
|
|
48043
48422
|
"ServerLaunchPath",
|
|
48044
|
-
"ComputeType"
|
|
48423
|
+
"ComputeType",
|
|
48424
|
+
"PlayerGatewayMode",
|
|
48425
|
+
"PlayerGatewayConfiguration"
|
|
48045
48426
|
],
|
|
48046
48427
|
"writeOnly": [
|
|
48047
48428
|
"ApplyCapacity"
|
|
@@ -48093,6 +48474,11 @@
|
|
|
48093
48474
|
"kind": "property",
|
|
48094
48475
|
"lexicon": "aws"
|
|
48095
48476
|
},
|
|
48477
|
+
"GameLiftFleet_PlayerGatewayConfiguration": {
|
|
48478
|
+
"resourceType": "AWS::GameLift::Fleet.PlayerGatewayConfiguration",
|
|
48479
|
+
"kind": "property",
|
|
48480
|
+
"lexicon": "aws"
|
|
48481
|
+
},
|
|
48096
48482
|
"GameLiftFleet_ResourceCreationLimitPolicy": {
|
|
48097
48483
|
"resourceType": "AWS::GameLift::Fleet.ResourceCreationLimitPolicy",
|
|
48098
48484
|
"kind": "property",
|
|
@@ -48936,6 +49322,59 @@
|
|
|
48936
49322
|
"kind": "property",
|
|
48937
49323
|
"lexicon": "aws"
|
|
48938
49324
|
},
|
|
49325
|
+
"GlobalResolver": {
|
|
49326
|
+
"resourceType": "AWS::Route53GlobalResolver::GlobalResolver",
|
|
49327
|
+
"kind": "resource",
|
|
49328
|
+
"lexicon": "aws",
|
|
49329
|
+
"attrs": {
|
|
49330
|
+
"Arn": "Arn",
|
|
49331
|
+
"GlobalResolverId": "GlobalResolverId",
|
|
49332
|
+
"DnsName": "DnsName",
|
|
49333
|
+
"IPv4Addresses": "IPv4Addresses",
|
|
49334
|
+
"IPv6Addresses": "IPv6Addresses",
|
|
49335
|
+
"CreatedAt": "CreatedAt",
|
|
49336
|
+
"UpdatedAt": "UpdatedAt",
|
|
49337
|
+
"Status": "Status"
|
|
49338
|
+
},
|
|
49339
|
+
"propertyConstraints": {
|
|
49340
|
+
"GlobalResolverId": {
|
|
49341
|
+
"minLength": 1,
|
|
49342
|
+
"maxLength": 64
|
|
49343
|
+
},
|
|
49344
|
+
"Arn": {
|
|
49345
|
+
"minLength": 1,
|
|
49346
|
+
"maxLength": 2048
|
|
49347
|
+
},
|
|
49348
|
+
"DnsName": {
|
|
49349
|
+
"minLength": 1,
|
|
49350
|
+
"maxLength": 128
|
|
49351
|
+
},
|
|
49352
|
+
"ClientToken": {
|
|
49353
|
+
"minLength": 1,
|
|
49354
|
+
"maxLength": 256
|
|
49355
|
+
}
|
|
49356
|
+
},
|
|
49357
|
+
"createOnly": [
|
|
49358
|
+
"Regions",
|
|
49359
|
+
"ClientToken"
|
|
49360
|
+
],
|
|
49361
|
+
"writeOnly": [
|
|
49362
|
+
"ClientToken"
|
|
49363
|
+
],
|
|
49364
|
+
"primaryIdentifier": [
|
|
49365
|
+
"GlobalResolverId"
|
|
49366
|
+
],
|
|
49367
|
+
"tagging": {
|
|
49368
|
+
"taggable": true,
|
|
49369
|
+
"tagOnCreate": true,
|
|
49370
|
+
"tagUpdatable": true
|
|
49371
|
+
}
|
|
49372
|
+
},
|
|
49373
|
+
"GlobalResolver_Tag": {
|
|
49374
|
+
"resourceType": "AWS::Route53GlobalResolver::GlobalResolver.Tag",
|
|
49375
|
+
"kind": "property",
|
|
49376
|
+
"lexicon": "aws"
|
|
49377
|
+
},
|
|
48939
49378
|
"GlobalTable": {
|
|
48940
49379
|
"resourceType": "AWS::DynamoDB::GlobalTable",
|
|
48941
49380
|
"kind": "resource",
|
|
@@ -49517,6 +49956,11 @@
|
|
|
49517
49956
|
"kind": "property",
|
|
49518
49957
|
"lexicon": "aws"
|
|
49519
49958
|
},
|
|
49959
|
+
"GlueSecurityConfiguration_S3Encryption": {
|
|
49960
|
+
"resourceType": "AWS::Glue::SecurityConfiguration.S3Encryption",
|
|
49961
|
+
"kind": "property",
|
|
49962
|
+
"lexicon": "aws"
|
|
49963
|
+
},
|
|
49520
49964
|
"GlueTable": {
|
|
49521
49965
|
"resourceType": "AWS::Glue::Table",
|
|
49522
49966
|
"kind": "resource",
|
|
@@ -51186,6 +51630,35 @@
|
|
|
51186
51630
|
"tagUpdatable": true
|
|
51187
51631
|
}
|
|
51188
51632
|
},
|
|
51633
|
+
"HostedZoneAssociation": {
|
|
51634
|
+
"resourceType": "AWS::Route53GlobalResolver::HostedZoneAssociation",
|
|
51635
|
+
"kind": "resource",
|
|
51636
|
+
"lexicon": "aws",
|
|
51637
|
+
"attrs": {
|
|
51638
|
+
"HostedZoneAssociationId": "HostedZoneAssociationId",
|
|
51639
|
+
"HostedZoneName": "HostedZoneName",
|
|
51640
|
+
"CreatedAt": "CreatedAt",
|
|
51641
|
+
"UpdatedAt": "UpdatedAt",
|
|
51642
|
+
"Status": "Status"
|
|
51643
|
+
},
|
|
51644
|
+
"propertyConstraints": {
|
|
51645
|
+
"HostedZoneAssociationId": {
|
|
51646
|
+
"minLength": 1,
|
|
51647
|
+
"maxLength": 64
|
|
51648
|
+
},
|
|
51649
|
+
"HostedZoneName": {
|
|
51650
|
+
"minLength": 1,
|
|
51651
|
+
"maxLength": 1024
|
|
51652
|
+
}
|
|
51653
|
+
},
|
|
51654
|
+
"createOnly": [
|
|
51655
|
+
"HostedZoneId",
|
|
51656
|
+
"ResourceArn"
|
|
51657
|
+
],
|
|
51658
|
+
"primaryIdentifier": [
|
|
51659
|
+
"HostedZoneAssociationId"
|
|
51660
|
+
]
|
|
51661
|
+
},
|
|
51189
51662
|
"HostedZoneConfig": {
|
|
51190
51663
|
"resourceType": "AWS::Route53::HostedZone.HostedZoneConfig",
|
|
51191
51664
|
"kind": "property",
|
|
@@ -54039,6 +54512,11 @@
|
|
|
54039
54512
|
"kind": "property",
|
|
54040
54513
|
"lexicon": "aws"
|
|
54041
54514
|
},
|
|
54515
|
+
"InferenceContainerConfig": {
|
|
54516
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.InferenceContainerConfig",
|
|
54517
|
+
"kind": "property",
|
|
54518
|
+
"lexicon": "aws"
|
|
54519
|
+
},
|
|
54042
54520
|
"InferenceExecutionConfig": {
|
|
54043
54521
|
"resourceType": "AWS::SageMaker::Model.InferenceExecutionConfig",
|
|
54044
54522
|
"kind": "property",
|
|
@@ -55039,6 +55517,11 @@
|
|
|
55039
55517
|
"Id"
|
|
55040
55518
|
]
|
|
55041
55519
|
},
|
|
55520
|
+
"InsightRule_Tag": {
|
|
55521
|
+
"resourceType": "AWS::CloudWatch::InsightRule.Tag",
|
|
55522
|
+
"kind": "property",
|
|
55523
|
+
"lexicon": "aws"
|
|
55524
|
+
},
|
|
55042
55525
|
"Insight_AwsSecurityFindingFilters": {
|
|
55043
55526
|
"resourceType": "AWS::SecurityHub::Insight.AwsSecurityFindingFilters",
|
|
55044
55527
|
"kind": "property",
|
|
@@ -59649,6 +60132,11 @@
|
|
|
59649
60132
|
"kind": "property",
|
|
59650
60133
|
"lexicon": "aws"
|
|
59651
60134
|
},
|
|
60135
|
+
"KinesisResource": {
|
|
60136
|
+
"resourceType": "AWS::BedrockAgentCore::Memory.KinesisResource",
|
|
60137
|
+
"kind": "property",
|
|
60138
|
+
"lexicon": "aws"
|
|
60139
|
+
},
|
|
59652
60140
|
"KinesisResourcePolicy": {
|
|
59653
60141
|
"resourceType": "AWS::Kinesis::ResourcePolicy",
|
|
59654
60142
|
"kind": "resource",
|
|
@@ -63863,6 +64351,11 @@
|
|
|
63863
64351
|
"kind": "property",
|
|
63864
64352
|
"lexicon": "aws"
|
|
63865
64353
|
},
|
|
64354
|
+
"LogRedactionConfiguration": {
|
|
64355
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.LogRedactionConfiguration",
|
|
64356
|
+
"kind": "property",
|
|
64357
|
+
"lexicon": "aws"
|
|
64358
|
+
},
|
|
63866
64359
|
"LogSource": {
|
|
63867
64360
|
"resourceType": "AWS::ObservabilityAdmin::S3TableIntegration.LogSource",
|
|
63868
64361
|
"kind": "property",
|
|
@@ -64053,6 +64546,11 @@
|
|
|
64053
64546
|
"kind": "property",
|
|
64054
64547
|
"lexicon": "aws"
|
|
64055
64548
|
},
|
|
64549
|
+
"LogsConfigurationPolicy": {
|
|
64550
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.LogsConfigurationPolicy",
|
|
64551
|
+
"kind": "property",
|
|
64552
|
+
"lexicon": "aws"
|
|
64553
|
+
},
|
|
64056
64554
|
"LogsDestination": {
|
|
64057
64555
|
"resourceType": "AWS::Logs::Destination",
|
|
64058
64556
|
"kind": "resource",
|
|
@@ -68804,6 +69302,11 @@
|
|
|
68804
69302
|
"kind": "property",
|
|
68805
69303
|
"lexicon": "aws"
|
|
68806
69304
|
},
|
|
69305
|
+
"Memory_ContentConfiguration": {
|
|
69306
|
+
"resourceType": "AWS::BedrockAgentCore::Memory.ContentConfiguration",
|
|
69307
|
+
"kind": "property",
|
|
69308
|
+
"lexicon": "aws"
|
|
69309
|
+
},
|
|
68807
69310
|
"Memory_CustomConfigurationInput": {
|
|
68808
69311
|
"resourceType": "AWS::BedrockAgentCore::Memory.CustomConfigurationInput",
|
|
68809
69312
|
"kind": "property",
|
|
@@ -68849,6 +69352,11 @@
|
|
|
68849
69352
|
"kind": "property",
|
|
68850
69353
|
"lexicon": "aws"
|
|
68851
69354
|
},
|
|
69355
|
+
"Memory_KinesisResource": {
|
|
69356
|
+
"resourceType": "AWS::BedrockAgentCore::Memory.KinesisResource",
|
|
69357
|
+
"kind": "property",
|
|
69358
|
+
"lexicon": "aws"
|
|
69359
|
+
},
|
|
68852
69360
|
"Memory_MemoryStrategy": {
|
|
68853
69361
|
"resourceType": "AWS::BedrockAgentCore::Memory.MemoryStrategy",
|
|
68854
69362
|
"kind": "property",
|
|
@@ -68899,6 +69407,16 @@
|
|
|
68899
69407
|
"kind": "property",
|
|
68900
69408
|
"lexicon": "aws"
|
|
68901
69409
|
},
|
|
69410
|
+
"Memory_StreamDeliveryResource": {
|
|
69411
|
+
"resourceType": "AWS::BedrockAgentCore::Memory.StreamDeliveryResource",
|
|
69412
|
+
"kind": "property",
|
|
69413
|
+
"lexicon": "aws"
|
|
69414
|
+
},
|
|
69415
|
+
"Memory_StreamDeliveryResources": {
|
|
69416
|
+
"resourceType": "AWS::BedrockAgentCore::Memory.StreamDeliveryResources",
|
|
69417
|
+
"kind": "property",
|
|
69418
|
+
"lexicon": "aws"
|
|
69419
|
+
},
|
|
68902
69420
|
"Memory_SummaryConsolidationOverride": {
|
|
68903
69421
|
"resourceType": "AWS::BedrockAgentCore::Memory.SummaryConsolidationOverride",
|
|
68904
69422
|
"kind": "property",
|
|
@@ -69319,11 +69837,6 @@
|
|
|
69319
69837
|
"kind": "property",
|
|
69320
69838
|
"lexicon": "aws"
|
|
69321
69839
|
},
|
|
69322
|
-
"MetricDefinition": {
|
|
69323
|
-
"resourceType": "AWS::RUM::AppMonitor.MetricDefinition",
|
|
69324
|
-
"kind": "property",
|
|
69325
|
-
"lexicon": "aws"
|
|
69326
|
-
},
|
|
69327
69840
|
"MetricDefinitionObject": {
|
|
69328
69841
|
"resourceType": "AWS::Evidently::Launch.MetricDefinitionObject",
|
|
69329
69842
|
"kind": "property",
|
|
@@ -69522,6 +70035,11 @@
|
|
|
69522
70035
|
"kind": "property",
|
|
69523
70036
|
"lexicon": "aws"
|
|
69524
70037
|
},
|
|
70038
|
+
"MetricsConfigurationPolicy": {
|
|
70039
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.MetricsConfigurationPolicy",
|
|
70040
|
+
"kind": "property",
|
|
70041
|
+
"lexicon": "aws"
|
|
70042
|
+
},
|
|
69525
70043
|
"MetricsSource": {
|
|
69526
70044
|
"resourceType": "AWS::SageMaker::ModelPackage.MetricsSource",
|
|
69527
70045
|
"kind": "property",
|
|
@@ -74994,6 +75512,11 @@
|
|
|
74994
75512
|
"kind": "property",
|
|
74995
75513
|
"lexicon": "aws"
|
|
74996
75514
|
},
|
|
75515
|
+
"OpenSearchServiceDomain_DeploymentStrategyOptions": {
|
|
75516
|
+
"resourceType": "AWS::OpenSearchService::Domain.DeploymentStrategyOptions",
|
|
75517
|
+
"kind": "property",
|
|
75518
|
+
"lexicon": "aws"
|
|
75519
|
+
},
|
|
74997
75520
|
"OpenSearchServiceDomain_DomainEndpointOptions": {
|
|
74998
75521
|
"resourceType": "AWS::OpenSearchService::Domain.DomainEndpointOptions",
|
|
74999
75522
|
"kind": "property",
|
|
@@ -79664,6 +80187,11 @@
|
|
|
79664
80187
|
"kind": "property",
|
|
79665
80188
|
"lexicon": "aws"
|
|
79666
80189
|
},
|
|
80190
|
+
"PlayerGatewayConfiguration": {
|
|
80191
|
+
"resourceType": "AWS::GameLift::Fleet.PlayerGatewayConfiguration",
|
|
80192
|
+
"kind": "property",
|
|
80193
|
+
"lexicon": "aws"
|
|
80194
|
+
},
|
|
79667
80195
|
"PlayerLatencyPolicy": {
|
|
79668
80196
|
"resourceType": "AWS::GameLift::GameSessionQueue.PlayerLatencyPolicy",
|
|
79669
80197
|
"kind": "property",
|
|
@@ -80181,6 +80709,11 @@
|
|
|
80181
80709
|
"kind": "property",
|
|
80182
80710
|
"lexicon": "aws"
|
|
80183
80711
|
},
|
|
80712
|
+
"PolicyStore_SchemaDefinition": {
|
|
80713
|
+
"resourceType": "AWS::VerifiedPermissions::PolicyStore.SchemaDefinition",
|
|
80714
|
+
"kind": "property",
|
|
80715
|
+
"lexicon": "aws"
|
|
80716
|
+
},
|
|
80184
80717
|
"PolicyStore_Tag": {
|
|
80185
80718
|
"resourceType": "AWS::VerifiedPermissions::PolicyStore.Tag",
|
|
80186
80719
|
"kind": "property",
|
|
@@ -81012,6 +81545,16 @@
|
|
|
81012
81545
|
"kind": "property",
|
|
81013
81546
|
"lexicon": "aws"
|
|
81014
81547
|
},
|
|
81548
|
+
"PrivacyConfiguration": {
|
|
81549
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfiguration",
|
|
81550
|
+
"kind": "property",
|
|
81551
|
+
"lexicon": "aws"
|
|
81552
|
+
},
|
|
81553
|
+
"PrivacyConfigurationPolicies": {
|
|
81554
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfigurationPolicies",
|
|
81555
|
+
"kind": "property",
|
|
81556
|
+
"lexicon": "aws"
|
|
81557
|
+
},
|
|
81015
81558
|
"PrivateDnsNameOptionsRequest": {
|
|
81016
81559
|
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.PrivateDnsNameOptionsRequest",
|
|
81017
81560
|
"kind": "property",
|
|
@@ -92223,30 +92766,6 @@
|
|
|
92223
92766
|
"kind": "property",
|
|
92224
92767
|
"lexicon": "aws"
|
|
92225
92768
|
},
|
|
92226
|
-
"RemediationConfiguration": {
|
|
92227
|
-
"resourceType": "AWS::Config::RemediationConfiguration",
|
|
92228
|
-
"kind": "resource",
|
|
92229
|
-
"lexicon": "aws",
|
|
92230
|
-
"attrs": {
|
|
92231
|
-
"Id": "Id"
|
|
92232
|
-
},
|
|
92233
|
-
"createOnly": [
|
|
92234
|
-
"ConfigRuleName"
|
|
92235
|
-
],
|
|
92236
|
-
"primaryIdentifier": [
|
|
92237
|
-
"Id"
|
|
92238
|
-
]
|
|
92239
|
-
},
|
|
92240
|
-
"RemediationConfiguration_ExecutionControls": {
|
|
92241
|
-
"resourceType": "AWS::Config::RemediationConfiguration.ExecutionControls",
|
|
92242
|
-
"kind": "property",
|
|
92243
|
-
"lexicon": "aws"
|
|
92244
|
-
},
|
|
92245
|
-
"RemediationConfiguration_SsmControls": {
|
|
92246
|
-
"resourceType": "AWS::Config::RemediationConfiguration.SsmControls",
|
|
92247
|
-
"kind": "property",
|
|
92248
|
-
"lexicon": "aws"
|
|
92249
|
-
},
|
|
92250
92769
|
"RemixSettings": {
|
|
92251
92770
|
"resourceType": "AWS::MediaLive::Channel.RemixSettings",
|
|
92252
92771
|
"kind": "property",
|
|
@@ -92471,48 +92990,96 @@
|
|
|
92471
92990
|
"kind": "resource",
|
|
92472
92991
|
"lexicon": "aws",
|
|
92473
92992
|
"attrs": {
|
|
92993
|
+
"ConfigurationEndPoint": "ConfigurationEndPoint",
|
|
92474
92994
|
"ConfigurationEndPoint_Address": "ConfigurationEndPoint.Address",
|
|
92995
|
+
"ConfigurationEndPoint_Port": "ConfigurationEndPoint.Port",
|
|
92996
|
+
"PrimaryEndPoint": "PrimaryEndPoint",
|
|
92475
92997
|
"PrimaryEndPoint_Address": "PrimaryEndPoint.Address",
|
|
92476
92998
|
"PrimaryEndPoint_Port": "PrimaryEndPoint.Port",
|
|
92477
|
-
"
|
|
92478
|
-
"ConfigurationEndPoint_Port": "ConfigurationEndPoint.Port",
|
|
92479
|
-
"ReadEndPoint_Addresses_List": "ReadEndPoint.Addresses.List",
|
|
92480
|
-
"ReadEndPoint_Ports_List": "ReadEndPoint.Ports.List",
|
|
92481
|
-
"ReaderEndPoint_Port": "ReaderEndPoint.Port",
|
|
92999
|
+
"ReadEndPoint": "ReadEndPoint",
|
|
92482
93000
|
"ReadEndPoint_Addresses": "ReadEndPoint.Addresses",
|
|
93001
|
+
"ReadEndPoint_AddressesList": "ReadEndPoint.AddressesList",
|
|
92483
93002
|
"ReadEndPoint_Ports": "ReadEndPoint.Ports",
|
|
92484
|
-
"
|
|
93003
|
+
"ReadEndPoint_PortsList": "ReadEndPoint.PortsList",
|
|
93004
|
+
"ReaderEndPoint": "ReaderEndPoint",
|
|
93005
|
+
"ReaderEndPoint_Address": "ReaderEndPoint.Address",
|
|
93006
|
+
"ReaderEndPoint_Port": "ReaderEndPoint.Port"
|
|
92485
93007
|
},
|
|
92486
93008
|
"propertyConstraints": {
|
|
93009
|
+
"NumNodeGroups": {
|
|
93010
|
+
"default": 1
|
|
93011
|
+
},
|
|
93012
|
+
"AutomaticFailoverEnabled": {
|
|
93013
|
+
"default": false
|
|
93014
|
+
},
|
|
92487
93015
|
"ReplicasPerNodeGroup": {
|
|
92488
93016
|
"minimum": 0,
|
|
92489
93017
|
"maximum": 5
|
|
92490
93018
|
},
|
|
92491
|
-
"
|
|
92492
|
-
"
|
|
93019
|
+
"TransitEncryptionEnabled": {
|
|
93020
|
+
"default": false
|
|
92493
93021
|
},
|
|
92494
93022
|
"NumCacheClusters": {
|
|
92495
93023
|
"minimum": 1,
|
|
92496
93024
|
"maximum": 6
|
|
93025
|
+
},
|
|
93026
|
+
"AtRestEncryptionEnabled": {
|
|
93027
|
+
"default": false
|
|
93028
|
+
},
|
|
93029
|
+
"SecurityGroupIds": {
|
|
93030
|
+
"format": "AWS::EC2::SecurityGroup.Ids"
|
|
93031
|
+
},
|
|
93032
|
+
"SnapshotRetentionLimit": {
|
|
93033
|
+
"default": 0
|
|
92497
93034
|
}
|
|
92498
93035
|
},
|
|
92499
93036
|
"createOnly": [
|
|
93037
|
+
"AtRestEncryptionEnabled",
|
|
93038
|
+
"CacheSubnetGroupName",
|
|
93039
|
+
"DataTieringEnabled",
|
|
93040
|
+
"GlobalReplicationGroupId",
|
|
92500
93041
|
"KmsKeyId",
|
|
93042
|
+
"NetworkType",
|
|
92501
93043
|
"Port",
|
|
93044
|
+
"PreferredCacheClusterAZs",
|
|
93045
|
+
"ReplicasPerNodeGroup",
|
|
93046
|
+
"ReplicationGroupId",
|
|
92502
93047
|
"SnapshotArns",
|
|
92503
|
-
"SnapshotName"
|
|
93048
|
+
"SnapshotName"
|
|
93049
|
+
],
|
|
93050
|
+
"writeOnly": [
|
|
93051
|
+
"AuthToken",
|
|
93052
|
+
"CacheParameterGroupName",
|
|
93053
|
+
"CacheSecurityGroupNames",
|
|
92504
93054
|
"CacheSubnetGroupName",
|
|
92505
|
-
"
|
|
92506
|
-
"
|
|
92507
|
-
"
|
|
92508
|
-
"
|
|
92509
|
-
"
|
|
93055
|
+
"EngineVersion",
|
|
93056
|
+
"NotificationTopicArn",
|
|
93057
|
+
"PreferredMaintenanceWindow",
|
|
93058
|
+
"SecurityGroupIds",
|
|
93059
|
+
"SnapshotArns",
|
|
93060
|
+
"SnapshotName",
|
|
93061
|
+
"NodeGroupConfiguration",
|
|
93062
|
+
"NumNodeGroups",
|
|
92510
93063
|
"ReplicasPerNodeGroup",
|
|
93064
|
+
"KmsKeyId",
|
|
93065
|
+
"PrimaryClusterId",
|
|
92511
93066
|
"PreferredCacheClusterAZs"
|
|
92512
93067
|
],
|
|
92513
93068
|
"primaryIdentifier": [
|
|
92514
93069
|
"ReplicationGroupId"
|
|
92515
|
-
]
|
|
93070
|
+
],
|
|
93071
|
+
"deprecatedProperties": [
|
|
93072
|
+
"CacheSecurityGroupNames"
|
|
93073
|
+
],
|
|
93074
|
+
"conditionalCreateOnly": [
|
|
93075
|
+
"AuthToken",
|
|
93076
|
+
"NodeGroupConfiguration"
|
|
93077
|
+
],
|
|
93078
|
+
"tagging": {
|
|
93079
|
+
"taggable": true,
|
|
93080
|
+
"tagOnCreate": true,
|
|
93081
|
+
"tagUpdatable": true
|
|
93082
|
+
}
|
|
92516
93083
|
},
|
|
92517
93084
|
"ReplicationGroup_CloudWatchLogsDestinationDetails": {
|
|
92518
93085
|
"resourceType": "AWS::ElastiCache::ReplicationGroup.CloudWatchLogsDestinationDetails",
|
|
@@ -92524,6 +93091,11 @@
|
|
|
92524
93091
|
"kind": "property",
|
|
92525
93092
|
"lexicon": "aws"
|
|
92526
93093
|
},
|
|
93094
|
+
"ReplicationGroup_Endpoint": {
|
|
93095
|
+
"resourceType": "AWS::ElastiCache::ReplicationGroup.Endpoint",
|
|
93096
|
+
"kind": "property",
|
|
93097
|
+
"lexicon": "aws"
|
|
93098
|
+
},
|
|
92527
93099
|
"ReplicationGroup_KinesisFirehoseDestinationDetails": {
|
|
92528
93100
|
"resourceType": "AWS::ElastiCache::ReplicationGroup.KinesisFirehoseDestinationDetails",
|
|
92529
93101
|
"kind": "property",
|
|
@@ -93257,6 +93829,11 @@
|
|
|
93257
93829
|
"kind": "property",
|
|
93258
93830
|
"lexicon": "aws"
|
|
93259
93831
|
},
|
|
93832
|
+
"ReservedCapacityOptionsRequest": {
|
|
93833
|
+
"resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
|
|
93834
|
+
"kind": "property",
|
|
93835
|
+
"lexicon": "aws"
|
|
93836
|
+
},
|
|
93260
93837
|
"ResetTimer": {
|
|
93261
93838
|
"resourceType": "AWS::IoTEvents::DetectorModel.ResetTimer",
|
|
93262
93839
|
"kind": "property",
|
|
@@ -95552,6 +96129,66 @@
|
|
|
95552
96129
|
"kind": "property",
|
|
95553
96130
|
"lexicon": "aws"
|
|
95554
96131
|
},
|
|
96132
|
+
"Route53GlobalResolverFirewallDomainList": {
|
|
96133
|
+
"resourceType": "AWS::Route53GlobalResolver::FirewallDomainList",
|
|
96134
|
+
"kind": "resource",
|
|
96135
|
+
"lexicon": "aws",
|
|
96136
|
+
"attrs": {
|
|
96137
|
+
"Arn": "Arn",
|
|
96138
|
+
"FirewallDomainListId": "FirewallDomainListId",
|
|
96139
|
+
"DomainCount": "DomainCount",
|
|
96140
|
+
"CreatedAt": "CreatedAt",
|
|
96141
|
+
"UpdatedAt": "UpdatedAt",
|
|
96142
|
+
"Status": "Status",
|
|
96143
|
+
"StatusMessage": "StatusMessage"
|
|
96144
|
+
},
|
|
96145
|
+
"propertyConstraints": {
|
|
96146
|
+
"FirewallDomainListId": {
|
|
96147
|
+
"minLength": 1,
|
|
96148
|
+
"maxLength": 64
|
|
96149
|
+
},
|
|
96150
|
+
"Arn": {
|
|
96151
|
+
"minLength": 1,
|
|
96152
|
+
"maxLength": 2048
|
|
96153
|
+
},
|
|
96154
|
+
"GlobalResolverId": {
|
|
96155
|
+
"minLength": 1,
|
|
96156
|
+
"maxLength": 64
|
|
96157
|
+
},
|
|
96158
|
+
"DomainFileUrl": {
|
|
96159
|
+
"minLength": 1,
|
|
96160
|
+
"maxLength": 1024
|
|
96161
|
+
},
|
|
96162
|
+
"ClientToken": {
|
|
96163
|
+
"minLength": 1,
|
|
96164
|
+
"maxLength": 256
|
|
96165
|
+
}
|
|
96166
|
+
},
|
|
96167
|
+
"createOnly": [
|
|
96168
|
+
"GlobalResolverId",
|
|
96169
|
+
"Name",
|
|
96170
|
+
"Description",
|
|
96171
|
+
"ClientToken"
|
|
96172
|
+
],
|
|
96173
|
+
"writeOnly": [
|
|
96174
|
+
"ClientToken",
|
|
96175
|
+
"Domains",
|
|
96176
|
+
"DomainFileUrl"
|
|
96177
|
+
],
|
|
96178
|
+
"primaryIdentifier": [
|
|
96179
|
+
"FirewallDomainListId"
|
|
96180
|
+
],
|
|
96181
|
+
"tagging": {
|
|
96182
|
+
"taggable": true,
|
|
96183
|
+
"tagOnCreate": true,
|
|
96184
|
+
"tagUpdatable": true
|
|
96185
|
+
}
|
|
96186
|
+
},
|
|
96187
|
+
"Route53GlobalResolverFirewallDomainList_Tag": {
|
|
96188
|
+
"resourceType": "AWS::Route53GlobalResolver::FirewallDomainList.Tag",
|
|
96189
|
+
"kind": "property",
|
|
96190
|
+
"lexicon": "aws"
|
|
96191
|
+
},
|
|
95555
96192
|
"Route53HealthCheckConfiguration": {
|
|
95556
96193
|
"resourceType": "AWS::ARCRegionSwitch::Plan.Route53HealthCheckConfiguration",
|
|
95557
96194
|
"kind": "property",
|
|
@@ -95713,6 +96350,90 @@
|
|
|
95713
96350
|
"kind": "property",
|
|
95714
96351
|
"lexicon": "aws"
|
|
95715
96352
|
},
|
|
96353
|
+
"Route53ResolverFirewallDomainList": {
|
|
96354
|
+
"resourceType": "AWS::Route53Resolver::FirewallDomainList",
|
|
96355
|
+
"kind": "resource",
|
|
96356
|
+
"lexicon": "aws",
|
|
96357
|
+
"attrs": {
|
|
96358
|
+
"Id": "Id",
|
|
96359
|
+
"Arn": "Arn",
|
|
96360
|
+
"DomainCount": "DomainCount",
|
|
96361
|
+
"Status": "Status",
|
|
96362
|
+
"StatusMessage": "StatusMessage",
|
|
96363
|
+
"ManagedOwnerName": "ManagedOwnerName",
|
|
96364
|
+
"CreatorRequestId": "CreatorRequestId",
|
|
96365
|
+
"CreationTime": "CreationTime",
|
|
96366
|
+
"ModificationTime": "ModificationTime"
|
|
96367
|
+
},
|
|
96368
|
+
"propertyConstraints": {
|
|
96369
|
+
"Id": {
|
|
96370
|
+
"minLength": 1,
|
|
96371
|
+
"maxLength": 64
|
|
96372
|
+
},
|
|
96373
|
+
"Arn": {
|
|
96374
|
+
"minLength": 1,
|
|
96375
|
+
"maxLength": 600
|
|
96376
|
+
},
|
|
96377
|
+
"Name": {
|
|
96378
|
+
"pattern": "(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)",
|
|
96379
|
+
"minLength": 1,
|
|
96380
|
+
"maxLength": 64
|
|
96381
|
+
},
|
|
96382
|
+
"DomainCount": {
|
|
96383
|
+
"minimum": 0
|
|
96384
|
+
},
|
|
96385
|
+
"Status": {
|
|
96386
|
+
"enum": [
|
|
96387
|
+
"COMPLETE",
|
|
96388
|
+
"DELETING",
|
|
96389
|
+
"UPDATING",
|
|
96390
|
+
"COMPLETE_IMPORT_FAILED",
|
|
96391
|
+
"IMPORTING",
|
|
96392
|
+
"INACTIVE_OWNER_ACCOUNT_CLOSED"
|
|
96393
|
+
]
|
|
96394
|
+
},
|
|
96395
|
+
"ManagedOwnerName": {
|
|
96396
|
+
"minLength": 1,
|
|
96397
|
+
"maxLength": 512
|
|
96398
|
+
},
|
|
96399
|
+
"CreatorRequestId": {
|
|
96400
|
+
"minLength": 1,
|
|
96401
|
+
"maxLength": 255
|
|
96402
|
+
},
|
|
96403
|
+
"CreationTime": {
|
|
96404
|
+
"minLength": 20,
|
|
96405
|
+
"maxLength": 40
|
|
96406
|
+
},
|
|
96407
|
+
"ModificationTime": {
|
|
96408
|
+
"minLength": 20,
|
|
96409
|
+
"maxLength": 40
|
|
96410
|
+
},
|
|
96411
|
+
"DomainFileUrl": {
|
|
96412
|
+
"minLength": 1,
|
|
96413
|
+
"maxLength": 1024
|
|
96414
|
+
}
|
|
96415
|
+
},
|
|
96416
|
+
"createOnly": [
|
|
96417
|
+
"Name"
|
|
96418
|
+
],
|
|
96419
|
+
"writeOnly": [
|
|
96420
|
+
"Domains",
|
|
96421
|
+
"DomainFileUrl"
|
|
96422
|
+
],
|
|
96423
|
+
"primaryIdentifier": [
|
|
96424
|
+
"Id"
|
|
96425
|
+
],
|
|
96426
|
+
"tagging": {
|
|
96427
|
+
"taggable": true,
|
|
96428
|
+
"tagOnCreate": true,
|
|
96429
|
+
"tagUpdatable": true
|
|
96430
|
+
}
|
|
96431
|
+
},
|
|
96432
|
+
"Route53ResolverFirewallDomainList_Tag": {
|
|
96433
|
+
"resourceType": "AWS::Route53Resolver::FirewallDomainList.Tag",
|
|
96434
|
+
"kind": "property",
|
|
96435
|
+
"lexicon": "aws"
|
|
96436
|
+
},
|
|
95716
96437
|
"Route53ResourceRecordSet": {
|
|
95717
96438
|
"resourceType": "AWS::ARCRegionSwitch::Plan.Route53ResourceRecordSet",
|
|
95718
96439
|
"kind": "property",
|
|
@@ -97141,11 +97862,6 @@
|
|
|
97141
97862
|
"kind": "property",
|
|
97142
97863
|
"lexicon": "aws"
|
|
97143
97864
|
},
|
|
97144
|
-
"S3Encryption": {
|
|
97145
|
-
"resourceType": "AWS::Synthetics::Canary.S3Encryption",
|
|
97146
|
-
"kind": "property",
|
|
97147
|
-
"lexicon": "aws"
|
|
97148
|
-
},
|
|
97149
97865
|
"S3EncryptionConfiguration": {
|
|
97150
97866
|
"resourceType": "AWS::EMRContainers::SecurityConfiguration.S3EncryptionConfiguration",
|
|
97151
97867
|
"kind": "property",
|
|
@@ -99734,6 +100450,11 @@
|
|
|
99734
100450
|
"kind": "property",
|
|
99735
100451
|
"lexicon": "aws"
|
|
99736
100452
|
},
|
|
100453
|
+
"SamplingRateBoost": {
|
|
100454
|
+
"resourceType": "AWS::XRay::SamplingRule.SamplingRateBoost",
|
|
100455
|
+
"kind": "property",
|
|
100456
|
+
"lexicon": "aws"
|
|
100457
|
+
},
|
|
99737
100458
|
"SamplingRule": {
|
|
99738
100459
|
"resourceType": "AWS::XRay::SamplingRule",
|
|
99739
100460
|
"kind": "resource",
|
|
@@ -99768,6 +100489,11 @@
|
|
|
99768
100489
|
"kind": "property",
|
|
99769
100490
|
"lexicon": "aws"
|
|
99770
100491
|
},
|
|
100492
|
+
"SamplingRule_SamplingRateBoost": {
|
|
100493
|
+
"resourceType": "AWS::XRay::SamplingRule.SamplingRateBoost",
|
|
100494
|
+
"kind": "property",
|
|
100495
|
+
"lexicon": "aws"
|
|
100496
|
+
},
|
|
99771
100497
|
"SamplingRule_SamplingRule": {
|
|
99772
100498
|
"resourceType": "AWS::XRay::SamplingRule.SamplingRule",
|
|
99773
100499
|
"kind": "property",
|
|
@@ -105300,11 +106026,6 @@
|
|
|
105300
106026
|
"kind": "property",
|
|
105301
106027
|
"lexicon": "aws"
|
|
105302
106028
|
},
|
|
105303
|
-
"SsmControls": {
|
|
105304
|
-
"resourceType": "AWS::Config::RemediationConfiguration.SsmControls",
|
|
105305
|
-
"kind": "property",
|
|
105306
|
-
"lexicon": "aws"
|
|
105307
|
-
},
|
|
105308
106029
|
"SsmParameter": {
|
|
105309
106030
|
"resourceType": "AWS::SSM::Parameter",
|
|
105310
106031
|
"kind": "resource",
|
|
@@ -105532,6 +106253,9 @@
|
|
|
105532
106253
|
"PortfolioId",
|
|
105533
106254
|
"ProductId"
|
|
105534
106255
|
],
|
|
106256
|
+
"writeOnly": [
|
|
106257
|
+
"AcceptLanguage"
|
|
106258
|
+
],
|
|
105535
106259
|
"primaryIdentifier": [
|
|
105536
106260
|
"Id"
|
|
105537
106261
|
]
|
|
@@ -106486,6 +107210,16 @@
|
|
|
106486
107210
|
"kind": "property",
|
|
106487
107211
|
"lexicon": "aws"
|
|
106488
107212
|
},
|
|
107213
|
+
"StreamDeliveryResource": {
|
|
107214
|
+
"resourceType": "AWS::BedrockAgentCore::Memory.StreamDeliveryResource",
|
|
107215
|
+
"kind": "property",
|
|
107216
|
+
"lexicon": "aws"
|
|
107217
|
+
},
|
|
107218
|
+
"StreamDeliveryResources": {
|
|
107219
|
+
"resourceType": "AWS::BedrockAgentCore::Memory.StreamDeliveryResources",
|
|
107220
|
+
"kind": "property",
|
|
107221
|
+
"lexicon": "aws"
|
|
107222
|
+
},
|
|
106489
107223
|
"StreamEncryption": {
|
|
106490
107224
|
"resourceType": "AWS::Kinesis::Stream.StreamEncryption",
|
|
106491
107225
|
"kind": "property",
|
|
@@ -108412,7 +109146,7 @@
|
|
|
108412
109146
|
],
|
|
108413
109147
|
"tagging": {
|
|
108414
109148
|
"taggable": true,
|
|
108415
|
-
"tagOnCreate":
|
|
109149
|
+
"tagOnCreate": true,
|
|
108416
109150
|
"tagUpdatable": true
|
|
108417
109151
|
}
|
|
108418
109152
|
},
|
|
@@ -109503,6 +110237,20 @@
|
|
|
109503
110237
|
"kind": "property",
|
|
109504
110238
|
"lexicon": "aws"
|
|
109505
110239
|
},
|
|
110240
|
+
"TelemetryEnrichment": {
|
|
110241
|
+
"resourceType": "AWS::ObservabilityAdmin::TelemetryEnrichment",
|
|
110242
|
+
"kind": "resource",
|
|
110243
|
+
"lexicon": "aws",
|
|
110244
|
+
"attrs": {
|
|
110245
|
+
"Status": "Status"
|
|
110246
|
+
},
|
|
110247
|
+
"createOnly": [
|
|
110248
|
+
"Scope"
|
|
110249
|
+
],
|
|
110250
|
+
"primaryIdentifier": [
|
|
110251
|
+
"Scope"
|
|
110252
|
+
]
|
|
110253
|
+
},
|
|
109506
110254
|
"TelemetryPipeline": {
|
|
109507
110255
|
"resourceType": "AWS::ObservabilityAdmin::TelemetryPipelines.TelemetryPipeline",
|
|
109508
110256
|
"kind": "property",
|
|
@@ -111505,6 +112253,36 @@
|
|
|
111505
112253
|
"kind": "property",
|
|
111506
112254
|
"lexicon": "aws"
|
|
111507
112255
|
},
|
|
112256
|
+
"TrainedModelArtifactMaxSize": {
|
|
112257
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelArtifactMaxSize",
|
|
112258
|
+
"kind": "property",
|
|
112259
|
+
"lexicon": "aws"
|
|
112260
|
+
},
|
|
112261
|
+
"TrainedModelExportsConfigurationPolicy": {
|
|
112262
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelExportsConfigurationPolicy",
|
|
112263
|
+
"kind": "property",
|
|
112264
|
+
"lexicon": "aws"
|
|
112265
|
+
},
|
|
112266
|
+
"TrainedModelExportsMaxSize": {
|
|
112267
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSize",
|
|
112268
|
+
"kind": "property",
|
|
112269
|
+
"lexicon": "aws"
|
|
112270
|
+
},
|
|
112271
|
+
"TrainedModelInferenceJobsConfigurationPolicy": {
|
|
112272
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicy",
|
|
112273
|
+
"kind": "property",
|
|
112274
|
+
"lexicon": "aws"
|
|
112275
|
+
},
|
|
112276
|
+
"TrainedModelInferenceMaxOutputSize": {
|
|
112277
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelInferenceMaxOutputSize",
|
|
112278
|
+
"kind": "property",
|
|
112279
|
+
"lexicon": "aws"
|
|
112280
|
+
},
|
|
112281
|
+
"TrainedModelsConfigurationPolicy": {
|
|
112282
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelsConfigurationPolicy",
|
|
112283
|
+
"kind": "property",
|
|
112284
|
+
"lexicon": "aws"
|
|
112285
|
+
},
|
|
111508
112286
|
"TrainingDataset": {
|
|
111509
112287
|
"resourceType": "AWS::CleanRoomsML::TrainingDataset",
|
|
111510
112288
|
"kind": "resource",
|
|
@@ -120291,8 +121069,7 @@
|
|
|
120291
121069
|
"Workgroup_BaseCapacity": "Workgroup.BaseCapacity",
|
|
120292
121070
|
"Workgroup_MaxCapacity": "Workgroup.MaxCapacity",
|
|
120293
121071
|
"Workgroup_EnhancedVpcRouting": "Workgroup.EnhancedVpcRouting",
|
|
120294
|
-
"
|
|
120295
|
-
"Workgroup_ConfigParameters_*_ParameterValue": "Workgroup.ConfigParameters.*.ParameterValue",
|
|
121072
|
+
"Workgroup_ConfigParameters": "Workgroup.ConfigParameters",
|
|
120296
121073
|
"Workgroup_SecurityGroupIds": "Workgroup.SecurityGroupIds",
|
|
120297
121074
|
"Workgroup_SubnetIds": "Workgroup.SubnetIds",
|
|
120298
121075
|
"Workgroup_TrackName": "Workgroup.TrackName",
|
|
@@ -120769,7 +121546,7 @@
|
|
|
120769
121546
|
"tagging": {
|
|
120770
121547
|
"taggable": true,
|
|
120771
121548
|
"tagOnCreate": true,
|
|
120772
|
-
"tagUpdatable":
|
|
121549
|
+
"tagUpdatable": false
|
|
120773
121550
|
}
|
|
120774
121551
|
},
|
|
120775
121552
|
"WorkspacesPool_ApplicationSettings": {
|