@intentius/chant-lexicon-aws 0.13.0 → 0.14.0
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/generated/index.d.ts +113 -18
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1274 -208
- package/dist/types/index.d.ts +1377 -252
- package/package.json +2 -2
- package/src/generated/index.d.ts +1377 -252
- package/src/generated/index.ts +119 -24
- package/src/generated/lexicon-aws.json +1274 -208
- package/src/lsp/completions.test.ts +4 -2
package/dist/meta.json
CHANGED
|
@@ -1769,6 +1769,106 @@
|
|
|
1769
1769
|
"kind": "property",
|
|
1770
1770
|
"lexicon": "aws"
|
|
1771
1771
|
},
|
|
1772
|
+
"AcmeDomainValidation": {
|
|
1773
|
+
"resourceType": "AWS::CertificateManager::AcmeDomainValidation",
|
|
1774
|
+
"kind": "resource",
|
|
1775
|
+
"lexicon": "aws",
|
|
1776
|
+
"attrs": {
|
|
1777
|
+
"Arn": "Arn"
|
|
1778
|
+
},
|
|
1779
|
+
"createOnly": [
|
|
1780
|
+
"AcmeEndpointArn",
|
|
1781
|
+
"DomainName",
|
|
1782
|
+
"PrevalidationOptions/DnsPrevalidation/HostedZoneId"
|
|
1783
|
+
],
|
|
1784
|
+
"primaryIdentifier": [
|
|
1785
|
+
"Arn"
|
|
1786
|
+
],
|
|
1787
|
+
"tagging": {
|
|
1788
|
+
"taggable": true,
|
|
1789
|
+
"tagOnCreate": true,
|
|
1790
|
+
"tagUpdatable": true
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
"AcmeDomainValidation_DnsPrevalidationOptions": {
|
|
1794
|
+
"resourceType": "AWS::CertificateManager::AcmeDomainValidation.DnsPrevalidationOptions",
|
|
1795
|
+
"kind": "property",
|
|
1796
|
+
"lexicon": "aws"
|
|
1797
|
+
},
|
|
1798
|
+
"AcmeDomainValidation_DomainScope": {
|
|
1799
|
+
"resourceType": "AWS::CertificateManager::AcmeDomainValidation.DomainScope",
|
|
1800
|
+
"kind": "property",
|
|
1801
|
+
"lexicon": "aws"
|
|
1802
|
+
},
|
|
1803
|
+
"AcmeDomainValidation_PrevalidationOptions": {
|
|
1804
|
+
"resourceType": "AWS::CertificateManager::AcmeDomainValidation.PrevalidationOptions",
|
|
1805
|
+
"kind": "property",
|
|
1806
|
+
"lexicon": "aws"
|
|
1807
|
+
},
|
|
1808
|
+
"AcmeEndpoint": {
|
|
1809
|
+
"resourceType": "AWS::CertificateManager::AcmeEndpoint",
|
|
1810
|
+
"kind": "resource",
|
|
1811
|
+
"lexicon": "aws",
|
|
1812
|
+
"attrs": {
|
|
1813
|
+
"AcmeEndpointArn": "AcmeEndpointArn",
|
|
1814
|
+
"EndpointUrl": "EndpointUrl"
|
|
1815
|
+
},
|
|
1816
|
+
"createOnly": [
|
|
1817
|
+
"CertificateTags"
|
|
1818
|
+
],
|
|
1819
|
+
"primaryIdentifier": [
|
|
1820
|
+
"AcmeEndpointArn"
|
|
1821
|
+
],
|
|
1822
|
+
"tagging": {
|
|
1823
|
+
"taggable": true,
|
|
1824
|
+
"tagOnCreate": true,
|
|
1825
|
+
"tagUpdatable": true
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
"AcmeEndpoint_CertificateAuthority": {
|
|
1829
|
+
"resourceType": "AWS::CertificateManager::AcmeEndpoint.CertificateAuthority",
|
|
1830
|
+
"kind": "property",
|
|
1831
|
+
"lexicon": "aws"
|
|
1832
|
+
},
|
|
1833
|
+
"AcmeEndpoint_PublicCertificateAuthority": {
|
|
1834
|
+
"resourceType": "AWS::CertificateManager::AcmeEndpoint.PublicCertificateAuthority",
|
|
1835
|
+
"kind": "property",
|
|
1836
|
+
"lexicon": "aws"
|
|
1837
|
+
},
|
|
1838
|
+
"AcmeEndpoint_Tag": {
|
|
1839
|
+
"resourceType": "AWS::CertificateManager::AcmeEndpoint.Tag",
|
|
1840
|
+
"kind": "property",
|
|
1841
|
+
"lexicon": "aws"
|
|
1842
|
+
},
|
|
1843
|
+
"AcmeExternalAccountBinding": {
|
|
1844
|
+
"resourceType": "AWS::CertificateManager::AcmeExternalAccountBinding",
|
|
1845
|
+
"kind": "resource",
|
|
1846
|
+
"lexicon": "aws",
|
|
1847
|
+
"attrs": {
|
|
1848
|
+
"AcmeExternalAccountBindingArn": "AcmeExternalAccountBindingArn"
|
|
1849
|
+
},
|
|
1850
|
+
"createOnly": [
|
|
1851
|
+
"AcmeEndpointArn",
|
|
1852
|
+
"RoleArn",
|
|
1853
|
+
"Expiration"
|
|
1854
|
+
],
|
|
1855
|
+
"writeOnly": [
|
|
1856
|
+
"Expiration"
|
|
1857
|
+
],
|
|
1858
|
+
"primaryIdentifier": [
|
|
1859
|
+
"AcmeExternalAccountBindingArn"
|
|
1860
|
+
],
|
|
1861
|
+
"tagging": {
|
|
1862
|
+
"taggable": true,
|
|
1863
|
+
"tagOnCreate": true,
|
|
1864
|
+
"tagUpdatable": true
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
"AcmeExternalAccountBinding_Expiration": {
|
|
1868
|
+
"resourceType": "AWS::CertificateManager::AcmeExternalAccountBinding.Expiration",
|
|
1869
|
+
"kind": "property",
|
|
1870
|
+
"lexicon": "aws"
|
|
1871
|
+
},
|
|
1772
1872
|
"ActionConfiguration": {
|
|
1773
1873
|
"resourceType": "AWS::QBusiness::DataAccessor.ActionConfiguration",
|
|
1774
1874
|
"kind": "property",
|
|
@@ -2069,6 +2169,11 @@
|
|
|
2069
2169
|
"kind": "property",
|
|
2070
2170
|
"lexicon": "aws"
|
|
2071
2171
|
},
|
|
2172
|
+
"Address": {
|
|
2173
|
+
"resourceType": "AWS::Outposts::Site.Address",
|
|
2174
|
+
"kind": "property",
|
|
2175
|
+
"lexicon": "aws"
|
|
2176
|
+
},
|
|
2072
2177
|
"AdminCreateUserConfig": {
|
|
2073
2178
|
"resourceType": "AWS::Cognito::UserPool.AdminCreateUserConfig",
|
|
2074
2179
|
"kind": "property",
|
|
@@ -2124,6 +2229,16 @@
|
|
|
2124
2229
|
"kind": "property",
|
|
2125
2230
|
"lexicon": "aws"
|
|
2126
2231
|
},
|
|
2232
|
+
"AgentAccessConfig": {
|
|
2233
|
+
"resourceType": "AWS::AppStream::Stack.AgentAccessConfig",
|
|
2234
|
+
"kind": "property",
|
|
2235
|
+
"lexicon": "aws"
|
|
2236
|
+
},
|
|
2237
|
+
"AgentAccessSetting": {
|
|
2238
|
+
"resourceType": "AWS::AppStream::Stack.AgentAccessSetting",
|
|
2239
|
+
"kind": "property",
|
|
2240
|
+
"lexicon": "aws"
|
|
2241
|
+
},
|
|
2127
2242
|
"AgentActionGroup": {
|
|
2128
2243
|
"resourceType": "AWS::Bedrock::Agent.AgentActionGroup",
|
|
2129
2244
|
"kind": "property",
|
|
@@ -2696,6 +2811,94 @@
|
|
|
2696
2811
|
"kind": "property",
|
|
2697
2812
|
"lexicon": "aws"
|
|
2698
2813
|
},
|
|
2814
|
+
"Algorithm": {
|
|
2815
|
+
"resourceType": "AWS::SageMaker::Algorithm",
|
|
2816
|
+
"kind": "resource",
|
|
2817
|
+
"lexicon": "aws",
|
|
2818
|
+
"attrs": {
|
|
2819
|
+
"AlgorithmArn": "AlgorithmArn",
|
|
2820
|
+
"CreationTime": "CreationTime"
|
|
2821
|
+
},
|
|
2822
|
+
"propertyConstraints": {
|
|
2823
|
+
"AlgorithmName": {
|
|
2824
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
2825
|
+
"minLength": 1,
|
|
2826
|
+
"maxLength": 63
|
|
2827
|
+
},
|
|
2828
|
+
"AlgorithmArn": {
|
|
2829
|
+
"minLength": 1,
|
|
2830
|
+
"maxLength": 2048
|
|
2831
|
+
},
|
|
2832
|
+
"AlgorithmDescription": {
|
|
2833
|
+
"maxLength": 1024
|
|
2834
|
+
}
|
|
2835
|
+
},
|
|
2836
|
+
"createOnly": [
|
|
2837
|
+
"AlgorithmName",
|
|
2838
|
+
"AlgorithmDescription",
|
|
2839
|
+
"TrainingSpecification",
|
|
2840
|
+
"InferenceSpecification",
|
|
2841
|
+
"CertifyForMarketplace"
|
|
2842
|
+
],
|
|
2843
|
+
"primaryIdentifier": [
|
|
2844
|
+
"AlgorithmArn"
|
|
2845
|
+
],
|
|
2846
|
+
"tagging": {
|
|
2847
|
+
"taggable": true,
|
|
2848
|
+
"tagOnCreate": true,
|
|
2849
|
+
"tagUpdatable": true
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
"Algorithm_ChannelSpecification": {
|
|
2853
|
+
"resourceType": "AWS::SageMaker::Algorithm.ChannelSpecification",
|
|
2854
|
+
"kind": "property",
|
|
2855
|
+
"lexicon": "aws"
|
|
2856
|
+
},
|
|
2857
|
+
"Algorithm_HyperParameterSpecification": {
|
|
2858
|
+
"resourceType": "AWS::SageMaker::Algorithm.HyperParameterSpecification",
|
|
2859
|
+
"kind": "property",
|
|
2860
|
+
"lexicon": "aws"
|
|
2861
|
+
},
|
|
2862
|
+
"Algorithm_HyperParameterTuningJobObjective": {
|
|
2863
|
+
"resourceType": "AWS::SageMaker::Algorithm.HyperParameterTuningJobObjective",
|
|
2864
|
+
"kind": "property",
|
|
2865
|
+
"lexicon": "aws"
|
|
2866
|
+
},
|
|
2867
|
+
"Algorithm_InferenceSpecification": {
|
|
2868
|
+
"resourceType": "AWS::SageMaker::Algorithm.InferenceSpecification",
|
|
2869
|
+
"kind": "property",
|
|
2870
|
+
"lexicon": "aws"
|
|
2871
|
+
},
|
|
2872
|
+
"Algorithm_MetricDefinition": {
|
|
2873
|
+
"resourceType": "AWS::SageMaker::Algorithm.MetricDefinition",
|
|
2874
|
+
"kind": "property",
|
|
2875
|
+
"lexicon": "aws"
|
|
2876
|
+
},
|
|
2877
|
+
"Algorithm_ModelInput": {
|
|
2878
|
+
"resourceType": "AWS::SageMaker::Algorithm.ModelInput",
|
|
2879
|
+
"kind": "property",
|
|
2880
|
+
"lexicon": "aws"
|
|
2881
|
+
},
|
|
2882
|
+
"Algorithm_ModelPackageContainerDefinition": {
|
|
2883
|
+
"resourceType": "AWS::SageMaker::Algorithm.ModelPackageContainerDefinition",
|
|
2884
|
+
"kind": "property",
|
|
2885
|
+
"lexicon": "aws"
|
|
2886
|
+
},
|
|
2887
|
+
"Algorithm_ParameterRange": {
|
|
2888
|
+
"resourceType": "AWS::SageMaker::Algorithm.ParameterRange",
|
|
2889
|
+
"kind": "property",
|
|
2890
|
+
"lexicon": "aws"
|
|
2891
|
+
},
|
|
2892
|
+
"Algorithm_Tag": {
|
|
2893
|
+
"resourceType": "AWS::SageMaker::Algorithm.Tag",
|
|
2894
|
+
"kind": "property",
|
|
2895
|
+
"lexicon": "aws"
|
|
2896
|
+
},
|
|
2897
|
+
"Algorithm_TrainingSpecification": {
|
|
2898
|
+
"resourceType": "AWS::SageMaker::Algorithm.TrainingSpecification",
|
|
2899
|
+
"kind": "property",
|
|
2900
|
+
"lexicon": "aws"
|
|
2901
|
+
},
|
|
2699
2902
|
"Alias": {
|
|
2700
2903
|
"resourceType": "AWS::S3ObjectLambda::AccessPoint.Alias",
|
|
2701
2904
|
"kind": "property",
|
|
@@ -5298,6 +5501,63 @@
|
|
|
5298
5501
|
"kind": "property",
|
|
5299
5502
|
"lexicon": "aws"
|
|
5300
5503
|
},
|
|
5504
|
+
"AppInstanceUser": {
|
|
5505
|
+
"resourceType": "AWS::Chime::AppInstanceUser",
|
|
5506
|
+
"kind": "resource",
|
|
5507
|
+
"lexicon": "aws",
|
|
5508
|
+
"attrs": {
|
|
5509
|
+
"AppInstanceUserArn": "AppInstanceUserArn"
|
|
5510
|
+
},
|
|
5511
|
+
"propertyConstraints": {
|
|
5512
|
+
"AppInstanceUserArn": {
|
|
5513
|
+
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$",
|
|
5514
|
+
"minLength": 5,
|
|
5515
|
+
"maxLength": 1600
|
|
5516
|
+
},
|
|
5517
|
+
"AppInstanceArn": {
|
|
5518
|
+
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$",
|
|
5519
|
+
"minLength": 5,
|
|
5520
|
+
"maxLength": 1600
|
|
5521
|
+
},
|
|
5522
|
+
"AppInstanceUserId": {
|
|
5523
|
+
"pattern": "^[A-Za-z0-9]([A-Za-z0-9\\:\\-\\_\\.\\@]{0,62}[A-Za-z0-9])?$",
|
|
5524
|
+
"minLength": 1,
|
|
5525
|
+
"maxLength": 64
|
|
5526
|
+
},
|
|
5527
|
+
"Name": {
|
|
5528
|
+
"pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$",
|
|
5529
|
+
"minLength": 0,
|
|
5530
|
+
"maxLength": 256
|
|
5531
|
+
},
|
|
5532
|
+
"Metadata": {
|
|
5533
|
+
"pattern": ".*",
|
|
5534
|
+
"minLength": 0,
|
|
5535
|
+
"maxLength": 1024
|
|
5536
|
+
}
|
|
5537
|
+
},
|
|
5538
|
+
"createOnly": [
|
|
5539
|
+
"AppInstanceArn",
|
|
5540
|
+
"AppInstanceUserId"
|
|
5541
|
+
],
|
|
5542
|
+
"primaryIdentifier": [
|
|
5543
|
+
"AppInstanceUserArn"
|
|
5544
|
+
],
|
|
5545
|
+
"tagging": {
|
|
5546
|
+
"taggable": true,
|
|
5547
|
+
"tagOnCreate": true,
|
|
5548
|
+
"tagUpdatable": true
|
|
5549
|
+
}
|
|
5550
|
+
},
|
|
5551
|
+
"AppInstanceUser_ExpirationSettings": {
|
|
5552
|
+
"resourceType": "AWS::Chime::AppInstanceUser.ExpirationSettings",
|
|
5553
|
+
"kind": "property",
|
|
5554
|
+
"lexicon": "aws"
|
|
5555
|
+
},
|
|
5556
|
+
"AppInstanceUser_Tag": {
|
|
5557
|
+
"resourceType": "AWS::Chime::AppInstanceUser.Tag",
|
|
5558
|
+
"kind": "property",
|
|
5559
|
+
"lexicon": "aws"
|
|
5560
|
+
},
|
|
5301
5561
|
"AppInstance_Tag": {
|
|
5302
5562
|
"resourceType": "AWS::Chime::AppInstance.Tag",
|
|
5303
5563
|
"kind": "property",
|
|
@@ -5815,6 +6075,16 @@
|
|
|
5815
6075
|
"kind": "property",
|
|
5816
6076
|
"lexicon": "aws"
|
|
5817
6077
|
},
|
|
6078
|
+
"AppStreamStack_AgentAccessConfig": {
|
|
6079
|
+
"resourceType": "AWS::AppStream::Stack.AgentAccessConfig",
|
|
6080
|
+
"kind": "property",
|
|
6081
|
+
"lexicon": "aws"
|
|
6082
|
+
},
|
|
6083
|
+
"AppStreamStack_AgentAccessSetting": {
|
|
6084
|
+
"resourceType": "AWS::AppStream::Stack.AgentAccessSetting",
|
|
6085
|
+
"kind": "property",
|
|
6086
|
+
"lexicon": "aws"
|
|
6087
|
+
},
|
|
5818
6088
|
"AppStreamStack_ApplicationSettings": {
|
|
5819
6089
|
"resourceType": "AWS::AppStream::Stack.ApplicationSettings",
|
|
5820
6090
|
"kind": "property",
|
|
@@ -6132,6 +6402,62 @@
|
|
|
6132
6402
|
"kind": "property",
|
|
6133
6403
|
"lexicon": "aws"
|
|
6134
6404
|
},
|
|
6405
|
+
"AppTestTestCase": {
|
|
6406
|
+
"resourceType": "AWS::AppTest::TestCase",
|
|
6407
|
+
"kind": "resource",
|
|
6408
|
+
"lexicon": "aws",
|
|
6409
|
+
"attrs": {
|
|
6410
|
+
"CreationTime": "CreationTime",
|
|
6411
|
+
"LastUpdateTime": "LastUpdateTime",
|
|
6412
|
+
"LatestVersion": "LatestVersion",
|
|
6413
|
+
"Status": "Status",
|
|
6414
|
+
"TestCaseArn": "TestCaseArn",
|
|
6415
|
+
"TestCaseId": "TestCaseId",
|
|
6416
|
+
"TestCaseVersion": "TestCaseVersion"
|
|
6417
|
+
},
|
|
6418
|
+
"propertyConstraints": {
|
|
6419
|
+
"CreationTime": {
|
|
6420
|
+
"format": "date-time"
|
|
6421
|
+
},
|
|
6422
|
+
"Description": {
|
|
6423
|
+
"minLength": 0,
|
|
6424
|
+
"maxLength": 1000
|
|
6425
|
+
},
|
|
6426
|
+
"LastUpdateTime": {
|
|
6427
|
+
"format": "date-time"
|
|
6428
|
+
},
|
|
6429
|
+
"Name": {
|
|
6430
|
+
"pattern": "^[A-Za-z][A-Za-z0-9_\\-]{1,59}$"
|
|
6431
|
+
},
|
|
6432
|
+
"TestCaseArn": {
|
|
6433
|
+
"pattern": "^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+=,@.-]{0,1023}$"
|
|
6434
|
+
},
|
|
6435
|
+
"TestCaseId": {
|
|
6436
|
+
"pattern": "^[A-Za-z0-9:/\\-]{1,100}$"
|
|
6437
|
+
}
|
|
6438
|
+
},
|
|
6439
|
+
"createOnly": [
|
|
6440
|
+
"Name"
|
|
6441
|
+
],
|
|
6442
|
+
"primaryIdentifier": [
|
|
6443
|
+
"TestCaseId"
|
|
6444
|
+
],
|
|
6445
|
+
"tagging": {
|
|
6446
|
+
"taggable": true,
|
|
6447
|
+
"tagOnCreate": true,
|
|
6448
|
+
"tagUpdatable": true
|
|
6449
|
+
}
|
|
6450
|
+
},
|
|
6451
|
+
"AppTestTestCase_Step": {
|
|
6452
|
+
"resourceType": "AWS::AppTest::TestCase.Step",
|
|
6453
|
+
"kind": "property",
|
|
6454
|
+
"lexicon": "aws"
|
|
6455
|
+
},
|
|
6456
|
+
"AppTestTestCase_TestCaseLatestVersion": {
|
|
6457
|
+
"resourceType": "AWS::AppTest::TestCase.TestCaseLatestVersion",
|
|
6458
|
+
"kind": "property",
|
|
6459
|
+
"lexicon": "aws"
|
|
6460
|
+
},
|
|
6135
6461
|
"AppleApp": {
|
|
6136
6462
|
"resourceType": "AWS::Location::APIKey.AppleApp",
|
|
6137
6463
|
"kind": "property",
|
|
@@ -9369,6 +9695,11 @@
|
|
|
9369
9695
|
"kind": "property",
|
|
9370
9696
|
"lexicon": "aws"
|
|
9371
9697
|
},
|
|
9698
|
+
"BedrockDataSource_DeletionProtectionConfiguration": {
|
|
9699
|
+
"resourceType": "AWS::Bedrock::DataSource.DeletionProtectionConfiguration",
|
|
9700
|
+
"kind": "property",
|
|
9701
|
+
"lexicon": "aws"
|
|
9702
|
+
},
|
|
9372
9703
|
"BedrockDataSource_FixedSizeChunkingConfiguration": {
|
|
9373
9704
|
"resourceType": "AWS::Bedrock::DataSource.FixedSizeChunkingConfiguration",
|
|
9374
9705
|
"kind": "property",
|
|
@@ -9384,6 +9715,16 @@
|
|
|
9384
9715
|
"kind": "property",
|
|
9385
9716
|
"lexicon": "aws"
|
|
9386
9717
|
},
|
|
9718
|
+
"BedrockDataSource_ManagedKnowledgeBaseConnectorConfiguration": {
|
|
9719
|
+
"resourceType": "AWS::Bedrock::DataSource.ManagedKnowledgeBaseConnectorConfiguration",
|
|
9720
|
+
"kind": "property",
|
|
9721
|
+
"lexicon": "aws"
|
|
9722
|
+
},
|
|
9723
|
+
"BedrockDataSource_MediaExtractionConfiguration": {
|
|
9724
|
+
"resourceType": "AWS::Bedrock::DataSource.MediaExtractionConfiguration",
|
|
9725
|
+
"kind": "property",
|
|
9726
|
+
"lexicon": "aws"
|
|
9727
|
+
},
|
|
9387
9728
|
"BedrockDataSource_ParsingConfiguration": {
|
|
9388
9729
|
"resourceType": "AWS::Bedrock::DataSource.ParsingConfiguration",
|
|
9389
9730
|
"kind": "property",
|
|
@@ -9605,6 +9946,7 @@
|
|
|
9605
9946
|
"KnowledgeBaseConfiguration/Type",
|
|
9606
9947
|
"KnowledgeBaseConfiguration/VectorKnowledgeBaseConfiguration",
|
|
9607
9948
|
"KnowledgeBaseConfiguration/KendraKnowledgeBaseConfiguration",
|
|
9949
|
+
"KnowledgeBaseConfiguration/ManagedKnowledgeBaseConfiguration",
|
|
9608
9950
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/Type",
|
|
9609
9951
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/StorageConfigurations",
|
|
9610
9952
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/QueryEngineConfiguration"
|
|
@@ -9633,6 +9975,16 @@
|
|
|
9633
9975
|
"kind": "property",
|
|
9634
9976
|
"lexicon": "aws"
|
|
9635
9977
|
},
|
|
9978
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration": {
|
|
9979
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
9980
|
+
"kind": "property",
|
|
9981
|
+
"lexicon": "aws"
|
|
9982
|
+
},
|
|
9983
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
9984
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
9985
|
+
"kind": "property",
|
|
9986
|
+
"lexicon": "aws"
|
|
9987
|
+
},
|
|
9636
9988
|
"BedrockKnowledgeBase_MongoDbAtlasConfiguration": {
|
|
9637
9989
|
"resourceType": "AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration",
|
|
9638
9990
|
"kind": "property",
|
|
@@ -13518,6 +13870,11 @@
|
|
|
13518
13870
|
"kind": "property",
|
|
13519
13871
|
"lexicon": "aws"
|
|
13520
13872
|
},
|
|
13873
|
+
"ChannelSpecification": {
|
|
13874
|
+
"resourceType": "AWS::SageMaker::Algorithm.ChannelSpecification",
|
|
13875
|
+
"kind": "property",
|
|
13876
|
+
"lexicon": "aws"
|
|
13877
|
+
},
|
|
13521
13878
|
"ChannelStorage": {
|
|
13522
13879
|
"resourceType": "AWS::IoTAnalytics::Channel.ChannelStorage",
|
|
13523
13880
|
"kind": "property",
|
|
@@ -15530,7 +15887,8 @@
|
|
|
15530
15887
|
"kind": "resource",
|
|
15531
15888
|
"lexicon": "aws",
|
|
15532
15889
|
"attrs": {
|
|
15533
|
-
"Version": "Version"
|
|
15890
|
+
"Version": "Version",
|
|
15891
|
+
"Arn": "Arn"
|
|
15534
15892
|
},
|
|
15535
15893
|
"propertyConstraints": {
|
|
15536
15894
|
"ExecutionMode": {
|
|
@@ -15545,6 +15903,9 @@
|
|
|
15545
15903
|
"pattern": "arn:aws(-[\\w]+)*:iam::[0-9]{12}:role/.*",
|
|
15546
15904
|
"format": "AWS::IAM::Role.Arn"
|
|
15547
15905
|
},
|
|
15906
|
+
"Arn": {
|
|
15907
|
+
"pattern": "arn:aws(-[\\w]+)*:codepipeline:[a-z0-9-]+:[0-9]{12}:.+"
|
|
15908
|
+
},
|
|
15548
15909
|
"PipelineType": {
|
|
15549
15910
|
"enum": [
|
|
15550
15911
|
"V1",
|
|
@@ -18524,6 +18885,72 @@
|
|
|
18524
18885
|
"kind": "property",
|
|
18525
18886
|
"lexicon": "aws"
|
|
18526
18887
|
},
|
|
18888
|
+
"ConnectTestCase": {
|
|
18889
|
+
"resourceType": "AWS::Connect::TestCase",
|
|
18890
|
+
"kind": "resource",
|
|
18891
|
+
"lexicon": "aws",
|
|
18892
|
+
"attrs": {
|
|
18893
|
+
"TestCaseArn": "TestCaseArn",
|
|
18894
|
+
"LastModifiedRegion": "LastModifiedRegion",
|
|
18895
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
18896
|
+
},
|
|
18897
|
+
"propertyConstraints": {
|
|
18898
|
+
"InstanceArn": {
|
|
18899
|
+
"pattern": "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$",
|
|
18900
|
+
"minLength": 1,
|
|
18901
|
+
"maxLength": 256
|
|
18902
|
+
},
|
|
18903
|
+
"TestCaseArn": {
|
|
18904
|
+
"pattern": "^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/test-case/[-a-zA-Z0-9]*$",
|
|
18905
|
+
"minLength": 1,
|
|
18906
|
+
"maxLength": 500
|
|
18907
|
+
},
|
|
18908
|
+
"Name": {
|
|
18909
|
+
"pattern": ".*\\S.*",
|
|
18910
|
+
"minLength": 1,
|
|
18911
|
+
"maxLength": 127
|
|
18912
|
+
},
|
|
18913
|
+
"Content": {
|
|
18914
|
+
"minLength": 1,
|
|
18915
|
+
"maxLength": 256000
|
|
18916
|
+
},
|
|
18917
|
+
"Description": {
|
|
18918
|
+
"pattern": ".*\\S.*",
|
|
18919
|
+
"maxLength": 500
|
|
18920
|
+
},
|
|
18921
|
+
"Status": {
|
|
18922
|
+
"enum": [
|
|
18923
|
+
"SAVED",
|
|
18924
|
+
"PUBLISHED"
|
|
18925
|
+
]
|
|
18926
|
+
},
|
|
18927
|
+
"InitializationData": {
|
|
18928
|
+
"minLength": 1,
|
|
18929
|
+
"maxLength": 256000
|
|
18930
|
+
},
|
|
18931
|
+
"LastModifiedRegion": {
|
|
18932
|
+
"pattern": "[a-z]{2}(-[a-z]+){1,2}(-[0-9])?"
|
|
18933
|
+
}
|
|
18934
|
+
},
|
|
18935
|
+
"primaryIdentifier": [
|
|
18936
|
+
"TestCaseArn"
|
|
18937
|
+
],
|
|
18938
|
+
"tagging": {
|
|
18939
|
+
"taggable": true,
|
|
18940
|
+
"tagOnCreate": true,
|
|
18941
|
+
"tagUpdatable": true
|
|
18942
|
+
}
|
|
18943
|
+
},
|
|
18944
|
+
"ConnectTestCase_EntryPoint": {
|
|
18945
|
+
"resourceType": "AWS::Connect::TestCase.EntryPoint",
|
|
18946
|
+
"kind": "property",
|
|
18947
|
+
"lexicon": "aws"
|
|
18948
|
+
},
|
|
18949
|
+
"ConnectTestCase_Tag": {
|
|
18950
|
+
"resourceType": "AWS::Connect::TestCase.Tag",
|
|
18951
|
+
"kind": "property",
|
|
18952
|
+
"lexicon": "aws"
|
|
18953
|
+
},
|
|
18527
18954
|
"ConnectUser": {
|
|
18528
18955
|
"resourceType": "AWS::Connect::User",
|
|
18529
18956
|
"kind": "resource",
|
|
@@ -18641,12 +19068,12 @@
|
|
|
18641
19068
|
"maxLength": 500
|
|
18642
19069
|
},
|
|
18643
19070
|
"Name": {
|
|
18644
|
-
"pattern": "^([\\p{L}\\p{N}_.:\\/=+\\-@]+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)$",
|
|
19071
|
+
"pattern": "^([\\p{L}\\p{N}_.:\\/=+\\-@()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@()']*)$",
|
|
18645
19072
|
"minLength": 1,
|
|
18646
19073
|
"maxLength": 512
|
|
18647
19074
|
},
|
|
18648
19075
|
"Description": {
|
|
18649
|
-
"pattern": "^([\\p{L}\\p{N}_.:\\/=+\\-@,]+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@,]*)$",
|
|
19076
|
+
"pattern": "^([\\p{L}\\p{N}_.:\\/=+\\-@,()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@,()']*)$",
|
|
18650
19077
|
"minLength": 0,
|
|
18651
19078
|
"maxLength": 4096
|
|
18652
19079
|
},
|
|
@@ -20954,7 +21381,8 @@
|
|
|
20954
21381
|
"Version"
|
|
20955
21382
|
],
|
|
20956
21383
|
"writeOnly": [
|
|
20957
|
-
"ConfigurationProperties/*/Type"
|
|
21384
|
+
"ConfigurationProperties/*/Type",
|
|
21385
|
+
"Settings/ThirdPartyConfigurationUrl"
|
|
20958
21386
|
],
|
|
20959
21387
|
"primaryIdentifier": [
|
|
20960
21388
|
"Category",
|
|
@@ -21161,11 +21589,6 @@
|
|
|
21161
21589
|
"kind": "property",
|
|
21162
21590
|
"lexicon": "aws"
|
|
21163
21591
|
},
|
|
21164
|
-
"CustomEmailSender": {
|
|
21165
|
-
"resourceType": "AWS::Cognito::UserPool.CustomEmailSender",
|
|
21166
|
-
"kind": "property",
|
|
21167
|
-
"lexicon": "aws"
|
|
21168
|
-
},
|
|
21169
21592
|
"CustomEntityType": {
|
|
21170
21593
|
"resourceType": "AWS::Glue::CustomEntityType",
|
|
21171
21594
|
"kind": "resource",
|
|
@@ -21546,11 +21969,6 @@
|
|
|
21546
21969
|
"kind": "property",
|
|
21547
21970
|
"lexicon": "aws"
|
|
21548
21971
|
},
|
|
21549
|
-
"CustomSMSSender": {
|
|
21550
|
-
"resourceType": "AWS::Cognito::UserPool.CustomSMSSender",
|
|
21551
|
-
"kind": "property",
|
|
21552
|
-
"lexicon": "aws"
|
|
21553
|
-
},
|
|
21554
21972
|
"CustomTransformationConfiguration": {
|
|
21555
21973
|
"resourceType": "AWS::Bedrock::DataSource.CustomTransformationConfiguration",
|
|
21556
21974
|
"kind": "property",
|
|
@@ -23854,14 +24272,11 @@
|
|
|
23854
24272
|
"resourceType": "AWS::Glue::DataCatalogEncryptionSettings",
|
|
23855
24273
|
"kind": "resource",
|
|
23856
24274
|
"lexicon": "aws",
|
|
23857
|
-
"attrs": {
|
|
23858
|
-
"Id": "Id"
|
|
23859
|
-
},
|
|
23860
24275
|
"createOnly": [
|
|
23861
24276
|
"CatalogId"
|
|
23862
24277
|
],
|
|
23863
24278
|
"primaryIdentifier": [
|
|
23864
|
-
"
|
|
24279
|
+
"CatalogId"
|
|
23865
24280
|
]
|
|
23866
24281
|
},
|
|
23867
24282
|
"DataCatalogEncryptionSettings_ConnectionPasswordEncryption": {
|
|
@@ -28218,6 +28633,11 @@
|
|
|
28218
28633
|
"kind": "property",
|
|
28219
28634
|
"lexicon": "aws"
|
|
28220
28635
|
},
|
|
28636
|
+
"DeletionProtectionConfiguration": {
|
|
28637
|
+
"resourceType": "AWS::Bedrock::DataSource.DeletionProtectionConfiguration",
|
|
28638
|
+
"kind": "property",
|
|
28639
|
+
"lexicon": "aws"
|
|
28640
|
+
},
|
|
28221
28641
|
"DeletionSettings": {
|
|
28222
28642
|
"resourceType": "AWS::ImageBuilder::Image.DeletionSettings",
|
|
28223
28643
|
"kind": "property",
|
|
@@ -30435,6 +30855,11 @@
|
|
|
30435
30855
|
"kind": "property",
|
|
30436
30856
|
"lexicon": "aws"
|
|
30437
30857
|
},
|
|
30858
|
+
"DnsPrevalidationOptions": {
|
|
30859
|
+
"resourceType": "AWS::CertificateManager::AcmeDomainValidation.DnsPrevalidationOptions",
|
|
30860
|
+
"kind": "property",
|
|
30861
|
+
"lexicon": "aws"
|
|
30862
|
+
},
|
|
30438
30863
|
"DnsRecord": {
|
|
30439
30864
|
"resourceType": "AWS::ServiceDiscovery::Service.DnsRecord",
|
|
30440
30865
|
"kind": "property",
|
|
@@ -31284,6 +31709,11 @@
|
|
|
31284
31709
|
"kind": "property",
|
|
31285
31710
|
"lexicon": "aws"
|
|
31286
31711
|
},
|
|
31712
|
+
"DomainScope": {
|
|
31713
|
+
"resourceType": "AWS::CertificateManager::AcmeDomainValidation.DomainScope",
|
|
31714
|
+
"kind": "property",
|
|
31715
|
+
"lexicon": "aws"
|
|
31716
|
+
},
|
|
31287
31717
|
"DomainSettings": {
|
|
31288
31718
|
"resourceType": "AWS::SageMaker::Domain.DomainSettings",
|
|
31289
31719
|
"kind": "property",
|
|
@@ -32310,22 +32740,22 @@
|
|
|
32310
32740
|
"KubernetesNetworkConfig_ServiceIpv6Cidr": "KubernetesNetworkConfig.ServiceIpv6Cidr"
|
|
32311
32741
|
},
|
|
32312
32742
|
"propertyConstraints": {
|
|
32313
|
-
"Force": {
|
|
32314
|
-
"default": false
|
|
32315
|
-
},
|
|
32316
32743
|
"Name": {
|
|
32317
32744
|
"pattern": "^[0-9A-Za-z][A-Za-z0-9\\-_]*",
|
|
32318
32745
|
"minLength": 1,
|
|
32319
32746
|
"maxLength": 100
|
|
32320
32747
|
},
|
|
32748
|
+
"RoleArn": {
|
|
32749
|
+
"format": "AWS::IAM::Role.Arn"
|
|
32750
|
+
},
|
|
32321
32751
|
"Version": {
|
|
32322
32752
|
"pattern": "1\\.\\d\\d"
|
|
32323
32753
|
},
|
|
32754
|
+
"Force": {
|
|
32755
|
+
"default": false
|
|
32756
|
+
},
|
|
32324
32757
|
"ClusterSecurityGroupId": {
|
|
32325
32758
|
"format": "AWS::EC2::SecurityGroup.Id"
|
|
32326
|
-
},
|
|
32327
|
-
"RoleArn": {
|
|
32328
|
-
"format": "AWS::IAM::Role.Arn"
|
|
32329
32759
|
}
|
|
32330
32760
|
},
|
|
32331
32761
|
"createOnly": [
|
|
@@ -32341,7 +32771,8 @@
|
|
|
32341
32771
|
"writeOnly": [
|
|
32342
32772
|
"AccessConfig/BootstrapClusterCreatorAdminPermissions",
|
|
32343
32773
|
"BootstrapSelfManagedAddons",
|
|
32344
|
-
"Force"
|
|
32774
|
+
"Force",
|
|
32775
|
+
"RollbackConfig"
|
|
32345
32776
|
],
|
|
32346
32777
|
"primaryIdentifier": [
|
|
32347
32778
|
"Name"
|
|
@@ -32427,6 +32858,11 @@
|
|
|
32427
32858
|
"kind": "property",
|
|
32428
32859
|
"lexicon": "aws"
|
|
32429
32860
|
},
|
|
32861
|
+
"EKSCluster_RollbackConfig": {
|
|
32862
|
+
"resourceType": "AWS::EKS::Cluster.RollbackConfig",
|
|
32863
|
+
"kind": "property",
|
|
32864
|
+
"lexicon": "aws"
|
|
32865
|
+
},
|
|
32430
32866
|
"EKSCluster_StorageConfig": {
|
|
32431
32867
|
"resourceType": "AWS::EKS::Cluster.StorageConfig",
|
|
32432
32868
|
"kind": "property",
|
|
@@ -32959,7 +33395,8 @@
|
|
|
32959
33395
|
"VcfVersion": {
|
|
32960
33396
|
"enum": [
|
|
32961
33397
|
"VCF-5.2.1",
|
|
32962
|
-
"VCF-5.2.2"
|
|
33398
|
+
"VCF-5.2.2",
|
|
33399
|
+
"SELF_DEPLOYED"
|
|
32963
33400
|
]
|
|
32964
33401
|
},
|
|
32965
33402
|
"EnvironmentId": {
|
|
@@ -33542,6 +33979,11 @@
|
|
|
33542
33979
|
"kind": "property",
|
|
33543
33980
|
"lexicon": "aws"
|
|
33544
33981
|
},
|
|
33982
|
+
"EcsService_ThresholdConfiguration": {
|
|
33983
|
+
"resourceType": "AWS::ECS::Service.ThresholdConfiguration",
|
|
33984
|
+
"kind": "property",
|
|
33985
|
+
"lexicon": "aws"
|
|
33986
|
+
},
|
|
33545
33987
|
"EcsService_TimeoutConfiguration": {
|
|
33546
33988
|
"resourceType": "AWS::ECS::Service.TimeoutConfiguration",
|
|
33547
33989
|
"kind": "property",
|
|
@@ -34123,11 +34565,6 @@
|
|
|
34123
34565
|
"kind": "property",
|
|
34124
34566
|
"lexicon": "aws"
|
|
34125
34567
|
},
|
|
34126
|
-
"EmailConfiguration": {
|
|
34127
|
-
"resourceType": "AWS::Cognito::UserPool.EmailConfiguration",
|
|
34128
|
-
"kind": "property",
|
|
34129
|
-
"lexicon": "aws"
|
|
34130
|
-
},
|
|
34131
34568
|
"EmailContact": {
|
|
34132
34569
|
"resourceType": "AWS::NotificationsContacts::EmailContact",
|
|
34133
34570
|
"kind": "resource",
|
|
@@ -35052,6 +35489,11 @@
|
|
|
35052
35489
|
"kind": "property",
|
|
35053
35490
|
"lexicon": "aws"
|
|
35054
35491
|
},
|
|
35492
|
+
"EntryPoint": {
|
|
35493
|
+
"resourceType": "AWS::Connect::TestCase.EntryPoint",
|
|
35494
|
+
"kind": "property",
|
|
35495
|
+
"lexicon": "aws"
|
|
35496
|
+
},
|
|
35055
35497
|
"Environment": {
|
|
35056
35498
|
"resourceType": "AWS::Lambda::Function.Environment",
|
|
35057
35499
|
"kind": "property",
|
|
@@ -35501,6 +35943,11 @@
|
|
|
35501
35943
|
"kind": "property",
|
|
35502
35944
|
"lexicon": "aws"
|
|
35503
35945
|
},
|
|
35946
|
+
"EvaluationFormScoreThreshold": {
|
|
35947
|
+
"resourceType": "AWS::Connect::EvaluationForm.EvaluationFormScoreThreshold",
|
|
35948
|
+
"kind": "property",
|
|
35949
|
+
"lexicon": "aws"
|
|
35950
|
+
},
|
|
35504
35951
|
"EvaluationFormSection": {
|
|
35505
35952
|
"resourceType": "AWS::Connect::EvaluationForm.EvaluationFormSection",
|
|
35506
35953
|
"kind": "property",
|
|
@@ -35531,6 +35978,11 @@
|
|
|
35531
35978
|
"kind": "property",
|
|
35532
35979
|
"lexicon": "aws"
|
|
35533
35980
|
},
|
|
35981
|
+
"EvaluationForm_EvaluationFormScoreThreshold": {
|
|
35982
|
+
"resourceType": "AWS::Connect::EvaluationForm.EvaluationFormScoreThreshold",
|
|
35983
|
+
"kind": "property",
|
|
35984
|
+
"lexicon": "aws"
|
|
35985
|
+
},
|
|
35534
35986
|
"EvaluationForm_EvaluationFormSection": {
|
|
35535
35987
|
"resourceType": "AWS::Connect::EvaluationForm.EvaluationFormSection",
|
|
35536
35988
|
"kind": "property",
|
|
@@ -37101,13 +37553,13 @@
|
|
|
37101
37553
|
"kind": "property",
|
|
37102
37554
|
"lexicon": "aws"
|
|
37103
37555
|
},
|
|
37104
|
-
"
|
|
37105
|
-
"resourceType": "AWS::
|
|
37556
|
+
"ExpirationDataRule": {
|
|
37557
|
+
"resourceType": "AWS::S3Files::FileSystem.ExpirationDataRule",
|
|
37106
37558
|
"kind": "property",
|
|
37107
37559
|
"lexicon": "aws"
|
|
37108
37560
|
},
|
|
37109
|
-
"
|
|
37110
|
-
"resourceType": "AWS::
|
|
37561
|
+
"ExpirationSettings": {
|
|
37562
|
+
"resourceType": "AWS::Chime::AppInstanceUser.ExpirationSettings",
|
|
37111
37563
|
"kind": "property",
|
|
37112
37564
|
"lexicon": "aws"
|
|
37113
37565
|
},
|
|
@@ -37279,6 +37731,7 @@
|
|
|
37279
37731
|
"writeOnly": [
|
|
37280
37732
|
"ExecutionRoleArn",
|
|
37281
37733
|
"TaskRoleArn",
|
|
37734
|
+
"TaskDefinitionArn",
|
|
37282
37735
|
"HealthCheckPath",
|
|
37283
37736
|
"PrimaryContainer",
|
|
37284
37737
|
"NetworkConfiguration",
|
|
@@ -38831,7 +39284,8 @@
|
|
|
38831
39284
|
"CreatorRequestId": "CreatorRequestId",
|
|
38832
39285
|
"CreationTime": "CreationTime",
|
|
38833
39286
|
"ModificationTime": "ModificationTime",
|
|
38834
|
-
"FirewallRules_*_FirewallThreatProtectionId": "FirewallRules.*.FirewallThreatProtectionId"
|
|
39287
|
+
"FirewallRules_*_FirewallThreatProtectionId": "FirewallRules.*.FirewallThreatProtectionId",
|
|
39288
|
+
"FirewallRules_*_Status": "FirewallRules.*.Status"
|
|
38835
39289
|
},
|
|
38836
39290
|
"propertyConstraints": {
|
|
38837
39291
|
"Id": {
|
|
@@ -38997,6 +39451,11 @@
|
|
|
38997
39451
|
"kind": "property",
|
|
38998
39452
|
"lexicon": "aws"
|
|
38999
39453
|
},
|
|
39454
|
+
"FirewallRuleGroup_PartnerThreatProtectionConfig": {
|
|
39455
|
+
"resourceType": "AWS::Route53Resolver::FirewallRuleGroup.PartnerThreatProtectionConfig",
|
|
39456
|
+
"kind": "property",
|
|
39457
|
+
"lexicon": "aws"
|
|
39458
|
+
},
|
|
39000
39459
|
"FirewallRuleGroup_Tag": {
|
|
39001
39460
|
"resourceType": "AWS::Route53Resolver::FirewallRuleGroup.Tag",
|
|
39002
39461
|
"kind": "property",
|
|
@@ -40348,6 +40807,7 @@
|
|
|
40348
40807
|
"Code/S3ObjectVersion",
|
|
40349
40808
|
"Code/ZipFile",
|
|
40350
40809
|
"Code/SourceKMSKeyArn",
|
|
40810
|
+
"Code/S3ObjectStorageMode",
|
|
40351
40811
|
"PublishToLatestPublished"
|
|
40352
40812
|
],
|
|
40353
40813
|
"primaryIdentifier": [
|
|
@@ -44379,34 +44839,6 @@
|
|
|
44379
44839
|
"kind": "property",
|
|
44380
44840
|
"lexicon": "aws"
|
|
44381
44841
|
},
|
|
44382
|
-
"Hub": {
|
|
44383
|
-
"resourceType": "AWS::SecurityHub::Hub",
|
|
44384
|
-
"kind": "resource",
|
|
44385
|
-
"lexicon": "aws",
|
|
44386
|
-
"attrs": {
|
|
44387
|
-
"ARN": "ARN",
|
|
44388
|
-
"SubscribedAt": "SubscribedAt"
|
|
44389
|
-
},
|
|
44390
|
-
"propertyConstraints": {
|
|
44391
|
-
"ARN": {
|
|
44392
|
-
"pattern": "^arn:.*"
|
|
44393
|
-
},
|
|
44394
|
-
"ControlFindingGenerator": {
|
|
44395
|
-
"pattern": "^(SECURITY_CONTROL|STANDARD_CONTROL)$"
|
|
44396
|
-
}
|
|
44397
|
-
},
|
|
44398
|
-
"writeOnly": [
|
|
44399
|
-
"EnableDefaultStandards"
|
|
44400
|
-
],
|
|
44401
|
-
"primaryIdentifier": [
|
|
44402
|
-
"ARN"
|
|
44403
|
-
],
|
|
44404
|
-
"tagging": {
|
|
44405
|
-
"taggable": true,
|
|
44406
|
-
"tagOnCreate": true,
|
|
44407
|
-
"tagUpdatable": true
|
|
44408
|
-
}
|
|
44409
|
-
},
|
|
44410
44842
|
"HubV2": {
|
|
44411
44843
|
"resourceType": "AWS::SecurityHub::HubV2",
|
|
44412
44844
|
"kind": "resource",
|
|
@@ -44435,6 +44867,16 @@
|
|
|
44435
44867
|
"kind": "property",
|
|
44436
44868
|
"lexicon": "aws"
|
|
44437
44869
|
},
|
|
44870
|
+
"HyperParameterSpecification": {
|
|
44871
|
+
"resourceType": "AWS::SageMaker::Algorithm.HyperParameterSpecification",
|
|
44872
|
+
"kind": "property",
|
|
44873
|
+
"lexicon": "aws"
|
|
44874
|
+
},
|
|
44875
|
+
"HyperParameterTuningJobObjective": {
|
|
44876
|
+
"resourceType": "AWS::SageMaker::Algorithm.HyperParameterTuningJobObjective",
|
|
44877
|
+
"kind": "property",
|
|
44878
|
+
"lexicon": "aws"
|
|
44879
|
+
},
|
|
44438
44880
|
"Hypervisor": {
|
|
44439
44881
|
"resourceType": "AWS::BackupGateway::Hypervisor",
|
|
44440
44882
|
"kind": "resource",
|
|
@@ -45896,6 +46338,11 @@
|
|
|
45896
46338
|
"kind": "property",
|
|
45897
46339
|
"lexicon": "aws"
|
|
45898
46340
|
},
|
|
46341
|
+
"IdentityProviderVpcConnectionProperties": {
|
|
46342
|
+
"resourceType": "AWS::QuickSight::OAuthClientApplication.IdentityProviderVpcConnectionProperties",
|
|
46343
|
+
"kind": "property",
|
|
46344
|
+
"lexicon": "aws"
|
|
46345
|
+
},
|
|
45899
46346
|
"IdentityProvider_Tag": {
|
|
45900
46347
|
"resourceType": "AWS::WorkSpacesWeb::IdentityProvider.Tag",
|
|
45901
46348
|
"kind": "property",
|
|
@@ -46433,7 +46880,9 @@
|
|
|
46433
46880
|
"ParentImage",
|
|
46434
46881
|
"Description",
|
|
46435
46882
|
"BlockDeviceMappings",
|
|
46436
|
-
"WorkingDirectory"
|
|
46883
|
+
"WorkingDirectory",
|
|
46884
|
+
"AdditionalInstanceConfiguration",
|
|
46885
|
+
"AmiTags"
|
|
46437
46886
|
],
|
|
46438
46887
|
"primaryIdentifier": [
|
|
46439
46888
|
"Arn"
|
|
@@ -46648,11 +47097,6 @@
|
|
|
46648
47097
|
"kind": "property",
|
|
46649
47098
|
"lexicon": "aws"
|
|
46650
47099
|
},
|
|
46651
|
-
"InboundFederation": {
|
|
46652
|
-
"resourceType": "AWS::Cognito::UserPool.InboundFederation",
|
|
46653
|
-
"kind": "property",
|
|
46654
|
-
"lexicon": "aws"
|
|
46655
|
-
},
|
|
46656
47100
|
"IncidentTemplate": {
|
|
46657
47101
|
"resourceType": "AWS::SSMIncidents::ResponsePlan.IncidentTemplate",
|
|
46658
47102
|
"kind": "property",
|
|
@@ -47760,15 +48204,30 @@
|
|
|
47760
48204
|
"kind": "resource",
|
|
47761
48205
|
"lexicon": "aws",
|
|
47762
48206
|
"attrs": {
|
|
47763
|
-
"Id": "Id",
|
|
47764
48207
|
"Arn": "Arn"
|
|
47765
48208
|
},
|
|
48209
|
+
"propertyConstraints": {
|
|
48210
|
+
"RuleState": {
|
|
48211
|
+
"enum": [
|
|
48212
|
+
"ENABLED",
|
|
48213
|
+
"DISABLED"
|
|
48214
|
+
]
|
|
48215
|
+
},
|
|
48216
|
+
"ApplyOnTransformedLogs": {
|
|
48217
|
+
"default": false
|
|
48218
|
+
}
|
|
48219
|
+
},
|
|
47766
48220
|
"createOnly": [
|
|
47767
48221
|
"RuleName"
|
|
47768
48222
|
],
|
|
47769
48223
|
"primaryIdentifier": [
|
|
47770
|
-
"
|
|
47771
|
-
]
|
|
48224
|
+
"Arn"
|
|
48225
|
+
],
|
|
48226
|
+
"tagging": {
|
|
48227
|
+
"taggable": true,
|
|
48228
|
+
"tagOnCreate": true,
|
|
48229
|
+
"tagUpdatable": true
|
|
48230
|
+
}
|
|
47772
48231
|
},
|
|
47773
48232
|
"InsightRule_Tag": {
|
|
47774
48233
|
"resourceType": "AWS::CloudWatch::InsightRule.Tag",
|
|
@@ -50455,6 +50914,11 @@
|
|
|
50455
50914
|
"kind": "property",
|
|
50456
50915
|
"lexicon": "aws"
|
|
50457
50916
|
},
|
|
50917
|
+
"IssuerConfiguration": {
|
|
50918
|
+
"resourceType": "AWS::Cognito::UserPool.IssuerConfiguration",
|
|
50919
|
+
"kind": "property",
|
|
50920
|
+
"lexicon": "aws"
|
|
50921
|
+
},
|
|
50458
50922
|
"IssuerData": {
|
|
50459
50923
|
"resourceType": "AWS::LicenseManager::License.IssuerData",
|
|
50460
50924
|
"kind": "property",
|
|
@@ -51331,6 +51795,11 @@
|
|
|
51331
51795
|
"kind": "property",
|
|
51332
51796
|
"lexicon": "aws"
|
|
51333
51797
|
},
|
|
51798
|
+
"KeyConfiguration": {
|
|
51799
|
+
"resourceType": "AWS::Cognito::UserPool.KeyConfiguration",
|
|
51800
|
+
"kind": "property",
|
|
51801
|
+
"lexicon": "aws"
|
|
51802
|
+
},
|
|
51334
51803
|
"KeyGroup": {
|
|
51335
51804
|
"resourceType": "AWS::CloudFront::KeyGroup",
|
|
51336
51805
|
"kind": "resource",
|
|
@@ -57647,6 +58116,23 @@
|
|
|
57647
58116
|
"kind": "property",
|
|
57648
58117
|
"lexicon": "aws"
|
|
57649
58118
|
},
|
|
58119
|
+
"ManagedBlockchainNode": {
|
|
58120
|
+
"resourceType": "AWS::ManagedBlockchain::Node",
|
|
58121
|
+
"kind": "resource",
|
|
58122
|
+
"lexicon": "aws",
|
|
58123
|
+
"attrs": {
|
|
58124
|
+
"NodeId": "NodeId",
|
|
58125
|
+
"Arn": "Arn"
|
|
58126
|
+
},
|
|
58127
|
+
"primaryIdentifier": [
|
|
58128
|
+
"NodeId"
|
|
58129
|
+
]
|
|
58130
|
+
},
|
|
58131
|
+
"ManagedBlockchainNode_NodeConfiguration": {
|
|
58132
|
+
"resourceType": "AWS::ManagedBlockchain::Node.NodeConfiguration",
|
|
58133
|
+
"kind": "property",
|
|
58134
|
+
"lexicon": "aws"
|
|
58135
|
+
},
|
|
57650
58136
|
"ManagedCertificateRequest": {
|
|
57651
58137
|
"resourceType": "AWS::CloudFront::DistributionTenant.ManagedCertificateRequest",
|
|
57652
58138
|
"kind": "property",
|
|
@@ -57677,6 +58163,21 @@
|
|
|
57677
58163
|
"kind": "property",
|
|
57678
58164
|
"lexicon": "aws"
|
|
57679
58165
|
},
|
|
58166
|
+
"ManagedKnowledgeBaseConfiguration": {
|
|
58167
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
58168
|
+
"kind": "property",
|
|
58169
|
+
"lexicon": "aws"
|
|
58170
|
+
},
|
|
58171
|
+
"ManagedKnowledgeBaseConnectorConfiguration": {
|
|
58172
|
+
"resourceType": "AWS::Bedrock::DataSource.ManagedKnowledgeBaseConnectorConfiguration",
|
|
58173
|
+
"kind": "property",
|
|
58174
|
+
"lexicon": "aws"
|
|
58175
|
+
},
|
|
58176
|
+
"ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
58177
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
58178
|
+
"kind": "property",
|
|
58179
|
+
"lexicon": "aws"
|
|
58180
|
+
},
|
|
57680
58181
|
"ManagedLoggingConfiguration": {
|
|
57681
58182
|
"resourceType": "AWS::Athena::WorkGroup.ManagedLoggingConfiguration",
|
|
57682
58183
|
"kind": "property",
|
|
@@ -58497,11 +58998,6 @@
|
|
|
58497
58998
|
"Id"
|
|
58498
58999
|
]
|
|
58499
59000
|
},
|
|
58500
|
-
"MediaExtractionConfiguration": {
|
|
58501
|
-
"resourceType": "AWS::QBusiness::DataSource.MediaExtractionConfiguration",
|
|
58502
|
-
"kind": "property",
|
|
58503
|
-
"lexicon": "aws"
|
|
58504
|
-
},
|
|
58505
59001
|
"MediaItem": {
|
|
58506
59002
|
"resourceType": "AWS::Connect::Workspace.MediaItem",
|
|
58507
59003
|
"kind": "property",
|
|
@@ -58960,6 +59456,46 @@
|
|
|
58960
59456
|
"kind": "property",
|
|
58961
59457
|
"lexicon": "aws"
|
|
58962
59458
|
},
|
|
59459
|
+
"MediaLiveNode": {
|
|
59460
|
+
"resourceType": "AWS::MediaLive::Node",
|
|
59461
|
+
"kind": "resource",
|
|
59462
|
+
"lexicon": "aws",
|
|
59463
|
+
"attrs": {
|
|
59464
|
+
"Arn": "Arn",
|
|
59465
|
+
"Id": "Id",
|
|
59466
|
+
"State": "State",
|
|
59467
|
+
"ConnectionState": "ConnectionState",
|
|
59468
|
+
"InstanceArn": "InstanceArn",
|
|
59469
|
+
"ChannelPlacementGroups": "ChannelPlacementGroups"
|
|
59470
|
+
},
|
|
59471
|
+
"createOnly": [
|
|
59472
|
+
"ClusterId",
|
|
59473
|
+
"NodeInterfaceMappings"
|
|
59474
|
+
],
|
|
59475
|
+
"primaryIdentifier": [
|
|
59476
|
+
"Arn"
|
|
59477
|
+
],
|
|
59478
|
+
"tagging": {
|
|
59479
|
+
"taggable": true,
|
|
59480
|
+
"tagOnCreate": true,
|
|
59481
|
+
"tagUpdatable": true
|
|
59482
|
+
}
|
|
59483
|
+
},
|
|
59484
|
+
"MediaLiveNode_NodeInterfaceMapping": {
|
|
59485
|
+
"resourceType": "AWS::MediaLive::Node.NodeInterfaceMapping",
|
|
59486
|
+
"kind": "property",
|
|
59487
|
+
"lexicon": "aws"
|
|
59488
|
+
},
|
|
59489
|
+
"MediaLiveNode_SdiSourceMapping": {
|
|
59490
|
+
"resourceType": "AWS::MediaLive::Node.SdiSourceMapping",
|
|
59491
|
+
"kind": "property",
|
|
59492
|
+
"lexicon": "aws"
|
|
59493
|
+
},
|
|
59494
|
+
"MediaLiveNode_Tag": {
|
|
59495
|
+
"resourceType": "AWS::MediaLive::Node.Tag",
|
|
59496
|
+
"kind": "property",
|
|
59497
|
+
"lexicon": "aws"
|
|
59498
|
+
},
|
|
58963
59499
|
"MediaPackageAsset": {
|
|
58964
59500
|
"resourceType": "AWS::MediaPackage::Asset",
|
|
58965
59501
|
"kind": "resource",
|
|
@@ -61358,6 +61894,77 @@
|
|
|
61358
61894
|
"tagUpdatable": true
|
|
61359
61895
|
}
|
|
61360
61896
|
},
|
|
61897
|
+
"ModelCardExportArtifacts": {
|
|
61898
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
|
|
61899
|
+
"kind": "property",
|
|
61900
|
+
"lexicon": "aws"
|
|
61901
|
+
},
|
|
61902
|
+
"ModelCardExportJob": {
|
|
61903
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob",
|
|
61904
|
+
"kind": "resource",
|
|
61905
|
+
"lexicon": "aws",
|
|
61906
|
+
"attrs": {
|
|
61907
|
+
"ModelCardExportJobArn": "ModelCardExportJobArn",
|
|
61908
|
+
"Status": "Status",
|
|
61909
|
+
"CreatedAt": "CreatedAt",
|
|
61910
|
+
"LastModifiedAt": "LastModifiedAt",
|
|
61911
|
+
"ExportArtifacts": "ExportArtifacts"
|
|
61912
|
+
},
|
|
61913
|
+
"propertyConstraints": {
|
|
61914
|
+
"ModelCardExportJobArn": {
|
|
61915
|
+
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}/export-job/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
61916
|
+
"minLength": 0,
|
|
61917
|
+
"maxLength": 256
|
|
61918
|
+
},
|
|
61919
|
+
"ModelCardExportJobName": {
|
|
61920
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
61921
|
+
"minLength": 1,
|
|
61922
|
+
"maxLength": 63
|
|
61923
|
+
},
|
|
61924
|
+
"ModelCardName": {
|
|
61925
|
+
"pattern": "^(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-card/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,62})$",
|
|
61926
|
+
"minLength": 1,
|
|
61927
|
+
"maxLength": 256
|
|
61928
|
+
},
|
|
61929
|
+
"Status": {
|
|
61930
|
+
"enum": [
|
|
61931
|
+
"InProgress",
|
|
61932
|
+
"Completed",
|
|
61933
|
+
"Failed"
|
|
61934
|
+
]
|
|
61935
|
+
},
|
|
61936
|
+
"CreatedAt": {
|
|
61937
|
+
"format": "date-time"
|
|
61938
|
+
},
|
|
61939
|
+
"LastModifiedAt": {
|
|
61940
|
+
"format": "date-time"
|
|
61941
|
+
}
|
|
61942
|
+
},
|
|
61943
|
+
"createOnly": [
|
|
61944
|
+
"ModelCardExportJobName",
|
|
61945
|
+
"ModelCardName",
|
|
61946
|
+
"ModelCardVersion",
|
|
61947
|
+
"OutputConfig"
|
|
61948
|
+
],
|
|
61949
|
+
"primaryIdentifier": [
|
|
61950
|
+
"ModelCardExportJobArn"
|
|
61951
|
+
]
|
|
61952
|
+
},
|
|
61953
|
+
"ModelCardExportJob_ModelCardExportArtifacts": {
|
|
61954
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
|
|
61955
|
+
"kind": "property",
|
|
61956
|
+
"lexicon": "aws"
|
|
61957
|
+
},
|
|
61958
|
+
"ModelCardExportJob_ModelCardExportOutputConfig": {
|
|
61959
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
|
|
61960
|
+
"kind": "property",
|
|
61961
|
+
"lexicon": "aws"
|
|
61962
|
+
},
|
|
61963
|
+
"ModelCardExportOutputConfig": {
|
|
61964
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
|
|
61965
|
+
"kind": "property",
|
|
61966
|
+
"lexicon": "aws"
|
|
61967
|
+
},
|
|
61361
61968
|
"ModelCard_AdditionalInformation": {
|
|
61362
61969
|
"resourceType": "AWS::SageMaker::ModelCard.AdditionalInformation",
|
|
61363
61970
|
"kind": "property",
|
|
@@ -61583,6 +62190,11 @@
|
|
|
61583
62190
|
"kind": "property",
|
|
61584
62191
|
"lexicon": "aws"
|
|
61585
62192
|
},
|
|
62193
|
+
"ModelInput": {
|
|
62194
|
+
"resourceType": "AWS::SageMaker::Algorithm.ModelInput",
|
|
62195
|
+
"kind": "property",
|
|
62196
|
+
"lexicon": "aws"
|
|
62197
|
+
},
|
|
61586
62198
|
"ModelManifest": {
|
|
61587
62199
|
"resourceType": "AWS::IoTFleetWise::ModelManifest",
|
|
61588
62200
|
"kind": "resource",
|
|
@@ -61679,11 +62291,6 @@
|
|
|
61679
62291
|
"tagUpdatable": true
|
|
61680
62292
|
}
|
|
61681
62293
|
},
|
|
61682
|
-
"ModelPackageContainerDefinition": {
|
|
61683
|
-
"resourceType": "AWS::SageMaker::ModelPackage.ModelPackageContainerDefinition",
|
|
61684
|
-
"kind": "property",
|
|
61685
|
-
"lexicon": "aws"
|
|
61686
|
-
},
|
|
61687
62294
|
"ModelPackageCreator": {
|
|
61688
62295
|
"resourceType": "AWS::SageMaker::ModelCard.ModelPackageCreator",
|
|
61689
62296
|
"kind": "property",
|
|
@@ -63935,6 +64542,39 @@
|
|
|
63935
64542
|
"kind": "property",
|
|
63936
64543
|
"lexicon": "aws"
|
|
63937
64544
|
},
|
|
64545
|
+
"NetworkManagerSite": {
|
|
64546
|
+
"resourceType": "AWS::NetworkManager::Site",
|
|
64547
|
+
"kind": "resource",
|
|
64548
|
+
"lexicon": "aws",
|
|
64549
|
+
"attrs": {
|
|
64550
|
+
"SiteId": "SiteId",
|
|
64551
|
+
"SiteArn": "SiteArn",
|
|
64552
|
+
"State": "State",
|
|
64553
|
+
"CreatedAt": "CreatedAt"
|
|
64554
|
+
},
|
|
64555
|
+
"createOnly": [
|
|
64556
|
+
"GlobalNetworkId"
|
|
64557
|
+
],
|
|
64558
|
+
"primaryIdentifier": [
|
|
64559
|
+
"GlobalNetworkId",
|
|
64560
|
+
"SiteId"
|
|
64561
|
+
],
|
|
64562
|
+
"tagging": {
|
|
64563
|
+
"taggable": true,
|
|
64564
|
+
"tagOnCreate": true,
|
|
64565
|
+
"tagUpdatable": true
|
|
64566
|
+
}
|
|
64567
|
+
},
|
|
64568
|
+
"NetworkManagerSite_Location": {
|
|
64569
|
+
"resourceType": "AWS::NetworkManager::Site.Location",
|
|
64570
|
+
"kind": "property",
|
|
64571
|
+
"lexicon": "aws"
|
|
64572
|
+
},
|
|
64573
|
+
"NetworkManagerSite_Tag": {
|
|
64574
|
+
"resourceType": "AWS::NetworkManager::Site.Tag",
|
|
64575
|
+
"kind": "property",
|
|
64576
|
+
"lexicon": "aws"
|
|
64577
|
+
},
|
|
63938
64578
|
"NetworkPerformanceMetricSubscription": {
|
|
63939
64579
|
"resourceType": "AWS::EC2::NetworkPerformanceMetricSubscription",
|
|
63940
64580
|
"kind": "resource",
|
|
@@ -64035,18 +64675,6 @@
|
|
|
64035
64675
|
"kind": "property",
|
|
64036
64676
|
"lexicon": "aws"
|
|
64037
64677
|
},
|
|
64038
|
-
"Node": {
|
|
64039
|
-
"resourceType": "AWS::ManagedBlockchain::Node",
|
|
64040
|
-
"kind": "resource",
|
|
64041
|
-
"lexicon": "aws",
|
|
64042
|
-
"attrs": {
|
|
64043
|
-
"NodeId": "NodeId",
|
|
64044
|
-
"Arn": "Arn"
|
|
64045
|
-
},
|
|
64046
|
-
"primaryIdentifier": [
|
|
64047
|
-
"NodeId"
|
|
64048
|
-
]
|
|
64049
|
-
},
|
|
64050
64678
|
"NodeConfig": {
|
|
64051
64679
|
"resourceType": "AWS::OpenSearchService::Domain.NodeConfig",
|
|
64052
64680
|
"kind": "property",
|
|
@@ -64072,6 +64700,11 @@
|
|
|
64072
64700
|
"kind": "property",
|
|
64073
64701
|
"lexicon": "aws"
|
|
64074
64702
|
},
|
|
64703
|
+
"NodeInterfaceMapping": {
|
|
64704
|
+
"resourceType": "AWS::MediaLive::Node.NodeInterfaceMapping",
|
|
64705
|
+
"kind": "property",
|
|
64706
|
+
"lexicon": "aws"
|
|
64707
|
+
},
|
|
64075
64708
|
"NodeOption": {
|
|
64076
64709
|
"resourceType": "AWS::OpenSearchService::Domain.NodeOption",
|
|
64077
64710
|
"kind": "property",
|
|
@@ -64097,11 +64730,6 @@
|
|
|
64097
64730
|
"kind": "property",
|
|
64098
64731
|
"lexicon": "aws"
|
|
64099
64732
|
},
|
|
64100
|
-
"Node_NodeConfiguration": {
|
|
64101
|
-
"resourceType": "AWS::ManagedBlockchain::Node.NodeConfiguration",
|
|
64102
|
-
"kind": "property",
|
|
64103
|
-
"lexicon": "aws"
|
|
64104
|
-
},
|
|
64105
64733
|
"Nodegroup": {
|
|
64106
64734
|
"resourceType": "AWS::EKS::Nodegroup",
|
|
64107
64735
|
"kind": "resource",
|
|
@@ -64734,6 +65362,129 @@
|
|
|
64734
65362
|
"kind": "property",
|
|
64735
65363
|
"lexicon": "aws"
|
|
64736
65364
|
},
|
|
65365
|
+
"OAuthClientApplication": {
|
|
65366
|
+
"resourceType": "AWS::QuickSight::OAuthClientApplication",
|
|
65367
|
+
"kind": "resource",
|
|
65368
|
+
"lexicon": "aws",
|
|
65369
|
+
"attrs": {
|
|
65370
|
+
"Arn": "Arn",
|
|
65371
|
+
"CreatedTime": "CreatedTime",
|
|
65372
|
+
"LastUpdatedTime": "LastUpdatedTime"
|
|
65373
|
+
},
|
|
65374
|
+
"propertyConstraints": {
|
|
65375
|
+
"OAuthClientApplicationId": {
|
|
65376
|
+
"pattern": "[^/][^\\u0000-\\u001f]*",
|
|
65377
|
+
"minLength": 1,
|
|
65378
|
+
"maxLength": 256
|
|
65379
|
+
},
|
|
65380
|
+
"Arn": {
|
|
65381
|
+
"pattern": "^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:oauthclientapplication/.+"
|
|
65382
|
+
},
|
|
65383
|
+
"Name": {
|
|
65384
|
+
"minLength": 1,
|
|
65385
|
+
"maxLength": 2048
|
|
65386
|
+
},
|
|
65387
|
+
"OAuthClientAuthenticationType": {
|
|
65388
|
+
"enum": [
|
|
65389
|
+
"TOKEN"
|
|
65390
|
+
]
|
|
65391
|
+
},
|
|
65392
|
+
"ClientId": {
|
|
65393
|
+
"minLength": 1,
|
|
65394
|
+
"maxLength": 2048
|
|
65395
|
+
},
|
|
65396
|
+
"ClientSecret": {
|
|
65397
|
+
"minLength": 1,
|
|
65398
|
+
"maxLength": 2048
|
|
65399
|
+
},
|
|
65400
|
+
"OAuthTokenEndpointUrl": {
|
|
65401
|
+
"minLength": 1,
|
|
65402
|
+
"maxLength": 2048
|
|
65403
|
+
},
|
|
65404
|
+
"OAuthAuthorizationEndpointUrl": {
|
|
65405
|
+
"minLength": 1,
|
|
65406
|
+
"maxLength": 2048
|
|
65407
|
+
},
|
|
65408
|
+
"OAuthScopes": {
|
|
65409
|
+
"minLength": 1,
|
|
65410
|
+
"maxLength": 4096
|
|
65411
|
+
},
|
|
65412
|
+
"DataSourceType": {
|
|
65413
|
+
"enum": [
|
|
65414
|
+
"ADOBE_ANALYTICS",
|
|
65415
|
+
"AMAZON_ELASTICSEARCH",
|
|
65416
|
+
"AMAZON_OPENSEARCH",
|
|
65417
|
+
"ATHENA",
|
|
65418
|
+
"AURORA",
|
|
65419
|
+
"AURORA_POSTGRESQL",
|
|
65420
|
+
"AWS_IOT_ANALYTICS",
|
|
65421
|
+
"BIGQUERY",
|
|
65422
|
+
"CONFLUENCE",
|
|
65423
|
+
"DATABRICKS",
|
|
65424
|
+
"EXASOL",
|
|
65425
|
+
"GITHUB",
|
|
65426
|
+
"GOOGLESHEETS",
|
|
65427
|
+
"GOOGLE_DRIVE",
|
|
65428
|
+
"JIRA",
|
|
65429
|
+
"MARIADB",
|
|
65430
|
+
"MYSQL",
|
|
65431
|
+
"ONE_DRIVE",
|
|
65432
|
+
"ORACLE",
|
|
65433
|
+
"POSTGRESQL",
|
|
65434
|
+
"PRESTO",
|
|
65435
|
+
"QBUSINESS",
|
|
65436
|
+
"REDSHIFT",
|
|
65437
|
+
"S3",
|
|
65438
|
+
"S3_KNOWLEDGE_BASE",
|
|
65439
|
+
"S3_TABLES",
|
|
65440
|
+
"SALESFORCE",
|
|
65441
|
+
"SERVICENOW",
|
|
65442
|
+
"SHAREPOINT",
|
|
65443
|
+
"SNOWFLAKE",
|
|
65444
|
+
"SPARK",
|
|
65445
|
+
"SQLSERVER",
|
|
65446
|
+
"STARBURST",
|
|
65447
|
+
"TERADATA",
|
|
65448
|
+
"TIMESTREAM",
|
|
65449
|
+
"TRINO",
|
|
65450
|
+
"TWITTER",
|
|
65451
|
+
"WEB_CRAWLER"
|
|
65452
|
+
]
|
|
65453
|
+
},
|
|
65454
|
+
"CreatedTime": {
|
|
65455
|
+
"format": "date-time"
|
|
65456
|
+
},
|
|
65457
|
+
"LastUpdatedTime": {
|
|
65458
|
+
"format": "date-time"
|
|
65459
|
+
}
|
|
65460
|
+
},
|
|
65461
|
+
"createOnly": [
|
|
65462
|
+
"OAuthClientApplicationId",
|
|
65463
|
+
"OAuthClientAuthenticationType"
|
|
65464
|
+
],
|
|
65465
|
+
"writeOnly": [
|
|
65466
|
+
"ClientId",
|
|
65467
|
+
"ClientSecret"
|
|
65468
|
+
],
|
|
65469
|
+
"primaryIdentifier": [
|
|
65470
|
+
"Arn"
|
|
65471
|
+
],
|
|
65472
|
+
"tagging": {
|
|
65473
|
+
"taggable": true,
|
|
65474
|
+
"tagOnCreate": true,
|
|
65475
|
+
"tagUpdatable": true
|
|
65476
|
+
}
|
|
65477
|
+
},
|
|
65478
|
+
"OAuthClientApplication_IdentityProviderVpcConnectionProperties": {
|
|
65479
|
+
"resourceType": "AWS::QuickSight::OAuthClientApplication.IdentityProviderVpcConnectionProperties",
|
|
65480
|
+
"kind": "property",
|
|
65481
|
+
"lexicon": "aws"
|
|
65482
|
+
},
|
|
65483
|
+
"OAuthClientApplication_Tag": {
|
|
65484
|
+
"resourceType": "AWS::QuickSight::OAuthClientApplication.Tag",
|
|
65485
|
+
"kind": "property",
|
|
65486
|
+
"lexicon": "aws"
|
|
65487
|
+
},
|
|
64737
65488
|
"OIDCProvider": {
|
|
64738
65489
|
"resourceType": "AWS::IAM::OIDCProvider",
|
|
64739
65490
|
"kind": "resource",
|
|
@@ -64797,7 +65548,7 @@
|
|
|
64797
65548
|
"maxLength": 28
|
|
64798
65549
|
},
|
|
64799
65550
|
"VpcEndpointService": {
|
|
64800
|
-
"minLength":
|
|
65551
|
+
"minLength": 0,
|
|
64801
65552
|
"maxLength": 128
|
|
64802
65553
|
},
|
|
64803
65554
|
"PipelineArn": {
|
|
@@ -65886,7 +66637,8 @@
|
|
|
65886
66637
|
},
|
|
65887
66638
|
"createOnly": [
|
|
65888
66639
|
"IndexName",
|
|
65889
|
-
"CollectionEndpoint"
|
|
66640
|
+
"CollectionEndpoint",
|
|
66641
|
+
"Settings/Analysis"
|
|
65890
66642
|
],
|
|
65891
66643
|
"writeOnly": [
|
|
65892
66644
|
"Settings/Index/RefreshInterval",
|
|
@@ -67380,6 +68132,69 @@
|
|
|
67380
68132
|
"kind": "property",
|
|
67381
68133
|
"lexicon": "aws"
|
|
67382
68134
|
},
|
|
68135
|
+
"OutpostsSite": {
|
|
68136
|
+
"resourceType": "AWS::Outposts::Site",
|
|
68137
|
+
"kind": "resource",
|
|
68138
|
+
"lexicon": "aws",
|
|
68139
|
+
"attrs": {
|
|
68140
|
+
"SiteId": "SiteId",
|
|
68141
|
+
"SiteArn": "SiteArn"
|
|
68142
|
+
},
|
|
68143
|
+
"propertyConstraints": {
|
|
68144
|
+
"SiteId": {
|
|
68145
|
+
"pattern": "^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:site/)?(os-[a-f0-9]{17})$",
|
|
68146
|
+
"minLength": 1,
|
|
68147
|
+
"maxLength": 255
|
|
68148
|
+
},
|
|
68149
|
+
"SiteArn": {
|
|
68150
|
+
"pattern": "^arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:site/(os-[a-f0-9]{17})$",
|
|
68151
|
+
"minLength": 1,
|
|
68152
|
+
"maxLength": 255
|
|
68153
|
+
},
|
|
68154
|
+
"Name": {
|
|
68155
|
+
"pattern": "^[\\S ]+$",
|
|
68156
|
+
"minLength": 1,
|
|
68157
|
+
"maxLength": 1000
|
|
68158
|
+
},
|
|
68159
|
+
"Description": {
|
|
68160
|
+
"pattern": "^[\\S ]+$",
|
|
68161
|
+
"minLength": 1,
|
|
68162
|
+
"maxLength": 1001
|
|
68163
|
+
},
|
|
68164
|
+
"Notes": {
|
|
68165
|
+
"pattern": "^[\\S \\n]+$",
|
|
68166
|
+
"minLength": 1,
|
|
68167
|
+
"maxLength": 2000
|
|
68168
|
+
}
|
|
68169
|
+
},
|
|
68170
|
+
"createOnly": [
|
|
68171
|
+
"OperatingAddress",
|
|
68172
|
+
"ShippingAddress"
|
|
68173
|
+
],
|
|
68174
|
+
"primaryIdentifier": [
|
|
68175
|
+
"SiteArn"
|
|
68176
|
+
],
|
|
68177
|
+
"tagging": {
|
|
68178
|
+
"taggable": true,
|
|
68179
|
+
"tagOnCreate": true,
|
|
68180
|
+
"tagUpdatable": true
|
|
68181
|
+
}
|
|
68182
|
+
},
|
|
68183
|
+
"OutpostsSite_Address": {
|
|
68184
|
+
"resourceType": "AWS::Outposts::Site.Address",
|
|
68185
|
+
"kind": "property",
|
|
68186
|
+
"lexicon": "aws"
|
|
68187
|
+
},
|
|
68188
|
+
"OutpostsSite_RackPhysicalProperties": {
|
|
68189
|
+
"resourceType": "AWS::Outposts::Site.RackPhysicalProperties",
|
|
68190
|
+
"kind": "property",
|
|
68191
|
+
"lexicon": "aws"
|
|
68192
|
+
},
|
|
68193
|
+
"OutpostsSite_Tag": {
|
|
68194
|
+
"resourceType": "AWS::Outposts::Site.Tag",
|
|
68195
|
+
"kind": "property",
|
|
68196
|
+
"lexicon": "aws"
|
|
68197
|
+
},
|
|
67383
68198
|
"OutputArtifact": {
|
|
67384
68199
|
"resourceType": "AWS::CodePipeline::Pipeline.OutputArtifact",
|
|
67385
68200
|
"kind": "property",
|
|
@@ -68066,6 +68881,11 @@
|
|
|
68066
68881
|
"kind": "property",
|
|
68067
68882
|
"lexicon": "aws"
|
|
68068
68883
|
},
|
|
68884
|
+
"ParameterRange": {
|
|
68885
|
+
"resourceType": "AWS::SageMaker::Algorithm.ParameterRange",
|
|
68886
|
+
"kind": "property",
|
|
68887
|
+
"lexicon": "aws"
|
|
68888
|
+
},
|
|
68069
68889
|
"ParameterValue": {
|
|
68070
68890
|
"resourceType": "AWS::DataPipeline::Pipeline.ParameterValue",
|
|
68071
68891
|
"kind": "property",
|
|
@@ -68353,6 +69173,11 @@
|
|
|
68353
69173
|
"kind": "property",
|
|
68354
69174
|
"lexicon": "aws"
|
|
68355
69175
|
},
|
|
69176
|
+
"PartnerThreatProtectionConfig": {
|
|
69177
|
+
"resourceType": "AWS::Route53Resolver::FirewallRuleGroup.PartnerThreatProtectionConfig",
|
|
69178
|
+
"kind": "property",
|
|
69179
|
+
"lexicon": "aws"
|
|
69180
|
+
},
|
|
68356
69181
|
"Partnership": {
|
|
68357
69182
|
"resourceType": "AWS::B2BI::Partnership",
|
|
68358
69183
|
"kind": "resource",
|
|
@@ -71086,11 +71911,6 @@
|
|
|
71086
71911
|
"kind": "property",
|
|
71087
71912
|
"lexicon": "aws"
|
|
71088
71913
|
},
|
|
71089
|
-
"PreTokenGenerationConfig": {
|
|
71090
|
-
"resourceType": "AWS::Cognito::UserPool.PreTokenGenerationConfig",
|
|
71091
|
-
"kind": "property",
|
|
71092
|
-
"lexicon": "aws"
|
|
71093
|
-
},
|
|
71094
71914
|
"PredefinedAttribute": {
|
|
71095
71915
|
"resourceType": "AWS::Connect::PredefinedAttribute",
|
|
71096
71916
|
"kind": "resource",
|
|
@@ -71261,6 +72081,11 @@
|
|
|
71261
72081
|
"kind": "property",
|
|
71262
72082
|
"lexicon": "aws"
|
|
71263
72083
|
},
|
|
72084
|
+
"PrevalidationOptions": {
|
|
72085
|
+
"resourceType": "AWS::CertificateManager::AcmeDomainValidation.PrevalidationOptions",
|
|
72086
|
+
"kind": "property",
|
|
72087
|
+
"lexicon": "aws"
|
|
72088
|
+
},
|
|
71264
72089
|
"PricingPlan": {
|
|
71265
72090
|
"resourceType": "AWS::BillingConductor::PricingPlan",
|
|
71266
72091
|
"kind": "resource",
|
|
@@ -72689,6 +73514,11 @@
|
|
|
72689
73514
|
"kind": "property",
|
|
72690
73515
|
"lexicon": "aws"
|
|
72691
73516
|
},
|
|
73517
|
+
"PublicCertificateAuthority": {
|
|
73518
|
+
"resourceType": "AWS::CertificateManager::AcmeEndpoint.PublicCertificateAuthority",
|
|
73519
|
+
"kind": "property",
|
|
73520
|
+
"lexicon": "aws"
|
|
73521
|
+
},
|
|
72692
73522
|
"PublicDnsNamespace": {
|
|
72693
73523
|
"resourceType": "AWS::ServiceDiscovery::PublicDnsNamespace",
|
|
72694
73524
|
"kind": "resource",
|
|
@@ -74559,6 +75389,64 @@
|
|
|
74559
75389
|
"kind": "property",
|
|
74560
75390
|
"lexicon": "aws"
|
|
74561
75391
|
},
|
|
75392
|
+
"QuickSightFlow": {
|
|
75393
|
+
"resourceType": "AWS::QuickSight::Flow",
|
|
75394
|
+
"kind": "resource",
|
|
75395
|
+
"lexicon": "aws",
|
|
75396
|
+
"attrs": {
|
|
75397
|
+
"Arn": "Arn",
|
|
75398
|
+
"CreatedTime": "CreatedTime",
|
|
75399
|
+
"FlowId": "FlowId",
|
|
75400
|
+
"LastUpdatedTime": "LastUpdatedTime",
|
|
75401
|
+
"PublishState": "PublishState",
|
|
75402
|
+
"StepAliases": "StepAliases"
|
|
75403
|
+
},
|
|
75404
|
+
"propertyConstraints": {
|
|
75405
|
+
"AwsAccountId": {
|
|
75406
|
+
"pattern": "^[0-9]{12}$",
|
|
75407
|
+
"minLength": 12,
|
|
75408
|
+
"maxLength": 12
|
|
75409
|
+
},
|
|
75410
|
+
"CreatedTime": {
|
|
75411
|
+
"format": "date-time"
|
|
75412
|
+
},
|
|
75413
|
+
"Description": {
|
|
75414
|
+
"pattern": "^(?!\\s+$)[^{}\"\\\\<>]*$",
|
|
75415
|
+
"minLength": 0,
|
|
75416
|
+
"maxLength": 1024
|
|
75417
|
+
},
|
|
75418
|
+
"FlowId": {
|
|
75419
|
+
"pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
|
|
75420
|
+
},
|
|
75421
|
+
"LastUpdatedTime": {
|
|
75422
|
+
"format": "date-time"
|
|
75423
|
+
},
|
|
75424
|
+
"Name": {
|
|
75425
|
+
"pattern": "^(?!\\s+$)[^{}\"\\\\<>]*$",
|
|
75426
|
+
"minLength": 1,
|
|
75427
|
+
"maxLength": 128
|
|
75428
|
+
}
|
|
75429
|
+
},
|
|
75430
|
+
"createOnly": [
|
|
75431
|
+
"AwsAccountId"
|
|
75432
|
+
],
|
|
75433
|
+
"writeOnly": [
|
|
75434
|
+
"Permissions"
|
|
75435
|
+
],
|
|
75436
|
+
"primaryIdentifier": [
|
|
75437
|
+
"Arn"
|
|
75438
|
+
]
|
|
75439
|
+
},
|
|
75440
|
+
"QuickSightFlow_Permission": {
|
|
75441
|
+
"resourceType": "AWS::QuickSight::Flow.Permission",
|
|
75442
|
+
"kind": "property",
|
|
75443
|
+
"lexicon": "aws"
|
|
75444
|
+
},
|
|
75445
|
+
"QuickSightFlow_StepAliasMapping": {
|
|
75446
|
+
"resourceType": "AWS::QuickSight::Flow.StepAliasMapping",
|
|
75447
|
+
"kind": "property",
|
|
75448
|
+
"lexicon": "aws"
|
|
75449
|
+
},
|
|
74562
75450
|
"QuickSightTemplate": {
|
|
74563
75451
|
"resourceType": "AWS::QuickSight::Template",
|
|
74564
75452
|
"kind": "resource",
|
|
@@ -75435,6 +76323,11 @@
|
|
|
75435
76323
|
"kind": "property",
|
|
75436
76324
|
"lexicon": "aws"
|
|
75437
76325
|
},
|
|
76326
|
+
"RackPhysicalProperties": {
|
|
76327
|
+
"resourceType": "AWS::Outposts::Site.RackPhysicalProperties",
|
|
76328
|
+
"kind": "property",
|
|
76329
|
+
"lexicon": "aws"
|
|
76330
|
+
},
|
|
75438
76331
|
"RandomCutForestConfiguration": {
|
|
75439
76332
|
"resourceType": "AWS::APS::AnomalyDetector.RandomCutForestConfiguration",
|
|
75440
76333
|
"kind": "property",
|
|
@@ -77402,14 +78295,11 @@
|
|
|
77402
78295
|
"resourceType": "AWS::Config::RemediationConfiguration",
|
|
77403
78296
|
"kind": "resource",
|
|
77404
78297
|
"lexicon": "aws",
|
|
77405
|
-
"attrs": {
|
|
77406
|
-
"Id": "Id"
|
|
77407
|
-
},
|
|
77408
78298
|
"createOnly": [
|
|
77409
78299
|
"ConfigRuleName"
|
|
77410
78300
|
],
|
|
77411
78301
|
"primaryIdentifier": [
|
|
77412
|
-
"
|
|
78302
|
+
"ConfigRuleName"
|
|
77413
78303
|
]
|
|
77414
78304
|
},
|
|
77415
78305
|
"RemediationConfiguration_ExecutionControls": {
|
|
@@ -80765,6 +81655,11 @@
|
|
|
80765
81655
|
"kind": "property",
|
|
80766
81656
|
"lexicon": "aws"
|
|
80767
81657
|
},
|
|
81658
|
+
"RollbackConfig": {
|
|
81659
|
+
"resourceType": "AWS::EKS::Cluster.RollbackConfig",
|
|
81660
|
+
"kind": "property",
|
|
81661
|
+
"lexicon": "aws"
|
|
81662
|
+
},
|
|
80768
81663
|
"RollingInterval": {
|
|
80769
81664
|
"resourceType": "AWS::ApplicationSignals::ServiceLevelObjective.RollingInterval",
|
|
80770
81665
|
"kind": "property",
|
|
@@ -84576,6 +85471,66 @@
|
|
|
84576
85471
|
"kind": "property",
|
|
84577
85472
|
"lexicon": "aws"
|
|
84578
85473
|
},
|
|
85474
|
+
"SageMakerHub": {
|
|
85475
|
+
"resourceType": "AWS::SageMaker::Hub",
|
|
85476
|
+
"kind": "resource",
|
|
85477
|
+
"lexicon": "aws",
|
|
85478
|
+
"attrs": {
|
|
85479
|
+
"HubArn": "HubArn",
|
|
85480
|
+
"HubStatus": "HubStatus",
|
|
85481
|
+
"CreationTime": "CreationTime",
|
|
85482
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
85483
|
+
},
|
|
85484
|
+
"propertyConstraints": {
|
|
85485
|
+
"HubArn": {
|
|
85486
|
+
"pattern": ".*",
|
|
85487
|
+
"maxLength": 255
|
|
85488
|
+
},
|
|
85489
|
+
"HubName": {
|
|
85490
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
85491
|
+
"minLength": 0,
|
|
85492
|
+
"maxLength": 63
|
|
85493
|
+
},
|
|
85494
|
+
"HubDescription": {
|
|
85495
|
+
"pattern": ".*",
|
|
85496
|
+
"minLength": 0,
|
|
85497
|
+
"maxLength": 1023
|
|
85498
|
+
},
|
|
85499
|
+
"HubDisplayName": {
|
|
85500
|
+
"pattern": ".*",
|
|
85501
|
+
"minLength": 0,
|
|
85502
|
+
"maxLength": 255
|
|
85503
|
+
},
|
|
85504
|
+
"HubStatus": {
|
|
85505
|
+
"enum": [
|
|
85506
|
+
"InService",
|
|
85507
|
+
"Creating",
|
|
85508
|
+
"Updating",
|
|
85509
|
+
"Deleting",
|
|
85510
|
+
"CreateFailed",
|
|
85511
|
+
"UpdateFailed",
|
|
85512
|
+
"DeleteFailed"
|
|
85513
|
+
]
|
|
85514
|
+
}
|
|
85515
|
+
},
|
|
85516
|
+
"createOnly": [
|
|
85517
|
+
"HubName",
|
|
85518
|
+
"S3StorageConfig"
|
|
85519
|
+
],
|
|
85520
|
+
"primaryIdentifier": [
|
|
85521
|
+
"HubArn"
|
|
85522
|
+
],
|
|
85523
|
+
"tagging": {
|
|
85524
|
+
"taggable": true,
|
|
85525
|
+
"tagOnCreate": true,
|
|
85526
|
+
"tagUpdatable": true
|
|
85527
|
+
}
|
|
85528
|
+
},
|
|
85529
|
+
"SageMakerHub_Tag": {
|
|
85530
|
+
"resourceType": "AWS::SageMaker::Hub.Tag",
|
|
85531
|
+
"kind": "property",
|
|
85532
|
+
"lexicon": "aws"
|
|
85533
|
+
},
|
|
84579
85534
|
"SageMakerImage": {
|
|
84580
85535
|
"resourceType": "AWS::SageMaker::Image",
|
|
84581
85536
|
"kind": "resource",
|
|
@@ -85938,6 +86893,11 @@
|
|
|
85938
86893
|
"tagUpdatable": true
|
|
85939
86894
|
}
|
|
85940
86895
|
},
|
|
86896
|
+
"SdiSourceMapping": {
|
|
86897
|
+
"resourceType": "AWS::MediaLive::Node.SdiSourceMapping",
|
|
86898
|
+
"kind": "property",
|
|
86899
|
+
"lexicon": "aws"
|
|
86900
|
+
},
|
|
85941
86901
|
"SdiSource_Tags": {
|
|
85942
86902
|
"resourceType": "AWS::MediaLive::SdiSource.Tags",
|
|
85943
86903
|
"kind": "property",
|
|
@@ -86032,7 +86992,9 @@
|
|
|
86032
86992
|
"attrs": {
|
|
86033
86993
|
"AgentSpaceId": "AgentSpaceId",
|
|
86034
86994
|
"CreatedAt": "CreatedAt",
|
|
86035
|
-
"UpdatedAt": "UpdatedAt"
|
|
86995
|
+
"UpdatedAt": "UpdatedAt",
|
|
86996
|
+
"IntegratedResources_*_ProviderResources_*_ConfluenceDocument_Title": "IntegratedResources.*.ProviderResources.*.ConfluenceDocument.Title",
|
|
86997
|
+
"IntegratedResources_*_ProviderResources_*_ConfluenceDocument_SpaceTitle": "IntegratedResources.*.ProviderResources.*.ConfluenceDocument.SpaceTitle"
|
|
86036
86998
|
},
|
|
86037
86999
|
"propertyConstraints": {
|
|
86038
87000
|
"KmsKeyId": {
|
|
@@ -86556,6 +87518,34 @@
|
|
|
86556
87518
|
"kind": "property",
|
|
86557
87519
|
"lexicon": "aws"
|
|
86558
87520
|
},
|
|
87521
|
+
"SecurityHubHub": {
|
|
87522
|
+
"resourceType": "AWS::SecurityHub::Hub",
|
|
87523
|
+
"kind": "resource",
|
|
87524
|
+
"lexicon": "aws",
|
|
87525
|
+
"attrs": {
|
|
87526
|
+
"ARN": "ARN",
|
|
87527
|
+
"SubscribedAt": "SubscribedAt"
|
|
87528
|
+
},
|
|
87529
|
+
"propertyConstraints": {
|
|
87530
|
+
"ARN": {
|
|
87531
|
+
"pattern": "^arn:.*"
|
|
87532
|
+
},
|
|
87533
|
+
"ControlFindingGenerator": {
|
|
87534
|
+
"pattern": "^(SECURITY_CONTROL|STANDARD_CONTROL)$"
|
|
87535
|
+
}
|
|
87536
|
+
},
|
|
87537
|
+
"writeOnly": [
|
|
87538
|
+
"EnableDefaultStandards"
|
|
87539
|
+
],
|
|
87540
|
+
"primaryIdentifier": [
|
|
87541
|
+
"ARN"
|
|
87542
|
+
],
|
|
87543
|
+
"tagging": {
|
|
87544
|
+
"taggable": true,
|
|
87545
|
+
"tagOnCreate": true,
|
|
87546
|
+
"tagUpdatable": true
|
|
87547
|
+
}
|
|
87548
|
+
},
|
|
86559
87549
|
"SecurityHubPolicy": {
|
|
86560
87550
|
"resourceType": "AWS::SecurityHub::ConfigurationPolicy.SecurityHubPolicy",
|
|
86561
87551
|
"kind": "property",
|
|
@@ -86606,6 +87596,63 @@
|
|
|
86606
87596
|
"Name"
|
|
86607
87597
|
]
|
|
86608
87598
|
},
|
|
87599
|
+
"SecurityRequirement": {
|
|
87600
|
+
"resourceType": "AWS::SecurityAgent::SecurityRequirementPack.SecurityRequirement",
|
|
87601
|
+
"kind": "property",
|
|
87602
|
+
"lexicon": "aws"
|
|
87603
|
+
},
|
|
87604
|
+
"SecurityRequirementPack": {
|
|
87605
|
+
"resourceType": "AWS::SecurityAgent::SecurityRequirementPack",
|
|
87606
|
+
"kind": "resource",
|
|
87607
|
+
"lexicon": "aws",
|
|
87608
|
+
"attrs": {
|
|
87609
|
+
"PackId": "PackId"
|
|
87610
|
+
},
|
|
87611
|
+
"propertyConstraints": {
|
|
87612
|
+
"PackId": {
|
|
87613
|
+
"pattern": "^(srp)-(am|cm)-[a-zA-Z0-9\\-]+$",
|
|
87614
|
+
"minLength": 8,
|
|
87615
|
+
"maxLength": 64
|
|
87616
|
+
},
|
|
87617
|
+
"Name": {
|
|
87618
|
+
"minLength": 1,
|
|
87619
|
+
"maxLength": 120
|
|
87620
|
+
},
|
|
87621
|
+
"Description": {
|
|
87622
|
+
"maxLength": 500
|
|
87623
|
+
},
|
|
87624
|
+
"Status": {
|
|
87625
|
+
"enum": [
|
|
87626
|
+
"ENABLED",
|
|
87627
|
+
"DISABLED"
|
|
87628
|
+
]
|
|
87629
|
+
},
|
|
87630
|
+
"KmsKeyId": {
|
|
87631
|
+
"maxLength": 2048
|
|
87632
|
+
}
|
|
87633
|
+
},
|
|
87634
|
+
"createOnly": [
|
|
87635
|
+
"KmsKeyId"
|
|
87636
|
+
],
|
|
87637
|
+
"primaryIdentifier": [
|
|
87638
|
+
"PackId"
|
|
87639
|
+
],
|
|
87640
|
+
"tagging": {
|
|
87641
|
+
"taggable": true,
|
|
87642
|
+
"tagOnCreate": true,
|
|
87643
|
+
"tagUpdatable": true
|
|
87644
|
+
}
|
|
87645
|
+
},
|
|
87646
|
+
"SecurityRequirementPack_SecurityRequirement": {
|
|
87647
|
+
"resourceType": "AWS::SecurityAgent::SecurityRequirementPack.SecurityRequirement",
|
|
87648
|
+
"kind": "property",
|
|
87649
|
+
"lexicon": "aws"
|
|
87650
|
+
},
|
|
87651
|
+
"SecurityRequirementPack_Tag": {
|
|
87652
|
+
"resourceType": "AWS::SecurityAgent::SecurityRequirementPack.Tag",
|
|
87653
|
+
"kind": "property",
|
|
87654
|
+
"lexicon": "aws"
|
|
87655
|
+
},
|
|
86609
87656
|
"SecurityServicePolicyData": {
|
|
86610
87657
|
"resourceType": "AWS::FMS::Policy.SecurityServicePolicyData",
|
|
86611
87658
|
"kind": "property",
|
|
@@ -89017,29 +90064,6 @@
|
|
|
89017
90064
|
"tagUpdatable": true
|
|
89018
90065
|
}
|
|
89019
90066
|
},
|
|
89020
|
-
"Site": {
|
|
89021
|
-
"resourceType": "AWS::NetworkManager::Site",
|
|
89022
|
-
"kind": "resource",
|
|
89023
|
-
"lexicon": "aws",
|
|
89024
|
-
"attrs": {
|
|
89025
|
-
"SiteId": "SiteId",
|
|
89026
|
-
"SiteArn": "SiteArn",
|
|
89027
|
-
"State": "State",
|
|
89028
|
-
"CreatedAt": "CreatedAt"
|
|
89029
|
-
},
|
|
89030
|
-
"createOnly": [
|
|
89031
|
-
"GlobalNetworkId"
|
|
89032
|
-
],
|
|
89033
|
-
"primaryIdentifier": [
|
|
89034
|
-
"GlobalNetworkId",
|
|
89035
|
-
"SiteId"
|
|
89036
|
-
],
|
|
89037
|
-
"tagging": {
|
|
89038
|
-
"taggable": true,
|
|
89039
|
-
"tagOnCreate": true,
|
|
89040
|
-
"tagUpdatable": true
|
|
89041
|
-
}
|
|
89042
|
-
},
|
|
89043
90067
|
"SiteToSiteVpnAttachment": {
|
|
89044
90068
|
"resourceType": "AWS::NetworkManager::SiteToSiteVpnAttachment",
|
|
89045
90069
|
"kind": "resource",
|
|
@@ -89090,16 +90114,6 @@
|
|
|
89090
90114
|
"kind": "property",
|
|
89091
90115
|
"lexicon": "aws"
|
|
89092
90116
|
},
|
|
89093
|
-
"Site_Location": {
|
|
89094
|
-
"resourceType": "AWS::NetworkManager::Site.Location",
|
|
89095
|
-
"kind": "property",
|
|
89096
|
-
"lexicon": "aws"
|
|
89097
|
-
},
|
|
89098
|
-
"Site_Tag": {
|
|
89099
|
-
"resourceType": "AWS::NetworkManager::Site.Tag",
|
|
89100
|
-
"kind": "property",
|
|
89101
|
-
"lexicon": "aws"
|
|
89102
|
-
},
|
|
89103
90117
|
"Skill": {
|
|
89104
90118
|
"resourceType": "Alexa::ASK::Skill",
|
|
89105
90119
|
"kind": "resource",
|
|
@@ -89263,11 +90277,6 @@
|
|
|
89263
90277
|
"kind": "property",
|
|
89264
90278
|
"lexicon": "aws"
|
|
89265
90279
|
},
|
|
89266
|
-
"SmsConfiguration": {
|
|
89267
|
-
"resourceType": "AWS::Cognito::UserPool.SmsConfiguration",
|
|
89268
|
-
"kind": "property",
|
|
89269
|
-
"lexicon": "aws"
|
|
89270
|
-
},
|
|
89271
90280
|
"SmsMessageTemplateContent": {
|
|
89272
90281
|
"resourceType": "AWS::Wisdom::MessageTemplate.SmsMessageTemplateContent",
|
|
89273
90282
|
"kind": "property",
|
|
@@ -91005,6 +92014,11 @@
|
|
|
91005
92014
|
"Id"
|
|
91006
92015
|
]
|
|
91007
92016
|
},
|
|
92017
|
+
"StepAliasMapping": {
|
|
92018
|
+
"resourceType": "AWS::QuickSight::Flow.StepAliasMapping",
|
|
92019
|
+
"kind": "property",
|
|
92020
|
+
"lexicon": "aws"
|
|
92021
|
+
},
|
|
91008
92022
|
"StepFunctionsAction": {
|
|
91009
92023
|
"resourceType": "AWS::IoT::TopicRule.StepFunctionsAction",
|
|
91010
92024
|
"kind": "property",
|
|
@@ -92550,6 +93564,9 @@
|
|
|
92550
93564
|
"pattern": "^((arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:((key/[a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)))|([a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+))$",
|
|
92551
93565
|
"minLength": 1,
|
|
92552
93566
|
"maxLength": 2048
|
|
93567
|
+
},
|
|
93568
|
+
"SharingEnabled": {
|
|
93569
|
+
"default": false
|
|
92553
93570
|
}
|
|
92554
93571
|
},
|
|
92555
93572
|
"createOnly": [
|
|
@@ -94735,67 +95752,11 @@
|
|
|
94735
95752
|
"kind": "property",
|
|
94736
95753
|
"lexicon": "aws"
|
|
94737
95754
|
},
|
|
94738
|
-
"TestCase": {
|
|
94739
|
-
"resourceType": "AWS::AppTest::TestCase",
|
|
94740
|
-
"kind": "resource",
|
|
94741
|
-
"lexicon": "aws",
|
|
94742
|
-
"attrs": {
|
|
94743
|
-
"CreationTime": "CreationTime",
|
|
94744
|
-
"LastUpdateTime": "LastUpdateTime",
|
|
94745
|
-
"LatestVersion": "LatestVersion",
|
|
94746
|
-
"Status": "Status",
|
|
94747
|
-
"TestCaseArn": "TestCaseArn",
|
|
94748
|
-
"TestCaseId": "TestCaseId",
|
|
94749
|
-
"TestCaseVersion": "TestCaseVersion"
|
|
94750
|
-
},
|
|
94751
|
-
"propertyConstraints": {
|
|
94752
|
-
"CreationTime": {
|
|
94753
|
-
"format": "date-time"
|
|
94754
|
-
},
|
|
94755
|
-
"Description": {
|
|
94756
|
-
"minLength": 0,
|
|
94757
|
-
"maxLength": 1000
|
|
94758
|
-
},
|
|
94759
|
-
"LastUpdateTime": {
|
|
94760
|
-
"format": "date-time"
|
|
94761
|
-
},
|
|
94762
|
-
"Name": {
|
|
94763
|
-
"pattern": "^[A-Za-z][A-Za-z0-9_\\-]{1,59}$"
|
|
94764
|
-
},
|
|
94765
|
-
"TestCaseArn": {
|
|
94766
|
-
"pattern": "^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+=,@.-]{0,1023}$"
|
|
94767
|
-
},
|
|
94768
|
-
"TestCaseId": {
|
|
94769
|
-
"pattern": "^[A-Za-z0-9:/\\-]{1,100}$"
|
|
94770
|
-
}
|
|
94771
|
-
},
|
|
94772
|
-
"createOnly": [
|
|
94773
|
-
"Name"
|
|
94774
|
-
],
|
|
94775
|
-
"primaryIdentifier": [
|
|
94776
|
-
"TestCaseId"
|
|
94777
|
-
],
|
|
94778
|
-
"tagging": {
|
|
94779
|
-
"taggable": true,
|
|
94780
|
-
"tagOnCreate": true,
|
|
94781
|
-
"tagUpdatable": true
|
|
94782
|
-
}
|
|
94783
|
-
},
|
|
94784
95755
|
"TestCaseLatestVersion": {
|
|
94785
95756
|
"resourceType": "AWS::AppTest::TestCase.TestCaseLatestVersion",
|
|
94786
95757
|
"kind": "property",
|
|
94787
95758
|
"lexicon": "aws"
|
|
94788
95759
|
},
|
|
94789
|
-
"TestCase_Step": {
|
|
94790
|
-
"resourceType": "AWS::AppTest::TestCase.Step",
|
|
94791
|
-
"kind": "property",
|
|
94792
|
-
"lexicon": "aws"
|
|
94793
|
-
},
|
|
94794
|
-
"TestCase_TestCaseLatestVersion": {
|
|
94795
|
-
"resourceType": "AWS::AppTest::TestCase.TestCaseLatestVersion",
|
|
94796
|
-
"kind": "property",
|
|
94797
|
-
"lexicon": "aws"
|
|
94798
|
-
},
|
|
94799
95760
|
"TextAttributes": {
|
|
94800
95761
|
"resourceType": "AWS::Cases::Field.TextAttributes",
|
|
94801
95762
|
"kind": "property",
|
|
@@ -95053,6 +96014,11 @@
|
|
|
95053
96014
|
"kind": "property",
|
|
95054
96015
|
"lexicon": "aws"
|
|
95055
96016
|
},
|
|
96017
|
+
"ThresholdConfiguration": {
|
|
96018
|
+
"resourceType": "AWS::ECS::Service.ThresholdConfiguration",
|
|
96019
|
+
"kind": "property",
|
|
96020
|
+
"lexicon": "aws"
|
|
96021
|
+
},
|
|
95056
96022
|
"ThrottleSettings": {
|
|
95057
96023
|
"resourceType": "AWS::ApiGateway::UsagePlan.ThrottleSettings",
|
|
95058
96024
|
"kind": "property",
|
|
@@ -96114,6 +97080,11 @@
|
|
|
96114
97080
|
"kind": "property",
|
|
96115
97081
|
"lexicon": "aws"
|
|
96116
97082
|
},
|
|
97083
|
+
"TrainingSpecification": {
|
|
97084
|
+
"resourceType": "AWS::SageMaker::Algorithm.TrainingSpecification",
|
|
97085
|
+
"kind": "property",
|
|
97086
|
+
"lexicon": "aws"
|
|
97087
|
+
},
|
|
96117
97088
|
"TransactionSearchConfig": {
|
|
96118
97089
|
"resourceType": "AWS::XRay::TransactionSearchConfig",
|
|
96119
97090
|
"kind": "resource",
|
|
@@ -98151,6 +99122,82 @@
|
|
|
98151
99122
|
"ProviderName"
|
|
98152
99123
|
]
|
|
98153
99124
|
},
|
|
99125
|
+
"UserPoolRegionalConfigurationAttachment": {
|
|
99126
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment",
|
|
99127
|
+
"kind": "resource",
|
|
99128
|
+
"lexicon": "aws",
|
|
99129
|
+
"createOnly": [
|
|
99130
|
+
"UserPoolId"
|
|
99131
|
+
],
|
|
99132
|
+
"primaryIdentifier": [
|
|
99133
|
+
"UserPoolId"
|
|
99134
|
+
],
|
|
99135
|
+
"tagging": {
|
|
99136
|
+
"taggable": true,
|
|
99137
|
+
"tagOnCreate": true,
|
|
99138
|
+
"tagUpdatable": true
|
|
99139
|
+
}
|
|
99140
|
+
},
|
|
99141
|
+
"UserPoolRegionalConfigurationAttachment_CustomEmailSender": {
|
|
99142
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.CustomEmailSender",
|
|
99143
|
+
"kind": "property",
|
|
99144
|
+
"lexicon": "aws"
|
|
99145
|
+
},
|
|
99146
|
+
"UserPoolRegionalConfigurationAttachment_CustomSMSSender": {
|
|
99147
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.CustomSMSSender",
|
|
99148
|
+
"kind": "property",
|
|
99149
|
+
"lexicon": "aws"
|
|
99150
|
+
},
|
|
99151
|
+
"UserPoolRegionalConfigurationAttachment_EmailConfiguration": {
|
|
99152
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.EmailConfiguration",
|
|
99153
|
+
"kind": "property",
|
|
99154
|
+
"lexicon": "aws"
|
|
99155
|
+
},
|
|
99156
|
+
"UserPoolRegionalConfigurationAttachment_InboundFederation": {
|
|
99157
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.InboundFederation",
|
|
99158
|
+
"kind": "property",
|
|
99159
|
+
"lexicon": "aws"
|
|
99160
|
+
},
|
|
99161
|
+
"UserPoolRegionalConfigurationAttachment_LambdaConfig": {
|
|
99162
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.LambdaConfig",
|
|
99163
|
+
"kind": "property",
|
|
99164
|
+
"lexicon": "aws"
|
|
99165
|
+
},
|
|
99166
|
+
"UserPoolRegionalConfigurationAttachment_PreTokenGenerationConfig": {
|
|
99167
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.PreTokenGenerationConfig",
|
|
99168
|
+
"kind": "property",
|
|
99169
|
+
"lexicon": "aws"
|
|
99170
|
+
},
|
|
99171
|
+
"UserPoolRegionalConfigurationAttachment_SmsConfiguration": {
|
|
99172
|
+
"resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.SmsConfiguration",
|
|
99173
|
+
"kind": "property",
|
|
99174
|
+
"lexicon": "aws"
|
|
99175
|
+
},
|
|
99176
|
+
"UserPoolReplica": {
|
|
99177
|
+
"resourceType": "AWS::Cognito::UserPoolReplica",
|
|
99178
|
+
"kind": "resource",
|
|
99179
|
+
"lexicon": "aws",
|
|
99180
|
+
"propertyConstraints": {
|
|
99181
|
+
"RegionName": {
|
|
99182
|
+
"minLength": 5,
|
|
99183
|
+
"maxLength": 32
|
|
99184
|
+
}
|
|
99185
|
+
},
|
|
99186
|
+
"createOnly": [
|
|
99187
|
+
"UserPoolId",
|
|
99188
|
+
"RegionName",
|
|
99189
|
+
"UserPoolTagsAtCreate"
|
|
99190
|
+
],
|
|
99191
|
+
"primaryIdentifier": [
|
|
99192
|
+
"UserPoolId",
|
|
99193
|
+
"RegionName"
|
|
99194
|
+
],
|
|
99195
|
+
"tagging": {
|
|
99196
|
+
"taggable": true,
|
|
99197
|
+
"tagOnCreate": true,
|
|
99198
|
+
"tagUpdatable": true
|
|
99199
|
+
}
|
|
99200
|
+
},
|
|
98154
99201
|
"UserPoolResourceServer": {
|
|
98155
99202
|
"resourceType": "AWS::Cognito::UserPoolResourceServer",
|
|
98156
99203
|
"kind": "resource",
|
|
@@ -98326,6 +99373,16 @@
|
|
|
98326
99373
|
"kind": "property",
|
|
98327
99374
|
"lexicon": "aws"
|
|
98328
99375
|
},
|
|
99376
|
+
"UserPool_IssuerConfiguration": {
|
|
99377
|
+
"resourceType": "AWS::Cognito::UserPool.IssuerConfiguration",
|
|
99378
|
+
"kind": "property",
|
|
99379
|
+
"lexicon": "aws"
|
|
99380
|
+
},
|
|
99381
|
+
"UserPool_KeyConfiguration": {
|
|
99382
|
+
"resourceType": "AWS::Cognito::UserPool.KeyConfiguration",
|
|
99383
|
+
"kind": "property",
|
|
99384
|
+
"lexicon": "aws"
|
|
99385
|
+
},
|
|
98329
99386
|
"UserPool_LambdaConfig": {
|
|
98330
99387
|
"resourceType": "AWS::Cognito::UserPool.LambdaConfig",
|
|
98331
99388
|
"kind": "property",
|
|
@@ -99992,7 +101049,7 @@
|
|
|
99992
101049
|
"maxLength": 255
|
|
99993
101050
|
},
|
|
99994
101051
|
"VersionDescription": {
|
|
99995
|
-
"pattern": "^([\\p{L}\\p{N}_.:\\/=+\\-@,]+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@,]*)$",
|
|
101052
|
+
"pattern": "^([\\p{L}\\p{N}_.:\\/=+\\-@,()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@,()']*)$",
|
|
99996
101053
|
"minLength": 1,
|
|
99997
101054
|
"maxLength": 4096
|
|
99998
101055
|
},
|
|
@@ -101281,6 +102338,10 @@
|
|
|
101281
102338
|
"pattern": "^(arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:certificate/[0-9a-z-]+)?$",
|
|
101282
102339
|
"maxLength": 2048
|
|
101283
102340
|
},
|
|
102341
|
+
"IdleTimeoutSeconds": {
|
|
102342
|
+
"minimum": 60,
|
|
102343
|
+
"maximum": 600
|
|
102344
|
+
},
|
|
101284
102345
|
"CustomDomainName": {
|
|
101285
102346
|
"minLength": 3,
|
|
101286
102347
|
"maxLength": 255
|
|
@@ -103052,7 +104113,12 @@
|
|
|
103052
104113
|
"writeOnly": [
|
|
103053
104114
|
"WorkGroupConfigurationUpdates",
|
|
103054
104115
|
"RecursiveDeleteOption",
|
|
103055
|
-
"WorkGroupConfiguration/AdditionalConfiguration"
|
|
104116
|
+
"WorkGroupConfiguration/AdditionalConfiguration",
|
|
104117
|
+
"WorkGroupConfiguration/EngineConfiguration/CoordinatorDpuSize",
|
|
104118
|
+
"WorkGroupConfiguration/EngineConfiguration/MaxConcurrentDpus",
|
|
104119
|
+
"WorkGroupConfiguration/EngineConfiguration/DefaultExecutorDpuSize",
|
|
104120
|
+
"WorkGroupConfiguration/EngineConfiguration/AdditionalConfigs",
|
|
104121
|
+
"WorkGroupConfiguration/EngineConfiguration/SparkProperties"
|
|
103056
104122
|
],
|
|
103057
104123
|
"primaryIdentifier": [
|
|
103058
104124
|
"Name"
|