@intentius/chant-lexicon-aws 0.0.22 → 0.1.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/integrity.json +6 -5
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1399 -213
- package/{src/skills/chant-eks.md → dist/skills/chant-aws-eks.md} +2 -2
- package/dist/skills/chant-aws.md +3 -3
- package/dist/types/index.d.ts +1394 -364
- package/package.json +5 -2
- package/src/composites/alb-shared.ts +14 -7
- package/src/composites/composites.test.ts +82 -0
- 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 +11 -5
- 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 +1394 -364
- package/src/generated/index.ts +114 -22
- package/src/generated/lexicon-aws.json +1399 -213
- package/src/plugin.ts +90 -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",
|
|
@@ -1844,6 +1951,37 @@
|
|
|
1844
1951
|
"kind": "property",
|
|
1845
1952
|
"lexicon": "aws"
|
|
1846
1953
|
},
|
|
1954
|
+
"AccountCustomization": {
|
|
1955
|
+
"resourceType": "AWS::UXC::AccountCustomization",
|
|
1956
|
+
"kind": "resource",
|
|
1957
|
+
"lexicon": "aws",
|
|
1958
|
+
"attrs": {
|
|
1959
|
+
"AccountId": "AccountId"
|
|
1960
|
+
},
|
|
1961
|
+
"propertyConstraints": {
|
|
1962
|
+
"AccountId": {
|
|
1963
|
+
"pattern": "^[0-9]{12}$"
|
|
1964
|
+
},
|
|
1965
|
+
"AccountColor": {
|
|
1966
|
+
"enum": [
|
|
1967
|
+
"none",
|
|
1968
|
+
"pink",
|
|
1969
|
+
"purple",
|
|
1970
|
+
"darkBlue",
|
|
1971
|
+
"lightBlue",
|
|
1972
|
+
"teal",
|
|
1973
|
+
"green",
|
|
1974
|
+
"yellow",
|
|
1975
|
+
"orange",
|
|
1976
|
+
"red"
|
|
1977
|
+
]
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
"primaryIdentifier": [
|
|
1981
|
+
"AccountId"
|
|
1982
|
+
],
|
|
1983
|
+
"replacementStrategy": "delete_then_create"
|
|
1984
|
+
},
|
|
1847
1985
|
"AccountGrouping": {
|
|
1848
1986
|
"resourceType": "AWS::BillingConductor::BillingGroup.AccountGrouping",
|
|
1849
1987
|
"kind": "property",
|
|
@@ -8647,7 +8785,7 @@
|
|
|
8647
8785
|
"maxLength": 255
|
|
8648
8786
|
},
|
|
8649
8787
|
"Domain": {
|
|
8650
|
-
"pattern": "^(localhost)
|
|
8788
|
+
"pattern": "^(localhost)$|^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|(?=^[a-zA-Z0-9\\.\\*-]{4,253}$)(?!.*\\.-)(?!.*-\\.)(?!.*\\.\\.)(?!.*[^\\.]{64,})^(\\*\\.)?(?![-\\.\\*])[^\\*]{1,}\\.(\\*|(?!.*--)(?=.*[a-zA-Z])[^\\*]{1,}[^\\*-])$",
|
|
8651
8789
|
"minLength": 1,
|
|
8652
8790
|
"maxLength": 253
|
|
8653
8791
|
},
|
|
@@ -12697,6 +12835,11 @@
|
|
|
12697
12835
|
"kind": "property",
|
|
12698
12836
|
"lexicon": "aws"
|
|
12699
12837
|
},
|
|
12838
|
+
"BedrockAgentCoreGateway_GatewayPolicyEngineConfiguration": {
|
|
12839
|
+
"resourceType": "AWS::BedrockAgentCore::Gateway.GatewayPolicyEngineConfiguration",
|
|
12840
|
+
"kind": "property",
|
|
12841
|
+
"lexicon": "aws"
|
|
12842
|
+
},
|
|
12700
12843
|
"BedrockAgentCoreGateway_InterceptorInputConfiguration": {
|
|
12701
12844
|
"resourceType": "AWS::BedrockAgentCore::Gateway.InterceptorInputConfiguration",
|
|
12702
12845
|
"kind": "property",
|
|
@@ -15305,6 +15448,12 @@
|
|
|
15305
15448
|
"minLength": 3,
|
|
15306
15449
|
"maxLength": 63
|
|
15307
15450
|
},
|
|
15451
|
+
"BucketNamespace": {
|
|
15452
|
+
"enum": [
|
|
15453
|
+
"global",
|
|
15454
|
+
"account-regional"
|
|
15455
|
+
]
|
|
15456
|
+
},
|
|
15308
15457
|
"AbacStatus": {
|
|
15309
15458
|
"enum": [
|
|
15310
15459
|
"Enabled",
|
|
@@ -15316,10 +15465,14 @@
|
|
|
15316
15465
|
}
|
|
15317
15466
|
},
|
|
15318
15467
|
"createOnly": [
|
|
15319
|
-
"BucketName"
|
|
15468
|
+
"BucketName",
|
|
15469
|
+
"BucketNamePrefix",
|
|
15470
|
+
"BucketNamespace"
|
|
15320
15471
|
],
|
|
15321
15472
|
"writeOnly": [
|
|
15322
15473
|
"AccessControl",
|
|
15474
|
+
"BucketNamePrefix",
|
|
15475
|
+
"BucketNamespace",
|
|
15323
15476
|
"MetadataConfiguration/JournalTableConfiguration/EncryptionConfiguration",
|
|
15324
15477
|
"MetadataConfiguration/InventoryTableConfiguration/EncryptionConfiguration",
|
|
15325
15478
|
"LifecycleConfiguration/Rules/*/NoncurrentVersionExpirationInDays",
|
|
@@ -17196,11 +17349,108 @@
|
|
|
17196
17349
|
"kind": "property",
|
|
17197
17350
|
"lexicon": "aws"
|
|
17198
17351
|
},
|
|
17352
|
+
"Catalog": {
|
|
17353
|
+
"resourceType": "AWS::Glue::Catalog",
|
|
17354
|
+
"kind": "resource",
|
|
17355
|
+
"lexicon": "aws",
|
|
17356
|
+
"attrs": {
|
|
17357
|
+
"CatalogId": "CatalogId",
|
|
17358
|
+
"ResourceArn": "ResourceArn",
|
|
17359
|
+
"CreateTime": "CreateTime",
|
|
17360
|
+
"UpdateTime": "UpdateTime",
|
|
17361
|
+
"CatalogProperties_DataLakeAccessProperties_ManagedWorkgroupName": "CatalogProperties.DataLakeAccessProperties.ManagedWorkgroupName",
|
|
17362
|
+
"CatalogProperties_DataLakeAccessProperties_ManagedWorkgroupStatus": "CatalogProperties.DataLakeAccessProperties.ManagedWorkgroupStatus",
|
|
17363
|
+
"CatalogProperties_DataLakeAccessProperties_RedshiftDatabaseName": "CatalogProperties.DataLakeAccessProperties.RedshiftDatabaseName",
|
|
17364
|
+
"CatalogProperties_CustomProperties": "CatalogProperties.CustomProperties",
|
|
17365
|
+
"CreateDatabaseDefaultPermissions_*_Principal": "CreateDatabaseDefaultPermissions.*.Principal",
|
|
17366
|
+
"CreateDatabaseDefaultPermissions_*_Principal_DataLakePrincipalIdentifier": "CreateDatabaseDefaultPermissions.*.Principal.DataLakePrincipalIdentifier",
|
|
17367
|
+
"CreateDatabaseDefaultPermissions_*_Permissions": "CreateDatabaseDefaultPermissions.*.Permissions",
|
|
17368
|
+
"CreateTableDefaultPermissions_*_Principal": "CreateTableDefaultPermissions.*.Principal",
|
|
17369
|
+
"CreateTableDefaultPermissions_*_Principal_DataLakePrincipalIdentifier": "CreateTableDefaultPermissions.*.Principal.DataLakePrincipalIdentifier",
|
|
17370
|
+
"CreateTableDefaultPermissions_*_Permissions": "CreateTableDefaultPermissions.*.Permissions"
|
|
17371
|
+
},
|
|
17372
|
+
"propertyConstraints": {
|
|
17373
|
+
"Name": {
|
|
17374
|
+
"minLength": 1,
|
|
17375
|
+
"maxLength": 255
|
|
17376
|
+
},
|
|
17377
|
+
"Description": {
|
|
17378
|
+
"maxLength": 2048
|
|
17379
|
+
},
|
|
17380
|
+
"AllowFullTableExternalDataAccess": {
|
|
17381
|
+
"enum": [
|
|
17382
|
+
"True",
|
|
17383
|
+
"False"
|
|
17384
|
+
]
|
|
17385
|
+
},
|
|
17386
|
+
"OverwriteChildResourcePermissionsWithDefault": {
|
|
17387
|
+
"enum": [
|
|
17388
|
+
"Accept",
|
|
17389
|
+
"Deny"
|
|
17390
|
+
]
|
|
17391
|
+
}
|
|
17392
|
+
},
|
|
17393
|
+
"createOnly": [
|
|
17394
|
+
"Name"
|
|
17395
|
+
],
|
|
17396
|
+
"writeOnly": [
|
|
17397
|
+
"CatalogProperties/DataLakeAccessProperties/AllowFullTableExternalDataAccess",
|
|
17398
|
+
"OverwriteChildResourcePermissionsWithDefault"
|
|
17399
|
+
],
|
|
17400
|
+
"primaryIdentifier": [
|
|
17401
|
+
"ResourceArn"
|
|
17402
|
+
],
|
|
17403
|
+
"tagging": {
|
|
17404
|
+
"taggable": true,
|
|
17405
|
+
"tagOnCreate": true,
|
|
17406
|
+
"tagUpdatable": true
|
|
17407
|
+
}
|
|
17408
|
+
},
|
|
17409
|
+
"CatalogProperties": {
|
|
17410
|
+
"resourceType": "AWS::Glue::Catalog.CatalogProperties",
|
|
17411
|
+
"kind": "property",
|
|
17412
|
+
"lexicon": "aws"
|
|
17413
|
+
},
|
|
17199
17414
|
"CatalogTarget": {
|
|
17200
17415
|
"resourceType": "AWS::Glue::Crawler.CatalogTarget",
|
|
17201
17416
|
"kind": "property",
|
|
17202
17417
|
"lexicon": "aws"
|
|
17203
17418
|
},
|
|
17419
|
+
"Catalog_CatalogProperties": {
|
|
17420
|
+
"resourceType": "AWS::Glue::Catalog.CatalogProperties",
|
|
17421
|
+
"kind": "property",
|
|
17422
|
+
"lexicon": "aws"
|
|
17423
|
+
},
|
|
17424
|
+
"Catalog_DataLakeAccessProperties": {
|
|
17425
|
+
"resourceType": "AWS::Glue::Catalog.DataLakeAccessProperties",
|
|
17426
|
+
"kind": "property",
|
|
17427
|
+
"lexicon": "aws"
|
|
17428
|
+
},
|
|
17429
|
+
"Catalog_DataLakePrincipal": {
|
|
17430
|
+
"resourceType": "AWS::Glue::Catalog.DataLakePrincipal",
|
|
17431
|
+
"kind": "property",
|
|
17432
|
+
"lexicon": "aws"
|
|
17433
|
+
},
|
|
17434
|
+
"Catalog_FederatedCatalog": {
|
|
17435
|
+
"resourceType": "AWS::Glue::Catalog.FederatedCatalog",
|
|
17436
|
+
"kind": "property",
|
|
17437
|
+
"lexicon": "aws"
|
|
17438
|
+
},
|
|
17439
|
+
"Catalog_PrincipalPermissions": {
|
|
17440
|
+
"resourceType": "AWS::Glue::Catalog.PrincipalPermissions",
|
|
17441
|
+
"kind": "property",
|
|
17442
|
+
"lexicon": "aws"
|
|
17443
|
+
},
|
|
17444
|
+
"Catalog_Tag": {
|
|
17445
|
+
"resourceType": "AWS::Glue::Catalog.Tag",
|
|
17446
|
+
"kind": "property",
|
|
17447
|
+
"lexicon": "aws"
|
|
17448
|
+
},
|
|
17449
|
+
"Catalog_TargetRedshiftCatalog": {
|
|
17450
|
+
"resourceType": "AWS::Glue::Catalog.TargetRedshiftCatalog",
|
|
17451
|
+
"kind": "property",
|
|
17452
|
+
"lexicon": "aws"
|
|
17453
|
+
},
|
|
17204
17454
|
"CategoricalHyperParameterRange": {
|
|
17205
17455
|
"resourceType": "AWS::Personalize::Solution.CategoricalHyperParameterRange",
|
|
17206
17456
|
"kind": "property",
|
|
@@ -18457,6 +18707,11 @@
|
|
|
18457
18707
|
"Id"
|
|
18458
18708
|
]
|
|
18459
18709
|
},
|
|
18710
|
+
"ClippingConfig": {
|
|
18711
|
+
"resourceType": "AWS::ElementalInference::Feed.ClippingConfig",
|
|
18712
|
+
"kind": "property",
|
|
18713
|
+
"lexicon": "aws"
|
|
18714
|
+
},
|
|
18460
18715
|
"CloudAutonomousVmCluster": {
|
|
18461
18716
|
"resourceType": "AWS::ODB::CloudAutonomousVmCluster",
|
|
18462
18717
|
"kind": "resource",
|
|
@@ -18489,7 +18744,8 @@
|
|
|
18489
18744
|
"ProvisionedCpus": "ProvisionedCpus",
|
|
18490
18745
|
"ReclaimableCpus": "ReclaimableCpus",
|
|
18491
18746
|
"ReservedCpus": "ReservedCpus",
|
|
18492
|
-
"Shape": "Shape"
|
|
18747
|
+
"Shape": "Shape",
|
|
18748
|
+
"IamRoles_*_Status": "IamRoles.*.Status"
|
|
18493
18749
|
},
|
|
18494
18750
|
"propertyConstraints": {
|
|
18495
18751
|
"DisplayName": {
|
|
@@ -18549,6 +18805,11 @@
|
|
|
18549
18805
|
"tagUpdatable": true
|
|
18550
18806
|
}
|
|
18551
18807
|
},
|
|
18808
|
+
"CloudAutonomousVmCluster_IamRole": {
|
|
18809
|
+
"resourceType": "AWS::ODB::CloudAutonomousVmCluster.IamRole",
|
|
18810
|
+
"kind": "property",
|
|
18811
|
+
"lexicon": "aws"
|
|
18812
|
+
},
|
|
18552
18813
|
"CloudAutonomousVmCluster_MaintenanceWindow": {
|
|
18553
18814
|
"resourceType": "AWS::ODB::CloudAutonomousVmCluster.MaintenanceWindow",
|
|
18554
18815
|
"kind": "property",
|
|
@@ -18942,7 +19203,8 @@
|
|
|
18942
19203
|
"DbNodes_*_BackupVnic2Id": "DbNodes.*.BackupVnic2Id",
|
|
18943
19204
|
"DbNodes_*_VnicId": "DbNodes.*.VnicId",
|
|
18944
19205
|
"DbNodes_*_Vnic2Id": "DbNodes.*.Vnic2Id",
|
|
18945
|
-
"DbNodes_*_HostIpId": "DbNodes.*.HostIpId"
|
|
19206
|
+
"DbNodes_*_HostIpId": "DbNodes.*.HostIpId",
|
|
19207
|
+
"IamRoles_*_Status": "IamRoles.*.Status"
|
|
18946
19208
|
},
|
|
18947
19209
|
"propertyConstraints": {
|
|
18948
19210
|
"ClusterName": {
|
|
@@ -19041,6 +19303,11 @@
|
|
|
19041
19303
|
"kind": "property",
|
|
19042
19304
|
"lexicon": "aws"
|
|
19043
19305
|
},
|
|
19306
|
+
"CloudVmCluster_IamRole": {
|
|
19307
|
+
"resourceType": "AWS::ODB::CloudVmCluster.IamRole",
|
|
19308
|
+
"kind": "property",
|
|
19309
|
+
"lexicon": "aws"
|
|
19310
|
+
},
|
|
19044
19311
|
"CloudVmCluster_Tag": {
|
|
19045
19312
|
"resourceType": "AWS::ODB::CloudVmCluster.Tag",
|
|
19046
19313
|
"kind": "property",
|
|
@@ -22236,6 +22503,196 @@
|
|
|
22236
22503
|
"kind": "property",
|
|
22237
22504
|
"lexicon": "aws"
|
|
22238
22505
|
},
|
|
22506
|
+
"ConfiguredModelAlgorithm": {
|
|
22507
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm",
|
|
22508
|
+
"kind": "resource",
|
|
22509
|
+
"lexicon": "aws",
|
|
22510
|
+
"attrs": {
|
|
22511
|
+
"ConfiguredModelAlgorithmArn": "ConfiguredModelAlgorithmArn"
|
|
22512
|
+
},
|
|
22513
|
+
"propertyConstraints": {
|
|
22514
|
+
"ConfiguredModelAlgorithmArn": {
|
|
22515
|
+
"pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:configured-model-algorithm/[-a-zA-Z0-9_/.]+$",
|
|
22516
|
+
"minLength": 20,
|
|
22517
|
+
"maxLength": 2048
|
|
22518
|
+
},
|
|
22519
|
+
"Name": {
|
|
22520
|
+
"pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$",
|
|
22521
|
+
"minLength": 1,
|
|
22522
|
+
"maxLength": 63
|
|
22523
|
+
},
|
|
22524
|
+
"Description": {
|
|
22525
|
+
"pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$",
|
|
22526
|
+
"maxLength": 255
|
|
22527
|
+
},
|
|
22528
|
+
"RoleArn": {
|
|
22529
|
+
"pattern": "^arn:aws[-a-z]*:iam::[0-9]{12}:role/.+$",
|
|
22530
|
+
"minLength": 20,
|
|
22531
|
+
"maxLength": 2048
|
|
22532
|
+
},
|
|
22533
|
+
"KmsKeyArn": {
|
|
22534
|
+
"pattern": "^arn:aws[-a-z]*:kms:[-a-z0-9]+:[0-9]{12}:key/.+$",
|
|
22535
|
+
"minLength": 20,
|
|
22536
|
+
"maxLength": 2048
|
|
22537
|
+
}
|
|
22538
|
+
},
|
|
22539
|
+
"createOnly": [
|
|
22540
|
+
"Name",
|
|
22541
|
+
"Description",
|
|
22542
|
+
"RoleArn",
|
|
22543
|
+
"TrainingContainerConfig",
|
|
22544
|
+
"InferenceContainerConfig",
|
|
22545
|
+
"KmsKeyArn"
|
|
22546
|
+
],
|
|
22547
|
+
"primaryIdentifier": [
|
|
22548
|
+
"ConfiguredModelAlgorithmArn"
|
|
22549
|
+
],
|
|
22550
|
+
"tagging": {
|
|
22551
|
+
"taggable": true,
|
|
22552
|
+
"tagOnCreate": true,
|
|
22553
|
+
"tagUpdatable": true
|
|
22554
|
+
}
|
|
22555
|
+
},
|
|
22556
|
+
"ConfiguredModelAlgorithmAssociation": {
|
|
22557
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation",
|
|
22558
|
+
"kind": "resource",
|
|
22559
|
+
"lexicon": "aws",
|
|
22560
|
+
"attrs": {
|
|
22561
|
+
"ConfiguredModelAlgorithmAssociationArn": "ConfiguredModelAlgorithmAssociationArn",
|
|
22562
|
+
"CollaborationIdentifier": "CollaborationIdentifier"
|
|
22563
|
+
},
|
|
22564
|
+
"propertyConstraints": {
|
|
22565
|
+
"ConfiguredModelAlgorithmAssociationArn": {
|
|
22566
|
+
"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_/.]+$",
|
|
22567
|
+
"minLength": 20,
|
|
22568
|
+
"maxLength": 2048
|
|
22569
|
+
},
|
|
22570
|
+
"MembershipIdentifier": {
|
|
22571
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
|
|
22572
|
+
"minLength": 36,
|
|
22573
|
+
"maxLength": 36
|
|
22574
|
+
},
|
|
22575
|
+
"CollaborationIdentifier": {
|
|
22576
|
+
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
|
|
22577
|
+
"minLength": 36,
|
|
22578
|
+
"maxLength": 36
|
|
22579
|
+
},
|
|
22580
|
+
"ConfiguredModelAlgorithmArn": {
|
|
22581
|
+
"pattern": "^arn:aws[-a-z]*:cleanrooms-ml:[-a-z0-9]+:[0-9]{12}:configured-model-algorithm/[-a-zA-Z0-9_/.]+$",
|
|
22582
|
+
"minLength": 20,
|
|
22583
|
+
"maxLength": 2048
|
|
22584
|
+
},
|
|
22585
|
+
"Name": {
|
|
22586
|
+
"pattern": "^(?!\\s*$)[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t]*$",
|
|
22587
|
+
"minLength": 1,
|
|
22588
|
+
"maxLength": 63
|
|
22589
|
+
},
|
|
22590
|
+
"Description": {
|
|
22591
|
+
"pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$",
|
|
22592
|
+
"maxLength": 255
|
|
22593
|
+
}
|
|
22594
|
+
},
|
|
22595
|
+
"createOnly": [
|
|
22596
|
+
"MembershipIdentifier",
|
|
22597
|
+
"ConfiguredModelAlgorithmArn",
|
|
22598
|
+
"Name",
|
|
22599
|
+
"Description",
|
|
22600
|
+
"PrivacyConfiguration"
|
|
22601
|
+
],
|
|
22602
|
+
"primaryIdentifier": [
|
|
22603
|
+
"ConfiguredModelAlgorithmAssociationArn"
|
|
22604
|
+
],
|
|
22605
|
+
"tagging": {
|
|
22606
|
+
"taggable": true,
|
|
22607
|
+
"tagOnCreate": true,
|
|
22608
|
+
"tagUpdatable": true
|
|
22609
|
+
}
|
|
22610
|
+
},
|
|
22611
|
+
"ConfiguredModelAlgorithmAssociation_CustomEntityConfig": {
|
|
22612
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.CustomEntityConfig",
|
|
22613
|
+
"kind": "property",
|
|
22614
|
+
"lexicon": "aws"
|
|
22615
|
+
},
|
|
22616
|
+
"ConfiguredModelAlgorithmAssociation_LogRedactionConfiguration": {
|
|
22617
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.LogRedactionConfiguration",
|
|
22618
|
+
"kind": "property",
|
|
22619
|
+
"lexicon": "aws"
|
|
22620
|
+
},
|
|
22621
|
+
"ConfiguredModelAlgorithmAssociation_LogsConfigurationPolicy": {
|
|
22622
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.LogsConfigurationPolicy",
|
|
22623
|
+
"kind": "property",
|
|
22624
|
+
"lexicon": "aws"
|
|
22625
|
+
},
|
|
22626
|
+
"ConfiguredModelAlgorithmAssociation_MetricsConfigurationPolicy": {
|
|
22627
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.MetricsConfigurationPolicy",
|
|
22628
|
+
"kind": "property",
|
|
22629
|
+
"lexicon": "aws"
|
|
22630
|
+
},
|
|
22631
|
+
"ConfiguredModelAlgorithmAssociation_PrivacyConfiguration": {
|
|
22632
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfiguration",
|
|
22633
|
+
"kind": "property",
|
|
22634
|
+
"lexicon": "aws"
|
|
22635
|
+
},
|
|
22636
|
+
"ConfiguredModelAlgorithmAssociation_PrivacyConfigurationPolicies": {
|
|
22637
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfigurationPolicies",
|
|
22638
|
+
"kind": "property",
|
|
22639
|
+
"lexicon": "aws"
|
|
22640
|
+
},
|
|
22641
|
+
"ConfiguredModelAlgorithmAssociation_Tag": {
|
|
22642
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.Tag",
|
|
22643
|
+
"kind": "property",
|
|
22644
|
+
"lexicon": "aws"
|
|
22645
|
+
},
|
|
22646
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelArtifactMaxSize": {
|
|
22647
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelArtifactMaxSize",
|
|
22648
|
+
"kind": "property",
|
|
22649
|
+
"lexicon": "aws"
|
|
22650
|
+
},
|
|
22651
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelExportsConfigurationPolicy": {
|
|
22652
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelExportsConfigurationPolicy",
|
|
22653
|
+
"kind": "property",
|
|
22654
|
+
"lexicon": "aws"
|
|
22655
|
+
},
|
|
22656
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelExportsMaxSize": {
|
|
22657
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSize",
|
|
22658
|
+
"kind": "property",
|
|
22659
|
+
"lexicon": "aws"
|
|
22660
|
+
},
|
|
22661
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelInferenceJobsConfigurationPolicy": {
|
|
22662
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicy",
|
|
22663
|
+
"kind": "property",
|
|
22664
|
+
"lexicon": "aws"
|
|
22665
|
+
},
|
|
22666
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelInferenceMaxOutputSize": {
|
|
22667
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelInferenceMaxOutputSize",
|
|
22668
|
+
"kind": "property",
|
|
22669
|
+
"lexicon": "aws"
|
|
22670
|
+
},
|
|
22671
|
+
"ConfiguredModelAlgorithmAssociation_TrainedModelsConfigurationPolicy": {
|
|
22672
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelsConfigurationPolicy",
|
|
22673
|
+
"kind": "property",
|
|
22674
|
+
"lexicon": "aws"
|
|
22675
|
+
},
|
|
22676
|
+
"ConfiguredModelAlgorithm_ContainerConfig": {
|
|
22677
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.ContainerConfig",
|
|
22678
|
+
"kind": "property",
|
|
22679
|
+
"lexicon": "aws"
|
|
22680
|
+
},
|
|
22681
|
+
"ConfiguredModelAlgorithm_InferenceContainerConfig": {
|
|
22682
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.InferenceContainerConfig",
|
|
22683
|
+
"kind": "property",
|
|
22684
|
+
"lexicon": "aws"
|
|
22685
|
+
},
|
|
22686
|
+
"ConfiguredModelAlgorithm_MetricDefinition": {
|
|
22687
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.MetricDefinition",
|
|
22688
|
+
"kind": "property",
|
|
22689
|
+
"lexicon": "aws"
|
|
22690
|
+
},
|
|
22691
|
+
"ConfiguredModelAlgorithm_Tag": {
|
|
22692
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.Tag",
|
|
22693
|
+
"kind": "property",
|
|
22694
|
+
"lexicon": "aws"
|
|
22695
|
+
},
|
|
22239
22696
|
"ConfiguredTable": {
|
|
22240
22697
|
"resourceType": "AWS::CleanRooms::ConfiguredTable",
|
|
22241
22698
|
"kind": "resource",
|
|
@@ -24754,11 +25211,6 @@
|
|
|
24754
25211
|
"kind": "property",
|
|
24755
25212
|
"lexicon": "aws"
|
|
24756
25213
|
},
|
|
24757
|
-
"ContainerConfig": {
|
|
24758
|
-
"resourceType": "AWS::SageMaker::AppImageConfig.ContainerConfig",
|
|
24759
|
-
"kind": "property",
|
|
24760
|
-
"lexicon": "aws"
|
|
24761
|
-
},
|
|
24762
25214
|
"ContainerConfiguration": {
|
|
24763
25215
|
"resourceType": "AWS::BedrockAgentCore::Runtime.ContainerConfiguration",
|
|
24764
25216
|
"kind": "property",
|
|
@@ -25870,6 +26322,16 @@
|
|
|
25870
26322
|
"kind": "property",
|
|
25871
26323
|
"lexicon": "aws"
|
|
25872
26324
|
},
|
|
26325
|
+
"CrossRegionCopyTarget": {
|
|
26326
|
+
"resourceType": "AWS::DLM::LifecyclePolicy.CrossRegionCopyTarget",
|
|
26327
|
+
"kind": "property",
|
|
26328
|
+
"lexicon": "aws"
|
|
26329
|
+
},
|
|
26330
|
+
"CrossRegionS3RestoreSourcesAccess": {
|
|
26331
|
+
"resourceType": "AWS::ODB::OdbNetwork.CrossRegionS3RestoreSourcesAccess",
|
|
26332
|
+
"kind": "property",
|
|
26333
|
+
"lexicon": "aws"
|
|
26334
|
+
},
|
|
25873
26335
|
"CsrExtensions": {
|
|
25874
26336
|
"resourceType": "AWS::ACMPCA::CertificateAuthority.CsrExtensions",
|
|
25875
26337
|
"kind": "property",
|
|
@@ -26213,6 +26675,11 @@
|
|
|
26213
26675
|
"kind": "property",
|
|
26214
26676
|
"lexicon": "aws"
|
|
26215
26677
|
},
|
|
26678
|
+
"CustomEntityConfig": {
|
|
26679
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.CustomEntityConfig",
|
|
26680
|
+
"kind": "property",
|
|
26681
|
+
"lexicon": "aws"
|
|
26682
|
+
},
|
|
26216
26683
|
"CustomEntityType": {
|
|
26217
26684
|
"resourceType": "AWS::Glue::CustomEntityType",
|
|
26218
26685
|
"kind": "resource",
|
|
@@ -27573,6 +28040,11 @@
|
|
|
27573
28040
|
"kind": "property",
|
|
27574
28041
|
"lexicon": "aws"
|
|
27575
28042
|
},
|
|
28043
|
+
"DLMLifecyclePolicy_CrossRegionCopyTarget": {
|
|
28044
|
+
"resourceType": "AWS::DLM::LifecyclePolicy.CrossRegionCopyTarget",
|
|
28045
|
+
"kind": "property",
|
|
28046
|
+
"lexicon": "aws"
|
|
28047
|
+
},
|
|
27576
28048
|
"DLMLifecyclePolicy_DeprecateRule": {
|
|
27577
28049
|
"resourceType": "AWS::DLM::LifecyclePolicy.DeprecateRule",
|
|
27578
28050
|
"kind": "property",
|
|
@@ -29030,6 +29502,11 @@
|
|
|
29030
29502
|
"tagUpdatable": true
|
|
29031
29503
|
}
|
|
29032
29504
|
},
|
|
29505
|
+
"DataLakeAccessProperties": {
|
|
29506
|
+
"resourceType": "AWS::Glue::Catalog.DataLakeAccessProperties",
|
|
29507
|
+
"kind": "property",
|
|
29508
|
+
"lexicon": "aws"
|
|
29509
|
+
},
|
|
29033
29510
|
"DataLakeSettings": {
|
|
29034
29511
|
"resourceType": "AWS::LakeFormation::DataLakeSettings",
|
|
29035
29512
|
"kind": "resource",
|
|
@@ -29041,6 +29518,16 @@
|
|
|
29041
29518
|
"Id"
|
|
29042
29519
|
]
|
|
29043
29520
|
},
|
|
29521
|
+
"DataLakeSettings_DataLakePrincipal": {
|
|
29522
|
+
"resourceType": "AWS::LakeFormation::DataLakeSettings.DataLakePrincipal",
|
|
29523
|
+
"kind": "property",
|
|
29524
|
+
"lexicon": "aws"
|
|
29525
|
+
},
|
|
29526
|
+
"DataLakeSettings_PrincipalPermissions": {
|
|
29527
|
+
"resourceType": "AWS::LakeFormation::DataLakeSettings.PrincipalPermissions",
|
|
29528
|
+
"kind": "property",
|
|
29529
|
+
"lexicon": "aws"
|
|
29530
|
+
},
|
|
29044
29531
|
"DataLake_EncryptionConfiguration": {
|
|
29045
29532
|
"resourceType": "AWS::SecurityLake::DataLake.EncryptionConfiguration",
|
|
29046
29533
|
"kind": "property",
|
|
@@ -34895,6 +35382,11 @@
|
|
|
34895
35382
|
"tagUpdatable": true
|
|
34896
35383
|
}
|
|
34897
35384
|
},
|
|
35385
|
+
"DeploymentStrategyOptions": {
|
|
35386
|
+
"resourceType": "AWS::OpenSearchService::Domain.DeploymentStrategyOptions",
|
|
35387
|
+
"kind": "property",
|
|
35388
|
+
"lexicon": "aws"
|
|
35389
|
+
},
|
|
34898
35390
|
"DeploymentStrategy_Tag": {
|
|
34899
35391
|
"resourceType": "AWS::AppConfig::DeploymentStrategy.Tag",
|
|
34900
35392
|
"kind": "property",
|
|
@@ -36411,6 +36903,56 @@
|
|
|
36411
36903
|
"kind": "property",
|
|
36412
36904
|
"lexicon": "aws"
|
|
36413
36905
|
},
|
|
36906
|
+
"DnsView": {
|
|
36907
|
+
"resourceType": "AWS::Route53GlobalResolver::DnsView",
|
|
36908
|
+
"kind": "resource",
|
|
36909
|
+
"lexicon": "aws",
|
|
36910
|
+
"attrs": {
|
|
36911
|
+
"Arn": "Arn",
|
|
36912
|
+
"DnsViewId": "DnsViewId",
|
|
36913
|
+
"CreatedAt": "CreatedAt",
|
|
36914
|
+
"UpdatedAt": "UpdatedAt",
|
|
36915
|
+
"Status": "Status"
|
|
36916
|
+
},
|
|
36917
|
+
"propertyConstraints": {
|
|
36918
|
+
"DnsViewId": {
|
|
36919
|
+
"minLength": 1,
|
|
36920
|
+
"maxLength": 64
|
|
36921
|
+
},
|
|
36922
|
+
"Arn": {
|
|
36923
|
+
"minLength": 1,
|
|
36924
|
+
"maxLength": 2048
|
|
36925
|
+
},
|
|
36926
|
+
"GlobalResolverId": {
|
|
36927
|
+
"minLength": 1,
|
|
36928
|
+
"maxLength": 64
|
|
36929
|
+
},
|
|
36930
|
+
"ClientToken": {
|
|
36931
|
+
"minLength": 1,
|
|
36932
|
+
"maxLength": 256
|
|
36933
|
+
}
|
|
36934
|
+
},
|
|
36935
|
+
"createOnly": [
|
|
36936
|
+
"GlobalResolverId",
|
|
36937
|
+
"ClientToken"
|
|
36938
|
+
],
|
|
36939
|
+
"writeOnly": [
|
|
36940
|
+
"ClientToken"
|
|
36941
|
+
],
|
|
36942
|
+
"primaryIdentifier": [
|
|
36943
|
+
"DnsViewId"
|
|
36944
|
+
],
|
|
36945
|
+
"tagging": {
|
|
36946
|
+
"taggable": true,
|
|
36947
|
+
"tagOnCreate": true,
|
|
36948
|
+
"tagUpdatable": true
|
|
36949
|
+
}
|
|
36950
|
+
},
|
|
36951
|
+
"DnsView_Tag": {
|
|
36952
|
+
"resourceType": "AWS::Route53GlobalResolver::DnsView.Tag",
|
|
36953
|
+
"kind": "property",
|
|
36954
|
+
"lexicon": "aws"
|
|
36955
|
+
},
|
|
36414
36956
|
"DocDBDBCluster": {
|
|
36415
36957
|
"resourceType": "AWS::DocDB::DBCluster",
|
|
36416
36958
|
"kind": "resource",
|
|
@@ -37635,18 +38177,18 @@
|
|
|
37635
38177
|
"FleetId": "FleetId"
|
|
37636
38178
|
},
|
|
37637
38179
|
"propertyConstraints": {
|
|
38180
|
+
"ExcessCapacityTerminationPolicy": {
|
|
38181
|
+
"enum": [
|
|
38182
|
+
"termination",
|
|
38183
|
+
"no-termination"
|
|
38184
|
+
]
|
|
38185
|
+
},
|
|
37638
38186
|
"Type": {
|
|
37639
38187
|
"enum": [
|
|
37640
38188
|
"maintain",
|
|
37641
38189
|
"request",
|
|
37642
38190
|
"instant"
|
|
37643
38191
|
]
|
|
37644
|
-
},
|
|
37645
|
-
"ExcessCapacityTerminationPolicy": {
|
|
37646
|
-
"enum": [
|
|
37647
|
-
"termination",
|
|
37648
|
-
"no-termination"
|
|
37649
|
-
]
|
|
37650
38192
|
}
|
|
37651
38193
|
},
|
|
37652
38194
|
"createOnly": [
|
|
@@ -37780,6 +38322,11 @@
|
|
|
37780
38322
|
"kind": "property",
|
|
37781
38323
|
"lexicon": "aws"
|
|
37782
38324
|
},
|
|
38325
|
+
"EC2Fleet_ReservedCapacityOptionsRequest": {
|
|
38326
|
+
"resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
|
|
38327
|
+
"kind": "property",
|
|
38328
|
+
"lexicon": "aws"
|
|
38329
|
+
},
|
|
37783
38330
|
"EC2Fleet_SpotOptionsRequest": {
|
|
37784
38331
|
"resourceType": "AWS::EC2::EC2Fleet.SpotOptionsRequest",
|
|
37785
38332
|
"kind": "property",
|
|
@@ -40863,6 +41410,11 @@
|
|
|
40863
41410
|
"kind": "property",
|
|
40864
41411
|
"lexicon": "aws"
|
|
40865
41412
|
},
|
|
41413
|
+
"EncodingConfig": {
|
|
41414
|
+
"resourceType": "AWS::MediaConnect::Flow.EncodingConfig",
|
|
41415
|
+
"kind": "property",
|
|
41416
|
+
"lexicon": "aws"
|
|
41417
|
+
},
|
|
40866
41418
|
"EncodingParameters": {
|
|
40867
41419
|
"resourceType": "AWS::MediaConnect::FlowOutput.EncodingParameters",
|
|
40868
41420
|
"kind": "property",
|
|
@@ -43732,11 +44284,6 @@
|
|
|
43732
44284
|
"kind": "property",
|
|
43733
44285
|
"lexicon": "aws"
|
|
43734
44286
|
},
|
|
43735
|
-
"ExecutionControls": {
|
|
43736
|
-
"resourceType": "AWS::Config::RemediationConfiguration.ExecutionControls",
|
|
43737
|
-
"kind": "property",
|
|
43738
|
-
"lexicon": "aws"
|
|
43739
|
-
},
|
|
43740
44287
|
"ExecutionPlan": {
|
|
43741
44288
|
"resourceType": "AWS::KendraRanking::ExecutionPlan",
|
|
43742
44289
|
"kind": "resource",
|
|
@@ -44973,6 +45520,11 @@
|
|
|
44973
45520
|
"FarmId": {
|
|
44974
45521
|
"pattern": "^farm-[0-9a-f]{32}$"
|
|
44975
45522
|
},
|
|
45523
|
+
"CostScaleFactor": {
|
|
45524
|
+
"minimum": 0,
|
|
45525
|
+
"maximum": 100,
|
|
45526
|
+
"default": 1
|
|
45527
|
+
},
|
|
44976
45528
|
"KmsKeyArn": {
|
|
44977
45529
|
"pattern": "^arn:aws[-a-z]*:kms:.*:key/.*"
|
|
44978
45530
|
},
|
|
@@ -45194,6 +45746,11 @@
|
|
|
45194
45746
|
"kind": "property",
|
|
45195
45747
|
"lexicon": "aws"
|
|
45196
45748
|
},
|
|
45749
|
+
"FederatedCatalog": {
|
|
45750
|
+
"resourceType": "AWS::Glue::Catalog.FederatedCatalog",
|
|
45751
|
+
"kind": "property",
|
|
45752
|
+
"lexicon": "aws"
|
|
45753
|
+
},
|
|
45197
45754
|
"FederatedDatabase": {
|
|
45198
45755
|
"resourceType": "AWS::Glue::Database.FederatedDatabase",
|
|
45199
45756
|
"kind": "property",
|
|
@@ -45204,6 +45761,42 @@
|
|
|
45204
45761
|
"kind": "property",
|
|
45205
45762
|
"lexicon": "aws"
|
|
45206
45763
|
},
|
|
45764
|
+
"Feed": {
|
|
45765
|
+
"resourceType": "AWS::ElementalInference::Feed",
|
|
45766
|
+
"kind": "resource",
|
|
45767
|
+
"lexicon": "aws",
|
|
45768
|
+
"attrs": {
|
|
45769
|
+
"Arn": "Arn",
|
|
45770
|
+
"DataEndpoints": "DataEndpoints",
|
|
45771
|
+
"Id": "Id"
|
|
45772
|
+
},
|
|
45773
|
+
"propertyConstraints": {
|
|
45774
|
+
"Id": {
|
|
45775
|
+
"pattern": "^[a-z0-9]{19}$"
|
|
45776
|
+
},
|
|
45777
|
+
"Name": {
|
|
45778
|
+
"pattern": "^[a-zA-Z0-9]([a-zA-Z0-9-_]{0,126}[a-zA-Z0-9])?$"
|
|
45779
|
+
}
|
|
45780
|
+
},
|
|
45781
|
+
"primaryIdentifier": [
|
|
45782
|
+
"Id"
|
|
45783
|
+
],
|
|
45784
|
+
"tagging": {
|
|
45785
|
+
"taggable": true,
|
|
45786
|
+
"tagOnCreate": true,
|
|
45787
|
+
"tagUpdatable": true
|
|
45788
|
+
}
|
|
45789
|
+
},
|
|
45790
|
+
"Feed_ClippingConfig": {
|
|
45791
|
+
"resourceType": "AWS::ElementalInference::Feed.ClippingConfig",
|
|
45792
|
+
"kind": "property",
|
|
45793
|
+
"lexicon": "aws"
|
|
45794
|
+
},
|
|
45795
|
+
"Feed_GetOutput": {
|
|
45796
|
+
"resourceType": "AWS::ElementalInference::Feed.GetOutput",
|
|
45797
|
+
"kind": "property",
|
|
45798
|
+
"lexicon": "aws"
|
|
45799
|
+
},
|
|
45207
45800
|
"FeedbackAttributes": {
|
|
45208
45801
|
"resourceType": "AWS::SES::EmailIdentity.FeedbackAttributes",
|
|
45209
45802
|
"kind": "property",
|
|
@@ -45658,90 +46251,6 @@
|
|
|
45658
46251
|
"tagUpdatable": true
|
|
45659
46252
|
}
|
|
45660
46253
|
},
|
|
45661
|
-
"FirewallDomainList": {
|
|
45662
|
-
"resourceType": "AWS::Route53Resolver::FirewallDomainList",
|
|
45663
|
-
"kind": "resource",
|
|
45664
|
-
"lexicon": "aws",
|
|
45665
|
-
"attrs": {
|
|
45666
|
-
"Id": "Id",
|
|
45667
|
-
"Arn": "Arn",
|
|
45668
|
-
"DomainCount": "DomainCount",
|
|
45669
|
-
"Status": "Status",
|
|
45670
|
-
"StatusMessage": "StatusMessage",
|
|
45671
|
-
"ManagedOwnerName": "ManagedOwnerName",
|
|
45672
|
-
"CreatorRequestId": "CreatorRequestId",
|
|
45673
|
-
"CreationTime": "CreationTime",
|
|
45674
|
-
"ModificationTime": "ModificationTime"
|
|
45675
|
-
},
|
|
45676
|
-
"propertyConstraints": {
|
|
45677
|
-
"Id": {
|
|
45678
|
-
"minLength": 1,
|
|
45679
|
-
"maxLength": 64
|
|
45680
|
-
},
|
|
45681
|
-
"Arn": {
|
|
45682
|
-
"minLength": 1,
|
|
45683
|
-
"maxLength": 600
|
|
45684
|
-
},
|
|
45685
|
-
"Name": {
|
|
45686
|
-
"pattern": "(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)",
|
|
45687
|
-
"minLength": 1,
|
|
45688
|
-
"maxLength": 64
|
|
45689
|
-
},
|
|
45690
|
-
"DomainCount": {
|
|
45691
|
-
"minimum": 0
|
|
45692
|
-
},
|
|
45693
|
-
"Status": {
|
|
45694
|
-
"enum": [
|
|
45695
|
-
"COMPLETE",
|
|
45696
|
-
"DELETING",
|
|
45697
|
-
"UPDATING",
|
|
45698
|
-
"COMPLETE_IMPORT_FAILED",
|
|
45699
|
-
"IMPORTING",
|
|
45700
|
-
"INACTIVE_OWNER_ACCOUNT_CLOSED"
|
|
45701
|
-
]
|
|
45702
|
-
},
|
|
45703
|
-
"ManagedOwnerName": {
|
|
45704
|
-
"minLength": 1,
|
|
45705
|
-
"maxLength": 512
|
|
45706
|
-
},
|
|
45707
|
-
"CreatorRequestId": {
|
|
45708
|
-
"minLength": 1,
|
|
45709
|
-
"maxLength": 255
|
|
45710
|
-
},
|
|
45711
|
-
"CreationTime": {
|
|
45712
|
-
"minLength": 20,
|
|
45713
|
-
"maxLength": 40
|
|
45714
|
-
},
|
|
45715
|
-
"ModificationTime": {
|
|
45716
|
-
"minLength": 20,
|
|
45717
|
-
"maxLength": 40
|
|
45718
|
-
},
|
|
45719
|
-
"DomainFileUrl": {
|
|
45720
|
-
"minLength": 1,
|
|
45721
|
-
"maxLength": 1024
|
|
45722
|
-
}
|
|
45723
|
-
},
|
|
45724
|
-
"createOnly": [
|
|
45725
|
-
"Name"
|
|
45726
|
-
],
|
|
45727
|
-
"writeOnly": [
|
|
45728
|
-
"Domains",
|
|
45729
|
-
"DomainFileUrl"
|
|
45730
|
-
],
|
|
45731
|
-
"primaryIdentifier": [
|
|
45732
|
-
"Id"
|
|
45733
|
-
],
|
|
45734
|
-
"tagging": {
|
|
45735
|
-
"taggable": true,
|
|
45736
|
-
"tagOnCreate": true,
|
|
45737
|
-
"tagUpdatable": true
|
|
45738
|
-
}
|
|
45739
|
-
},
|
|
45740
|
-
"FirewallDomainList_Tag": {
|
|
45741
|
-
"resourceType": "AWS::Route53Resolver::FirewallDomainList.Tag",
|
|
45742
|
-
"kind": "property",
|
|
45743
|
-
"lexicon": "aws"
|
|
45744
|
-
},
|
|
45745
46254
|
"FirewallPolicy": {
|
|
45746
46255
|
"resourceType": "AWS::NetworkFirewall::FirewallPolicy",
|
|
45747
46256
|
"kind": "resource",
|
|
@@ -45835,9 +46344,63 @@
|
|
|
45835
46344
|
"lexicon": "aws"
|
|
45836
46345
|
},
|
|
45837
46346
|
"FirewallRule": {
|
|
45838
|
-
"resourceType": "AWS::
|
|
45839
|
-
"kind": "
|
|
45840
|
-
"lexicon": "aws"
|
|
46347
|
+
"resourceType": "AWS::Route53GlobalResolver::FirewallRule",
|
|
46348
|
+
"kind": "resource",
|
|
46349
|
+
"lexicon": "aws",
|
|
46350
|
+
"attrs": {
|
|
46351
|
+
"FirewallRuleId": "FirewallRuleId",
|
|
46352
|
+
"CreatedAt": "CreatedAt",
|
|
46353
|
+
"UpdatedAt": "UpdatedAt",
|
|
46354
|
+
"Status": "Status",
|
|
46355
|
+
"QueryType": "QueryType"
|
|
46356
|
+
},
|
|
46357
|
+
"propertyConstraints": {
|
|
46358
|
+
"FirewallRuleId": {
|
|
46359
|
+
"minLength": 1,
|
|
46360
|
+
"maxLength": 64
|
|
46361
|
+
},
|
|
46362
|
+
"BlockOverrideTtl": {
|
|
46363
|
+
"minimum": 0,
|
|
46364
|
+
"maximum": 604800
|
|
46365
|
+
},
|
|
46366
|
+
"FirewallDomainListId": {
|
|
46367
|
+
"minLength": 1,
|
|
46368
|
+
"maxLength": 64
|
|
46369
|
+
},
|
|
46370
|
+
"Priority": {
|
|
46371
|
+
"minimum": 1,
|
|
46372
|
+
"maximum": 10000
|
|
46373
|
+
},
|
|
46374
|
+
"DnsViewId": {
|
|
46375
|
+
"minLength": 1,
|
|
46376
|
+
"maxLength": 64
|
|
46377
|
+
},
|
|
46378
|
+
"QType": {
|
|
46379
|
+
"minLength": 0,
|
|
46380
|
+
"maxLength": 16
|
|
46381
|
+
},
|
|
46382
|
+
"QueryType": {
|
|
46383
|
+
"minLength": 0,
|
|
46384
|
+
"maxLength": 16
|
|
46385
|
+
},
|
|
46386
|
+
"ClientToken": {
|
|
46387
|
+
"minLength": 1,
|
|
46388
|
+
"maxLength": 256
|
|
46389
|
+
}
|
|
46390
|
+
},
|
|
46391
|
+
"createOnly": [
|
|
46392
|
+
"DnsViewId",
|
|
46393
|
+
"ClientToken",
|
|
46394
|
+
"FirewallDomainListId",
|
|
46395
|
+
"QType"
|
|
46396
|
+
],
|
|
46397
|
+
"writeOnly": [
|
|
46398
|
+
"ClientToken",
|
|
46399
|
+
"QType"
|
|
46400
|
+
],
|
|
46401
|
+
"primaryIdentifier": [
|
|
46402
|
+
"FirewallRuleId"
|
|
46403
|
+
]
|
|
45841
46404
|
},
|
|
45842
46405
|
"FirewallRuleGroup": {
|
|
45843
46406
|
"resourceType": "AWS::Route53Resolver::FirewallRuleGroup",
|
|
@@ -46195,6 +46758,9 @@
|
|
|
46195
46758
|
"EntitlementArn": "EntitlementArn"
|
|
46196
46759
|
},
|
|
46197
46760
|
"propertyConstraints": {
|
|
46761
|
+
"EntitlementArn": {
|
|
46762
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:entitlement:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$"
|
|
46763
|
+
},
|
|
46198
46764
|
"DataTransferSubscriberFeePercent": {
|
|
46199
46765
|
"default": 0
|
|
46200
46766
|
},
|
|
@@ -46206,18 +46772,36 @@
|
|
|
46206
46772
|
}
|
|
46207
46773
|
},
|
|
46208
46774
|
"createOnly": [
|
|
46775
|
+
"FlowArn",
|
|
46209
46776
|
"DataTransferSubscriberFeePercent",
|
|
46210
46777
|
"Name"
|
|
46211
46778
|
],
|
|
46212
46779
|
"primaryIdentifier": [
|
|
46213
46780
|
"EntitlementArn"
|
|
46214
|
-
]
|
|
46781
|
+
],
|
|
46782
|
+
"deprecatedProperties": [
|
|
46783
|
+
"Encryption/ResourceId",
|
|
46784
|
+
"Encryption/ConstantInitializationVector",
|
|
46785
|
+
"Encryption/DeviceId",
|
|
46786
|
+
"Encryption/Region",
|
|
46787
|
+
"Encryption/Url"
|
|
46788
|
+
],
|
|
46789
|
+
"tagging": {
|
|
46790
|
+
"taggable": true,
|
|
46791
|
+
"tagOnCreate": true,
|
|
46792
|
+
"tagUpdatable": true
|
|
46793
|
+
}
|
|
46215
46794
|
},
|
|
46216
46795
|
"FlowEntitlement_Encryption": {
|
|
46217
46796
|
"resourceType": "AWS::MediaConnect::FlowEntitlement.Encryption",
|
|
46218
46797
|
"kind": "property",
|
|
46219
46798
|
"lexicon": "aws"
|
|
46220
46799
|
},
|
|
46800
|
+
"FlowEntitlement_Tag": {
|
|
46801
|
+
"resourceType": "AWS::MediaConnect::FlowEntitlement.Tag",
|
|
46802
|
+
"kind": "property",
|
|
46803
|
+
"lexicon": "aws"
|
|
46804
|
+
},
|
|
46221
46805
|
"FlowLog": {
|
|
46222
46806
|
"resourceType": "AWS::EC2::FlowLog",
|
|
46223
46807
|
"kind": "resource",
|
|
@@ -46294,6 +46878,12 @@
|
|
|
46294
46878
|
"OutputArn": "OutputArn"
|
|
46295
46879
|
},
|
|
46296
46880
|
"propertyConstraints": {
|
|
46881
|
+
"FlowArn": {
|
|
46882
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:flow:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$"
|
|
46883
|
+
},
|
|
46884
|
+
"OutputArn": {
|
|
46885
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:output:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$"
|
|
46886
|
+
},
|
|
46297
46887
|
"Protocol": {
|
|
46298
46888
|
"enum": [
|
|
46299
46889
|
"zixi-push",
|
|
@@ -46301,7 +46891,6 @@
|
|
|
46301
46891
|
"rtp",
|
|
46302
46892
|
"zixi-pull",
|
|
46303
46893
|
"rist",
|
|
46304
|
-
"fujitsu-qos",
|
|
46305
46894
|
"srt-listener",
|
|
46306
46895
|
"srt-caller",
|
|
46307
46896
|
"st2110-jpegxs",
|
|
@@ -46323,11 +46912,17 @@
|
|
|
46323
46912
|
}
|
|
46324
46913
|
},
|
|
46325
46914
|
"createOnly": [
|
|
46326
|
-
"Name"
|
|
46915
|
+
"Name",
|
|
46916
|
+
"FlowArn"
|
|
46327
46917
|
],
|
|
46328
46918
|
"primaryIdentifier": [
|
|
46329
46919
|
"OutputArn"
|
|
46330
|
-
]
|
|
46920
|
+
],
|
|
46921
|
+
"tagging": {
|
|
46922
|
+
"taggable": true,
|
|
46923
|
+
"tagOnCreate": true,
|
|
46924
|
+
"tagUpdatable": true
|
|
46925
|
+
}
|
|
46331
46926
|
},
|
|
46332
46927
|
"FlowOutput_DestinationConfiguration": {
|
|
46333
46928
|
"resourceType": "AWS::MediaConnect::FlowOutput.DestinationConfiguration",
|
|
@@ -46364,6 +46959,11 @@
|
|
|
46364
46959
|
"kind": "property",
|
|
46365
46960
|
"lexicon": "aws"
|
|
46366
46961
|
},
|
|
46962
|
+
"FlowOutput_Tag": {
|
|
46963
|
+
"resourceType": "AWS::MediaConnect::FlowOutput.Tag",
|
|
46964
|
+
"kind": "property",
|
|
46965
|
+
"lexicon": "aws"
|
|
46966
|
+
},
|
|
46367
46967
|
"FlowOutput_VpcInterfaceAttachment": {
|
|
46368
46968
|
"resourceType": "AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment",
|
|
46369
46969
|
"kind": "property",
|
|
@@ -46379,6 +46979,15 @@
|
|
|
46379
46979
|
"SourceIngestPort": "SourceIngestPort"
|
|
46380
46980
|
},
|
|
46381
46981
|
"propertyConstraints": {
|
|
46982
|
+
"FlowArn": {
|
|
46983
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:flow:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$"
|
|
46984
|
+
},
|
|
46985
|
+
"SourceArn": {
|
|
46986
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:source:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$"
|
|
46987
|
+
},
|
|
46988
|
+
"EntitlementArn": {
|
|
46989
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:entitlement:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$"
|
|
46990
|
+
},
|
|
46382
46991
|
"Protocol": {
|
|
46383
46992
|
"enum": [
|
|
46384
46993
|
"zixi-push",
|
|
@@ -46391,11 +47000,28 @@
|
|
|
46391
47000
|
}
|
|
46392
47001
|
},
|
|
46393
47002
|
"createOnly": [
|
|
46394
|
-
"
|
|
47003
|
+
"FlowArn",
|
|
47004
|
+
"Name",
|
|
47005
|
+
"Protocol"
|
|
46395
47006
|
],
|
|
46396
47007
|
"primaryIdentifier": [
|
|
46397
47008
|
"SourceArn"
|
|
46398
|
-
]
|
|
47009
|
+
],
|
|
47010
|
+
"deprecatedProperties": [
|
|
47011
|
+
"EntitlementArn",
|
|
47012
|
+
"SenderIpAddress",
|
|
47013
|
+
"SenderControlPort",
|
|
47014
|
+
"Decryption/ResourceId",
|
|
47015
|
+
"Decryption/ConstantInitializationVector",
|
|
47016
|
+
"Decryption/DeviceId",
|
|
47017
|
+
"Decryption/Region",
|
|
47018
|
+
"Decryption/Url"
|
|
47019
|
+
],
|
|
47020
|
+
"tagging": {
|
|
47021
|
+
"taggable": true,
|
|
47022
|
+
"tagOnCreate": true,
|
|
47023
|
+
"tagUpdatable": true
|
|
47024
|
+
}
|
|
46399
47025
|
},
|
|
46400
47026
|
"FlowSource_Encryption": {
|
|
46401
47027
|
"resourceType": "AWS::MediaConnect::FlowSource.Encryption",
|
|
@@ -46407,6 +47033,11 @@
|
|
|
46407
47033
|
"kind": "property",
|
|
46408
47034
|
"lexicon": "aws"
|
|
46409
47035
|
},
|
|
47036
|
+
"FlowSource_Tag": {
|
|
47037
|
+
"resourceType": "AWS::MediaConnect::FlowSource.Tag",
|
|
47038
|
+
"kind": "property",
|
|
47039
|
+
"lexicon": "aws"
|
|
47040
|
+
},
|
|
46410
47041
|
"FlowSource_VpcInterfaceAttachment": {
|
|
46411
47042
|
"resourceType": "AWS::MediaConnect::FlowSource.VpcInterfaceAttachment",
|
|
46412
47043
|
"kind": "property",
|
|
@@ -46664,7 +47295,11 @@
|
|
|
46664
47295
|
"NetworkInterfaceIds": "NetworkInterfaceIds"
|
|
46665
47296
|
},
|
|
46666
47297
|
"propertyConstraints": {
|
|
47298
|
+
"FlowArn": {
|
|
47299
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:flow:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$"
|
|
47300
|
+
},
|
|
46667
47301
|
"RoleArn": {
|
|
47302
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$",
|
|
46668
47303
|
"format": "AWS::IAM::Role.Arn"
|
|
46669
47304
|
},
|
|
46670
47305
|
"SecurityGroupIds": {
|
|
@@ -48331,6 +48966,11 @@
|
|
|
48331
48966
|
"kind": "property",
|
|
48332
48967
|
"lexicon": "aws"
|
|
48333
48968
|
},
|
|
48969
|
+
"GatewayPolicyEngineConfiguration": {
|
|
48970
|
+
"resourceType": "AWS::BedrockAgentCore::Gateway.GatewayPolicyEngineConfiguration",
|
|
48971
|
+
"kind": "property",
|
|
48972
|
+
"lexicon": "aws"
|
|
48973
|
+
},
|
|
48334
48974
|
"GatewayResponse": {
|
|
48335
48975
|
"resourceType": "AWS::ApiGateway::GatewayResponse",
|
|
48336
48976
|
"kind": "resource",
|
|
@@ -48777,6 +49417,11 @@
|
|
|
48777
49417
|
"kind": "property",
|
|
48778
49418
|
"lexicon": "aws"
|
|
48779
49419
|
},
|
|
49420
|
+
"GetOutput": {
|
|
49421
|
+
"resourceType": "AWS::ElementalInference::Feed.GetOutput",
|
|
49422
|
+
"kind": "property",
|
|
49423
|
+
"lexicon": "aws"
|
|
49424
|
+
},
|
|
48780
49425
|
"GitBranchFilterCriteria": {
|
|
48781
49426
|
"resourceType": "AWS::CodePipeline::Pipeline.GitBranchFilterCriteria",
|
|
48782
49427
|
"kind": "property",
|
|
@@ -48980,6 +49625,59 @@
|
|
|
48980
49625
|
"kind": "property",
|
|
48981
49626
|
"lexicon": "aws"
|
|
48982
49627
|
},
|
|
49628
|
+
"GlobalResolver": {
|
|
49629
|
+
"resourceType": "AWS::Route53GlobalResolver::GlobalResolver",
|
|
49630
|
+
"kind": "resource",
|
|
49631
|
+
"lexicon": "aws",
|
|
49632
|
+
"attrs": {
|
|
49633
|
+
"Arn": "Arn",
|
|
49634
|
+
"GlobalResolverId": "GlobalResolverId",
|
|
49635
|
+
"DnsName": "DnsName",
|
|
49636
|
+
"IPv4Addresses": "IPv4Addresses",
|
|
49637
|
+
"IPv6Addresses": "IPv6Addresses",
|
|
49638
|
+
"CreatedAt": "CreatedAt",
|
|
49639
|
+
"UpdatedAt": "UpdatedAt",
|
|
49640
|
+
"Status": "Status"
|
|
49641
|
+
},
|
|
49642
|
+
"propertyConstraints": {
|
|
49643
|
+
"GlobalResolverId": {
|
|
49644
|
+
"minLength": 1,
|
|
49645
|
+
"maxLength": 64
|
|
49646
|
+
},
|
|
49647
|
+
"Arn": {
|
|
49648
|
+
"minLength": 1,
|
|
49649
|
+
"maxLength": 2048
|
|
49650
|
+
},
|
|
49651
|
+
"DnsName": {
|
|
49652
|
+
"minLength": 1,
|
|
49653
|
+
"maxLength": 128
|
|
49654
|
+
},
|
|
49655
|
+
"ClientToken": {
|
|
49656
|
+
"minLength": 1,
|
|
49657
|
+
"maxLength": 256
|
|
49658
|
+
}
|
|
49659
|
+
},
|
|
49660
|
+
"createOnly": [
|
|
49661
|
+
"Regions",
|
|
49662
|
+
"ClientToken"
|
|
49663
|
+
],
|
|
49664
|
+
"writeOnly": [
|
|
49665
|
+
"ClientToken"
|
|
49666
|
+
],
|
|
49667
|
+
"primaryIdentifier": [
|
|
49668
|
+
"GlobalResolverId"
|
|
49669
|
+
],
|
|
49670
|
+
"tagging": {
|
|
49671
|
+
"taggable": true,
|
|
49672
|
+
"tagOnCreate": true,
|
|
49673
|
+
"tagUpdatable": true
|
|
49674
|
+
}
|
|
49675
|
+
},
|
|
49676
|
+
"GlobalResolver_Tag": {
|
|
49677
|
+
"resourceType": "AWS::Route53GlobalResolver::GlobalResolver.Tag",
|
|
49678
|
+
"kind": "property",
|
|
49679
|
+
"lexicon": "aws"
|
|
49680
|
+
},
|
|
48983
49681
|
"GlobalTable": {
|
|
48984
49682
|
"resourceType": "AWS::DynamoDB::GlobalTable",
|
|
48985
49683
|
"kind": "resource",
|
|
@@ -49561,6 +50259,11 @@
|
|
|
49561
50259
|
"kind": "property",
|
|
49562
50260
|
"lexicon": "aws"
|
|
49563
50261
|
},
|
|
50262
|
+
"GlueSecurityConfiguration_S3Encryption": {
|
|
50263
|
+
"resourceType": "AWS::Glue::SecurityConfiguration.S3Encryption",
|
|
50264
|
+
"kind": "property",
|
|
50265
|
+
"lexicon": "aws"
|
|
50266
|
+
},
|
|
49564
50267
|
"GlueTable": {
|
|
49565
50268
|
"resourceType": "AWS::Glue::Table",
|
|
49566
50269
|
"kind": "resource",
|
|
@@ -51230,6 +51933,35 @@
|
|
|
51230
51933
|
"tagUpdatable": true
|
|
51231
51934
|
}
|
|
51232
51935
|
},
|
|
51936
|
+
"HostedZoneAssociation": {
|
|
51937
|
+
"resourceType": "AWS::Route53GlobalResolver::HostedZoneAssociation",
|
|
51938
|
+
"kind": "resource",
|
|
51939
|
+
"lexicon": "aws",
|
|
51940
|
+
"attrs": {
|
|
51941
|
+
"HostedZoneAssociationId": "HostedZoneAssociationId",
|
|
51942
|
+
"HostedZoneName": "HostedZoneName",
|
|
51943
|
+
"CreatedAt": "CreatedAt",
|
|
51944
|
+
"UpdatedAt": "UpdatedAt",
|
|
51945
|
+
"Status": "Status"
|
|
51946
|
+
},
|
|
51947
|
+
"propertyConstraints": {
|
|
51948
|
+
"HostedZoneAssociationId": {
|
|
51949
|
+
"minLength": 1,
|
|
51950
|
+
"maxLength": 64
|
|
51951
|
+
},
|
|
51952
|
+
"HostedZoneName": {
|
|
51953
|
+
"minLength": 1,
|
|
51954
|
+
"maxLength": 1024
|
|
51955
|
+
}
|
|
51956
|
+
},
|
|
51957
|
+
"createOnly": [
|
|
51958
|
+
"HostedZoneId",
|
|
51959
|
+
"ResourceArn"
|
|
51960
|
+
],
|
|
51961
|
+
"primaryIdentifier": [
|
|
51962
|
+
"HostedZoneAssociationId"
|
|
51963
|
+
]
|
|
51964
|
+
},
|
|
51233
51965
|
"HostedZoneConfig": {
|
|
51234
51966
|
"resourceType": "AWS::Route53::HostedZone.HostedZoneConfig",
|
|
51235
51967
|
"kind": "property",
|
|
@@ -51995,6 +52727,38 @@
|
|
|
51995
52727
|
"tagUpdatable": true
|
|
51996
52728
|
}
|
|
51997
52729
|
},
|
|
52730
|
+
"IPAMPrefixListResolverTarget": {
|
|
52731
|
+
"resourceType": "AWS::EC2::IPAMPrefixListResolverTarget",
|
|
52732
|
+
"kind": "resource",
|
|
52733
|
+
"lexicon": "aws",
|
|
52734
|
+
"attrs": {
|
|
52735
|
+
"IpamPrefixListResolverTargetId": "IpamPrefixListResolverTargetId",
|
|
52736
|
+
"IpamPrefixListResolverTargetArn": "IpamPrefixListResolverTargetArn"
|
|
52737
|
+
},
|
|
52738
|
+
"propertyConstraints": {
|
|
52739
|
+
"DesiredVersion": {
|
|
52740
|
+
"format": "int64"
|
|
52741
|
+
}
|
|
52742
|
+
},
|
|
52743
|
+
"createOnly": [
|
|
52744
|
+
"IpamPrefixListResolverId",
|
|
52745
|
+
"PrefixListId",
|
|
52746
|
+
"PrefixListRegion"
|
|
52747
|
+
],
|
|
52748
|
+
"primaryIdentifier": [
|
|
52749
|
+
"IpamPrefixListResolverTargetId"
|
|
52750
|
+
],
|
|
52751
|
+
"tagging": {
|
|
52752
|
+
"taggable": true,
|
|
52753
|
+
"tagOnCreate": true,
|
|
52754
|
+
"tagUpdatable": true
|
|
52755
|
+
}
|
|
52756
|
+
},
|
|
52757
|
+
"IPAMPrefixListResolverTarget_Tag": {
|
|
52758
|
+
"resourceType": "AWS::EC2::IPAMPrefixListResolverTarget.Tag",
|
|
52759
|
+
"kind": "property",
|
|
52760
|
+
"lexicon": "aws"
|
|
52761
|
+
},
|
|
51998
52762
|
"IPAMPrefixListResolver_IpamPrefixListResolverRule": {
|
|
51999
52763
|
"resourceType": "AWS::EC2::IPAMPrefixListResolver.IpamPrefixListResolverRule",
|
|
52000
52764
|
"kind": "property",
|
|
@@ -52450,11 +53214,6 @@
|
|
|
52450
53214
|
"kind": "property",
|
|
52451
53215
|
"lexicon": "aws"
|
|
52452
53216
|
},
|
|
52453
|
-
"IamRole": {
|
|
52454
|
-
"resourceType": "AWS::IoTSiteWise::AccessPolicy.IamRole",
|
|
52455
|
-
"kind": "property",
|
|
52456
|
-
"lexicon": "aws"
|
|
52457
|
-
},
|
|
52458
53217
|
"IamUser": {
|
|
52459
53218
|
"resourceType": "AWS::IoTSiteWise::AccessPolicy.IamUser",
|
|
52460
53219
|
"kind": "property",
|
|
@@ -54083,6 +54842,11 @@
|
|
|
54083
54842
|
"kind": "property",
|
|
54084
54843
|
"lexicon": "aws"
|
|
54085
54844
|
},
|
|
54845
|
+
"InferenceContainerConfig": {
|
|
54846
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithm.InferenceContainerConfig",
|
|
54847
|
+
"kind": "property",
|
|
54848
|
+
"lexicon": "aws"
|
|
54849
|
+
},
|
|
54086
54850
|
"InferenceExecutionConfig": {
|
|
54087
54851
|
"resourceType": "AWS::SageMaker::Model.InferenceExecutionConfig",
|
|
54088
54852
|
"kind": "property",
|
|
@@ -55083,6 +55847,11 @@
|
|
|
55083
55847
|
"Id"
|
|
55084
55848
|
]
|
|
55085
55849
|
},
|
|
55850
|
+
"InsightRule_Tag": {
|
|
55851
|
+
"resourceType": "AWS::CloudWatch::InsightRule.Tag",
|
|
55852
|
+
"kind": "property",
|
|
55853
|
+
"lexicon": "aws"
|
|
55854
|
+
},
|
|
55086
55855
|
"Insight_AwsSecurityFindingFilters": {
|
|
55087
55856
|
"resourceType": "AWS::SecurityHub::Insight.AwsSecurityFindingFilters",
|
|
55088
55857
|
"kind": "property",
|
|
@@ -55432,7 +56201,17 @@
|
|
|
55432
56201
|
"kind": "resource",
|
|
55433
56202
|
"lexicon": "aws",
|
|
55434
56203
|
"attrs": {
|
|
55435
|
-
"Id": "Id"
|
|
56204
|
+
"Id": "Id",
|
|
56205
|
+
"AvailabilityZone": "AvailabilityZone",
|
|
56206
|
+
"AvailabilityZoneId": "AvailabilityZoneId",
|
|
56207
|
+
"CreatedAt": "CreatedAt",
|
|
56208
|
+
"InstanceConnectEndpointArn": "InstanceConnectEndpointArn",
|
|
56209
|
+
"NetworkInterfaceIds": "NetworkInterfaceIds",
|
|
56210
|
+
"OwnerId": "OwnerId",
|
|
56211
|
+
"PublicDnsNames": "PublicDnsNames",
|
|
56212
|
+
"State": "State",
|
|
56213
|
+
"StateMessage": "StateMessage",
|
|
56214
|
+
"VpcId": "VpcId"
|
|
55436
56215
|
},
|
|
55437
56216
|
"propertyConstraints": {
|
|
55438
56217
|
"SubnetId": {
|
|
@@ -55440,6 +56219,19 @@
|
|
|
55440
56219
|
},
|
|
55441
56220
|
"SecurityGroupIds": {
|
|
55442
56221
|
"format": "AWS::EC2::SecurityGroup.Ids"
|
|
56222
|
+
},
|
|
56223
|
+
"State": {
|
|
56224
|
+
"enum": [
|
|
56225
|
+
"create-in-progress",
|
|
56226
|
+
"create-complete",
|
|
56227
|
+
"create-failed",
|
|
56228
|
+
"delete-in-progress",
|
|
56229
|
+
"delete-complete",
|
|
56230
|
+
"delete-failed",
|
|
56231
|
+
"update-in-progress",
|
|
56232
|
+
"update-complete",
|
|
56233
|
+
"update-failed"
|
|
56234
|
+
]
|
|
55443
56235
|
}
|
|
55444
56236
|
},
|
|
55445
56237
|
"createOnly": [
|
|
@@ -55460,6 +56252,26 @@
|
|
|
55460
56252
|
"tagUpdatable": true
|
|
55461
56253
|
}
|
|
55462
56254
|
},
|
|
56255
|
+
"InstanceConnectEndpointDnsNames": {
|
|
56256
|
+
"resourceType": "AWS::EC2::InstanceConnectEndpoint.InstanceConnectEndpointDnsNames",
|
|
56257
|
+
"kind": "property",
|
|
56258
|
+
"lexicon": "aws"
|
|
56259
|
+
},
|
|
56260
|
+
"InstanceConnectEndpointPublicDnsNames": {
|
|
56261
|
+
"resourceType": "AWS::EC2::InstanceConnectEndpoint.InstanceConnectEndpointPublicDnsNames",
|
|
56262
|
+
"kind": "property",
|
|
56263
|
+
"lexicon": "aws"
|
|
56264
|
+
},
|
|
56265
|
+
"InstanceConnectEndpoint_InstanceConnectEndpointDnsNames": {
|
|
56266
|
+
"resourceType": "AWS::EC2::InstanceConnectEndpoint.InstanceConnectEndpointDnsNames",
|
|
56267
|
+
"kind": "property",
|
|
56268
|
+
"lexicon": "aws"
|
|
56269
|
+
},
|
|
56270
|
+
"InstanceConnectEndpoint_InstanceConnectEndpointPublicDnsNames": {
|
|
56271
|
+
"resourceType": "AWS::EC2::InstanceConnectEndpoint.InstanceConnectEndpointPublicDnsNames",
|
|
56272
|
+
"kind": "property",
|
|
56273
|
+
"lexicon": "aws"
|
|
56274
|
+
},
|
|
55463
56275
|
"InstanceConnectEndpoint_Tag": {
|
|
55464
56276
|
"resourceType": "AWS::EC2::InstanceConnectEndpoint.Tag",
|
|
55465
56277
|
"kind": "property",
|
|
@@ -55654,11 +56466,6 @@
|
|
|
55654
56466
|
"kind": "property",
|
|
55655
56467
|
"lexicon": "aws"
|
|
55656
56468
|
},
|
|
55657
|
-
"InstanceMarketOptionsRequest": {
|
|
55658
|
-
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.InstanceMarketOptionsRequest",
|
|
55659
|
-
"kind": "property",
|
|
55660
|
-
"lexicon": "aws"
|
|
55661
|
-
},
|
|
55662
56469
|
"InstanceMetadataOptions": {
|
|
55663
56470
|
"resourceType": "AWS::ImageBuilder::InfrastructureConfiguration.InstanceMetadataOptions",
|
|
55664
56471
|
"kind": "property",
|
|
@@ -63912,6 +64719,11 @@
|
|
|
63912
64719
|
"kind": "property",
|
|
63913
64720
|
"lexicon": "aws"
|
|
63914
64721
|
},
|
|
64722
|
+
"LogRedactionConfiguration": {
|
|
64723
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.LogRedactionConfiguration",
|
|
64724
|
+
"kind": "property",
|
|
64725
|
+
"lexicon": "aws"
|
|
64726
|
+
},
|
|
63915
64727
|
"LogSource": {
|
|
63916
64728
|
"resourceType": "AWS::ObservabilityAdmin::S3TableIntegration.LogSource",
|
|
63917
64729
|
"kind": "property",
|
|
@@ -64102,6 +64914,11 @@
|
|
|
64102
64914
|
"kind": "property",
|
|
64103
64915
|
"lexicon": "aws"
|
|
64104
64916
|
},
|
|
64917
|
+
"LogsConfigurationPolicy": {
|
|
64918
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.LogsConfigurationPolicy",
|
|
64919
|
+
"kind": "property",
|
|
64920
|
+
"lexicon": "aws"
|
|
64921
|
+
},
|
|
64105
64922
|
"LogsDestination": {
|
|
64106
64923
|
"resourceType": "AWS::Logs::Destination",
|
|
64107
64924
|
"kind": "resource",
|
|
@@ -64247,6 +65064,7 @@
|
|
|
64247
65064
|
},
|
|
64248
65065
|
"LastExecutionStatus": {
|
|
64249
65066
|
"enum": [
|
|
65067
|
+
"Pending",
|
|
64250
65068
|
"InvalidQuery",
|
|
64251
65069
|
"Complete",
|
|
64252
65070
|
"Failed",
|
|
@@ -66483,16 +67301,18 @@
|
|
|
66483
67301
|
"Source_SourceArn": "Source.SourceArn",
|
|
66484
67302
|
"Source_IngestIp": "Source.IngestIp",
|
|
66485
67303
|
"Source_SourceIngestPort": "Source.SourceIngestPort",
|
|
66486
|
-
"VpcInterfaces_*_NetworkInterfaceIds": "VpcInterfaces.*.NetworkInterfaceIds",
|
|
66487
|
-
"MediaStreams_*_Fmt": "MediaStreams.*.Fmt",
|
|
66488
67304
|
"EgressIp": "EgressIp",
|
|
66489
67305
|
"FlowNdiMachineName": "FlowNdiMachineName"
|
|
66490
67306
|
},
|
|
66491
67307
|
"propertyConstraints": {
|
|
67308
|
+
"FlowArn": {
|
|
67309
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:flow:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$"
|
|
67310
|
+
},
|
|
66492
67311
|
"FlowSize": {
|
|
66493
67312
|
"enum": [
|
|
66494
67313
|
"MEDIUM",
|
|
66495
|
-
"LARGE"
|
|
67314
|
+
"LARGE",
|
|
67315
|
+
"LARGE_4X"
|
|
66496
67316
|
]
|
|
66497
67317
|
}
|
|
66498
67318
|
},
|
|
@@ -66503,7 +67323,21 @@
|
|
|
66503
67323
|
],
|
|
66504
67324
|
"primaryIdentifier": [
|
|
66505
67325
|
"FlowArn"
|
|
66506
|
-
]
|
|
67326
|
+
],
|
|
67327
|
+
"deprecatedProperties": [
|
|
67328
|
+
"Source/SenderIpAddress",
|
|
67329
|
+
"Source/SenderControlPort",
|
|
67330
|
+
"Source/Decryption/ResourceId",
|
|
67331
|
+
"Source/Decryption/ConstantInitializationVector",
|
|
67332
|
+
"Source/Decryption/DeviceId",
|
|
67333
|
+
"Source/Decryption/Region",
|
|
67334
|
+
"Source/Decryption/Url"
|
|
67335
|
+
],
|
|
67336
|
+
"tagging": {
|
|
67337
|
+
"taggable": true,
|
|
67338
|
+
"tagOnCreate": true,
|
|
67339
|
+
"tagUpdatable": true
|
|
67340
|
+
}
|
|
66507
67341
|
},
|
|
66508
67342
|
"MediaConnectFlowRequest": {
|
|
66509
67343
|
"resourceType": "AWS::MediaLive::Input.MediaConnectFlowRequest",
|
|
@@ -66530,6 +67364,11 @@
|
|
|
66530
67364
|
"kind": "property",
|
|
66531
67365
|
"lexicon": "aws"
|
|
66532
67366
|
},
|
|
67367
|
+
"MediaConnectFlow_EncodingConfig": {
|
|
67368
|
+
"resourceType": "AWS::MediaConnect::Flow.EncodingConfig",
|
|
67369
|
+
"kind": "property",
|
|
67370
|
+
"lexicon": "aws"
|
|
67371
|
+
},
|
|
66533
67372
|
"MediaConnectFlow_Encryption": {
|
|
66534
67373
|
"resourceType": "AWS::MediaConnect::Flow.Encryption",
|
|
66535
67374
|
"kind": "property",
|
|
@@ -66600,6 +67439,11 @@
|
|
|
66600
67439
|
"kind": "property",
|
|
66601
67440
|
"lexicon": "aws"
|
|
66602
67441
|
},
|
|
67442
|
+
"MediaConnectFlow_NdiSourceSettings": {
|
|
67443
|
+
"resourceType": "AWS::MediaConnect::Flow.NdiSourceSettings",
|
|
67444
|
+
"kind": "property",
|
|
67445
|
+
"lexicon": "aws"
|
|
67446
|
+
},
|
|
66603
67447
|
"MediaConnectFlow_SecretsManagerEncryptionKeyConfiguration": {
|
|
66604
67448
|
"resourceType": "AWS::MediaConnect::Flow.SecretsManagerEncryptionKeyConfiguration",
|
|
66605
67449
|
"kind": "property",
|
|
@@ -66620,6 +67464,11 @@
|
|
|
66620
67464
|
"kind": "property",
|
|
66621
67465
|
"lexicon": "aws"
|
|
66622
67466
|
},
|
|
67467
|
+
"MediaConnectFlow_Tag": {
|
|
67468
|
+
"resourceType": "AWS::MediaConnect::Flow.Tag",
|
|
67469
|
+
"kind": "property",
|
|
67470
|
+
"lexicon": "aws"
|
|
67471
|
+
},
|
|
66623
67472
|
"MediaConnectFlow_VideoMonitoringSetting": {
|
|
66624
67473
|
"resourceType": "AWS::MediaConnect::Flow.VideoMonitoringSetting",
|
|
66625
67474
|
"kind": "property",
|
|
@@ -69388,11 +70237,6 @@
|
|
|
69388
70237
|
"kind": "property",
|
|
69389
70238
|
"lexicon": "aws"
|
|
69390
70239
|
},
|
|
69391
|
-
"MetricDefinition": {
|
|
69392
|
-
"resourceType": "AWS::RUM::AppMonitor.MetricDefinition",
|
|
69393
|
-
"kind": "property",
|
|
69394
|
-
"lexicon": "aws"
|
|
69395
|
-
},
|
|
69396
70240
|
"MetricDefinitionObject": {
|
|
69397
70241
|
"resourceType": "AWS::Evidently::Launch.MetricDefinitionObject",
|
|
69398
70242
|
"kind": "property",
|
|
@@ -69591,6 +70435,11 @@
|
|
|
69591
70435
|
"kind": "property",
|
|
69592
70436
|
"lexicon": "aws"
|
|
69593
70437
|
},
|
|
70438
|
+
"MetricsConfigurationPolicy": {
|
|
70439
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.MetricsConfigurationPolicy",
|
|
70440
|
+
"kind": "property",
|
|
70441
|
+
"lexicon": "aws"
|
|
70442
|
+
},
|
|
69594
70443
|
"MetricsSource": {
|
|
69595
70444
|
"resourceType": "AWS::SageMaker::ModelPackage.MetricsSource",
|
|
69596
70445
|
"kind": "property",
|
|
@@ -71989,6 +72838,11 @@
|
|
|
71989
72838
|
"kind": "property",
|
|
71990
72839
|
"lexicon": "aws"
|
|
71991
72840
|
},
|
|
72841
|
+
"NdiSourceSettings": {
|
|
72842
|
+
"resourceType": "AWS::MediaConnect::Flow.NdiSourceSettings",
|
|
72843
|
+
"kind": "property",
|
|
72844
|
+
"lexicon": "aws"
|
|
72845
|
+
},
|
|
71992
72846
|
"NegativeFormat": {
|
|
71993
72847
|
"resourceType": "AWS::QuickSight::Topic.NegativeFormat",
|
|
71994
72848
|
"kind": "property",
|
|
@@ -74273,6 +75127,18 @@
|
|
|
74273
75127
|
"DISABLED"
|
|
74274
75128
|
]
|
|
74275
75129
|
},
|
|
75130
|
+
"KmsAccess": {
|
|
75131
|
+
"enum": [
|
|
75132
|
+
"ENABLED",
|
|
75133
|
+
"DISABLED"
|
|
75134
|
+
]
|
|
75135
|
+
},
|
|
75136
|
+
"StsAccess": {
|
|
75137
|
+
"enum": [
|
|
75138
|
+
"ENABLED",
|
|
75139
|
+
"DISABLED"
|
|
75140
|
+
]
|
|
75141
|
+
},
|
|
74276
75142
|
"ZeroEtlAccess": {
|
|
74277
75143
|
"enum": [
|
|
74278
75144
|
"ENABLED",
|
|
@@ -74293,6 +75159,11 @@
|
|
|
74293
75159
|
"DefaultDnsPrefix",
|
|
74294
75160
|
"S3Access",
|
|
74295
75161
|
"S3PolicyDocument",
|
|
75162
|
+
"KmsAccess",
|
|
75163
|
+
"KmsPolicyDocument",
|
|
75164
|
+
"StsAccess",
|
|
75165
|
+
"StsPolicyDocument",
|
|
75166
|
+
"CrossRegionS3RestoreSources",
|
|
74296
75167
|
"ZeroEtlAccess"
|
|
74297
75168
|
],
|
|
74298
75169
|
"primaryIdentifier": [
|
|
@@ -74305,6 +75176,11 @@
|
|
|
74305
75176
|
"tagUpdatable": true
|
|
74306
75177
|
}
|
|
74307
75178
|
},
|
|
75179
|
+
"OdbNetwork_CrossRegionS3RestoreSourcesAccess": {
|
|
75180
|
+
"resourceType": "AWS::ODB::OdbNetwork.CrossRegionS3RestoreSourcesAccess",
|
|
75181
|
+
"kind": "property",
|
|
75182
|
+
"lexicon": "aws"
|
|
75183
|
+
},
|
|
74308
75184
|
"OdbNetwork_ManagedServices": {
|
|
74309
75185
|
"resourceType": "AWS::ODB::OdbNetwork.ManagedServices",
|
|
74310
75186
|
"kind": "property",
|
|
@@ -74345,12 +75221,14 @@
|
|
|
74345
75221
|
},
|
|
74346
75222
|
"createOnly": [
|
|
74347
75223
|
"OdbNetworkId",
|
|
74348
|
-
"PeerNetworkId"
|
|
75224
|
+
"PeerNetworkId",
|
|
75225
|
+
"PeerNetworkRouteTableIds"
|
|
74349
75226
|
],
|
|
74350
75227
|
"writeOnly": [
|
|
74351
75228
|
"OdbNetworkId",
|
|
74352
75229
|
"PeerNetworkId",
|
|
74353
|
-
"AdditionalPeerNetworkCidrs"
|
|
75230
|
+
"AdditionalPeerNetworkCidrs",
|
|
75231
|
+
"PeerNetworkRouteTableIds"
|
|
74354
75232
|
],
|
|
74355
75233
|
"primaryIdentifier": [
|
|
74356
75234
|
"OdbPeeringConnectionArn"
|
|
@@ -74841,7 +75719,9 @@
|
|
|
74841
75719
|
"Type",
|
|
74842
75720
|
"StandbyReplicas",
|
|
74843
75721
|
"CollectionGroupName",
|
|
74844
|
-
"EncryptionConfig"
|
|
75722
|
+
"EncryptionConfig",
|
|
75723
|
+
"VectorOptions",
|
|
75724
|
+
"VectorOptions/ServerlessVectorAcceleration"
|
|
74845
75725
|
],
|
|
74846
75726
|
"writeOnly": [
|
|
74847
75727
|
"Tags",
|
|
@@ -74866,6 +75746,11 @@
|
|
|
74866
75746
|
"kind": "property",
|
|
74867
75747
|
"lexicon": "aws"
|
|
74868
75748
|
},
|
|
75749
|
+
"OpenSearchServerlessCollection_VectorOptions": {
|
|
75750
|
+
"resourceType": "AWS::OpenSearchServerless::Collection.VectorOptions",
|
|
75751
|
+
"kind": "property",
|
|
75752
|
+
"lexicon": "aws"
|
|
75753
|
+
},
|
|
74869
75754
|
"OpenSearchServerlessConfiguration": {
|
|
74870
75755
|
"resourceType": "AWS::Bedrock::KnowledgeBase.OpenSearchServerlessConfiguration",
|
|
74871
75756
|
"kind": "property",
|
|
@@ -75063,6 +75948,11 @@
|
|
|
75063
75948
|
"kind": "property",
|
|
75064
75949
|
"lexicon": "aws"
|
|
75065
75950
|
},
|
|
75951
|
+
"OpenSearchServiceDomain_DeploymentStrategyOptions": {
|
|
75952
|
+
"resourceType": "AWS::OpenSearchService::Domain.DeploymentStrategyOptions",
|
|
75953
|
+
"kind": "property",
|
|
75954
|
+
"lexicon": "aws"
|
|
75955
|
+
},
|
|
75066
75956
|
"OpenSearchServiceDomain_DomainEndpointOptions": {
|
|
75067
75957
|
"resourceType": "AWS::OpenSearchService::Domain.DomainEndpointOptions",
|
|
75068
75958
|
"kind": "property",
|
|
@@ -76993,16 +77883,6 @@
|
|
|
76993
77883
|
"Status": "Status"
|
|
76994
77884
|
},
|
|
76995
77885
|
"propertyConstraints": {
|
|
76996
|
-
"Id": {
|
|
76997
|
-
"pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{1,40})$"
|
|
76998
|
-
},
|
|
76999
|
-
"Size": {
|
|
77000
|
-
"enum": [
|
|
77001
|
-
"SMALL",
|
|
77002
|
-
"MEDIUM",
|
|
77003
|
-
"LARGE"
|
|
77004
|
-
]
|
|
77005
|
-
},
|
|
77006
77886
|
"Status": {
|
|
77007
77887
|
"enum": [
|
|
77008
77888
|
"CREATING",
|
|
@@ -77013,6 +77893,16 @@
|
|
|
77013
77893
|
"DELETE_FAILED",
|
|
77014
77894
|
"UPDATE_FAILED"
|
|
77015
77895
|
]
|
|
77896
|
+
},
|
|
77897
|
+
"Size": {
|
|
77898
|
+
"enum": [
|
|
77899
|
+
"SMALL",
|
|
77900
|
+
"MEDIUM",
|
|
77901
|
+
"LARGE"
|
|
77902
|
+
]
|
|
77903
|
+
},
|
|
77904
|
+
"Id": {
|
|
77905
|
+
"pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{1,40})$"
|
|
77016
77906
|
}
|
|
77017
77907
|
},
|
|
77018
77908
|
"createOnly": [
|
|
@@ -80255,6 +81145,11 @@
|
|
|
80255
81145
|
"kind": "property",
|
|
80256
81146
|
"lexicon": "aws"
|
|
80257
81147
|
},
|
|
81148
|
+
"PolicyStore_SchemaDefinition": {
|
|
81149
|
+
"resourceType": "AWS::VerifiedPermissions::PolicyStore.SchemaDefinition",
|
|
81150
|
+
"kind": "property",
|
|
81151
|
+
"lexicon": "aws"
|
|
81152
|
+
},
|
|
80258
81153
|
"PolicyStore_Tag": {
|
|
80259
81154
|
"resourceType": "AWS::VerifiedPermissions::PolicyStore.Tag",
|
|
80260
81155
|
"kind": "property",
|
|
@@ -81086,6 +81981,16 @@
|
|
|
81086
81981
|
"kind": "property",
|
|
81087
81982
|
"lexicon": "aws"
|
|
81088
81983
|
},
|
|
81984
|
+
"PrivacyConfiguration": {
|
|
81985
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfiguration",
|
|
81986
|
+
"kind": "property",
|
|
81987
|
+
"lexicon": "aws"
|
|
81988
|
+
},
|
|
81989
|
+
"PrivacyConfigurationPolicies": {
|
|
81990
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfigurationPolicies",
|
|
81991
|
+
"kind": "property",
|
|
81992
|
+
"lexicon": "aws"
|
|
81993
|
+
},
|
|
81089
81994
|
"PrivateDnsNameOptionsRequest": {
|
|
81090
81995
|
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.PrivateDnsNameOptionsRequest",
|
|
81091
81996
|
"kind": "property",
|
|
@@ -89858,6 +90763,73 @@
|
|
|
89858
90763
|
"kind": "property",
|
|
89859
90764
|
"lexicon": "aws"
|
|
89860
90765
|
},
|
|
90766
|
+
"QuotaShare": {
|
|
90767
|
+
"resourceType": "AWS::Batch::QuotaShare",
|
|
90768
|
+
"kind": "resource",
|
|
90769
|
+
"lexicon": "aws",
|
|
90770
|
+
"attrs": {
|
|
90771
|
+
"QuotaShareArn": "QuotaShareArn"
|
|
90772
|
+
},
|
|
90773
|
+
"propertyConstraints": {
|
|
90774
|
+
"QuotaShareName": {
|
|
90775
|
+
"minLength": 1,
|
|
90776
|
+
"maxLength": 128
|
|
90777
|
+
},
|
|
90778
|
+
"State": {
|
|
90779
|
+
"enum": [
|
|
90780
|
+
"ENABLED",
|
|
90781
|
+
"DISABLED"
|
|
90782
|
+
]
|
|
90783
|
+
}
|
|
90784
|
+
},
|
|
90785
|
+
"createOnly": [
|
|
90786
|
+
"QuotaShareName",
|
|
90787
|
+
"JobQueue"
|
|
90788
|
+
],
|
|
90789
|
+
"primaryIdentifier": [
|
|
90790
|
+
"QuotaShareArn"
|
|
90791
|
+
],
|
|
90792
|
+
"tagging": {
|
|
90793
|
+
"taggable": true,
|
|
90794
|
+
"tagOnCreate": true,
|
|
90795
|
+
"tagUpdatable": true
|
|
90796
|
+
}
|
|
90797
|
+
},
|
|
90798
|
+
"QuotaShareCapacityLimit": {
|
|
90799
|
+
"resourceType": "AWS::Batch::QuotaShare.QuotaShareCapacityLimit",
|
|
90800
|
+
"kind": "property",
|
|
90801
|
+
"lexicon": "aws"
|
|
90802
|
+
},
|
|
90803
|
+
"QuotaSharePolicy": {
|
|
90804
|
+
"resourceType": "AWS::Batch::SchedulingPolicy.QuotaSharePolicy",
|
|
90805
|
+
"kind": "property",
|
|
90806
|
+
"lexicon": "aws"
|
|
90807
|
+
},
|
|
90808
|
+
"QuotaSharePreemptionConfiguration": {
|
|
90809
|
+
"resourceType": "AWS::Batch::QuotaShare.QuotaSharePreemptionConfiguration",
|
|
90810
|
+
"kind": "property",
|
|
90811
|
+
"lexicon": "aws"
|
|
90812
|
+
},
|
|
90813
|
+
"QuotaShareResourceSharingConfiguration": {
|
|
90814
|
+
"resourceType": "AWS::Batch::QuotaShare.QuotaShareResourceSharingConfiguration",
|
|
90815
|
+
"kind": "property",
|
|
90816
|
+
"lexicon": "aws"
|
|
90817
|
+
},
|
|
90818
|
+
"QuotaShare_QuotaShareCapacityLimit": {
|
|
90819
|
+
"resourceType": "AWS::Batch::QuotaShare.QuotaShareCapacityLimit",
|
|
90820
|
+
"kind": "property",
|
|
90821
|
+
"lexicon": "aws"
|
|
90822
|
+
},
|
|
90823
|
+
"QuotaShare_QuotaSharePreemptionConfiguration": {
|
|
90824
|
+
"resourceType": "AWS::Batch::QuotaShare.QuotaSharePreemptionConfiguration",
|
|
90825
|
+
"kind": "property",
|
|
90826
|
+
"lexicon": "aws"
|
|
90827
|
+
},
|
|
90828
|
+
"QuotaShare_QuotaShareResourceSharingConfiguration": {
|
|
90829
|
+
"resourceType": "AWS::Batch::QuotaShare.QuotaShareResourceSharingConfiguration",
|
|
90830
|
+
"kind": "property",
|
|
90831
|
+
"lexicon": "aws"
|
|
90832
|
+
},
|
|
89861
90833
|
"R53ResourceRecord": {
|
|
89862
90834
|
"resourceType": "AWS::Route53RecoveryReadiness::ResourceSet.R53ResourceRecord",
|
|
89863
90835
|
"kind": "property",
|
|
@@ -92297,30 +93269,6 @@
|
|
|
92297
93269
|
"kind": "property",
|
|
92298
93270
|
"lexicon": "aws"
|
|
92299
93271
|
},
|
|
92300
|
-
"RemediationConfiguration": {
|
|
92301
|
-
"resourceType": "AWS::Config::RemediationConfiguration",
|
|
92302
|
-
"kind": "resource",
|
|
92303
|
-
"lexicon": "aws",
|
|
92304
|
-
"attrs": {
|
|
92305
|
-
"Id": "Id"
|
|
92306
|
-
},
|
|
92307
|
-
"createOnly": [
|
|
92308
|
-
"ConfigRuleName"
|
|
92309
|
-
],
|
|
92310
|
-
"primaryIdentifier": [
|
|
92311
|
-
"Id"
|
|
92312
|
-
]
|
|
92313
|
-
},
|
|
92314
|
-
"RemediationConfiguration_ExecutionControls": {
|
|
92315
|
-
"resourceType": "AWS::Config::RemediationConfiguration.ExecutionControls",
|
|
92316
|
-
"kind": "property",
|
|
92317
|
-
"lexicon": "aws"
|
|
92318
|
-
},
|
|
92319
|
-
"RemediationConfiguration_SsmControls": {
|
|
92320
|
-
"resourceType": "AWS::Config::RemediationConfiguration.SsmControls",
|
|
92321
|
-
"kind": "property",
|
|
92322
|
-
"lexicon": "aws"
|
|
92323
|
-
},
|
|
92324
93272
|
"RemixSettings": {
|
|
92325
93273
|
"resourceType": "AWS::MediaLive::Channel.RemixSettings",
|
|
92326
93274
|
"kind": "property",
|
|
@@ -92545,48 +93493,96 @@
|
|
|
92545
93493
|
"kind": "resource",
|
|
92546
93494
|
"lexicon": "aws",
|
|
92547
93495
|
"attrs": {
|
|
93496
|
+
"ConfigurationEndPoint": "ConfigurationEndPoint",
|
|
92548
93497
|
"ConfigurationEndPoint_Address": "ConfigurationEndPoint.Address",
|
|
93498
|
+
"ConfigurationEndPoint_Port": "ConfigurationEndPoint.Port",
|
|
93499
|
+
"PrimaryEndPoint": "PrimaryEndPoint",
|
|
92549
93500
|
"PrimaryEndPoint_Address": "PrimaryEndPoint.Address",
|
|
92550
93501
|
"PrimaryEndPoint_Port": "PrimaryEndPoint.Port",
|
|
92551
|
-
"
|
|
92552
|
-
"ConfigurationEndPoint_Port": "ConfigurationEndPoint.Port",
|
|
92553
|
-
"ReadEndPoint_Addresses_List": "ReadEndPoint.Addresses.List",
|
|
92554
|
-
"ReadEndPoint_Ports_List": "ReadEndPoint.Ports.List",
|
|
92555
|
-
"ReaderEndPoint_Port": "ReaderEndPoint.Port",
|
|
93502
|
+
"ReadEndPoint": "ReadEndPoint",
|
|
92556
93503
|
"ReadEndPoint_Addresses": "ReadEndPoint.Addresses",
|
|
93504
|
+
"ReadEndPoint_AddressesList": "ReadEndPoint.AddressesList",
|
|
92557
93505
|
"ReadEndPoint_Ports": "ReadEndPoint.Ports",
|
|
92558
|
-
"
|
|
93506
|
+
"ReadEndPoint_PortsList": "ReadEndPoint.PortsList",
|
|
93507
|
+
"ReaderEndPoint": "ReaderEndPoint",
|
|
93508
|
+
"ReaderEndPoint_Address": "ReaderEndPoint.Address",
|
|
93509
|
+
"ReaderEndPoint_Port": "ReaderEndPoint.Port"
|
|
92559
93510
|
},
|
|
92560
93511
|
"propertyConstraints": {
|
|
93512
|
+
"NumNodeGroups": {
|
|
93513
|
+
"default": 1
|
|
93514
|
+
},
|
|
93515
|
+
"AutomaticFailoverEnabled": {
|
|
93516
|
+
"default": false
|
|
93517
|
+
},
|
|
92561
93518
|
"ReplicasPerNodeGroup": {
|
|
92562
93519
|
"minimum": 0,
|
|
92563
93520
|
"maximum": 5
|
|
92564
93521
|
},
|
|
92565
|
-
"
|
|
92566
|
-
"
|
|
93522
|
+
"TransitEncryptionEnabled": {
|
|
93523
|
+
"default": false
|
|
92567
93524
|
},
|
|
92568
93525
|
"NumCacheClusters": {
|
|
92569
93526
|
"minimum": 1,
|
|
92570
93527
|
"maximum": 6
|
|
93528
|
+
},
|
|
93529
|
+
"AtRestEncryptionEnabled": {
|
|
93530
|
+
"default": false
|
|
93531
|
+
},
|
|
93532
|
+
"SecurityGroupIds": {
|
|
93533
|
+
"format": "AWS::EC2::SecurityGroup.Ids"
|
|
93534
|
+
},
|
|
93535
|
+
"SnapshotRetentionLimit": {
|
|
93536
|
+
"default": 0
|
|
92571
93537
|
}
|
|
92572
93538
|
},
|
|
92573
93539
|
"createOnly": [
|
|
93540
|
+
"AtRestEncryptionEnabled",
|
|
93541
|
+
"CacheSubnetGroupName",
|
|
93542
|
+
"DataTieringEnabled",
|
|
93543
|
+
"GlobalReplicationGroupId",
|
|
92574
93544
|
"KmsKeyId",
|
|
93545
|
+
"NetworkType",
|
|
92575
93546
|
"Port",
|
|
93547
|
+
"PreferredCacheClusterAZs",
|
|
93548
|
+
"ReplicasPerNodeGroup",
|
|
93549
|
+
"ReplicationGroupId",
|
|
92576
93550
|
"SnapshotArns",
|
|
92577
|
-
"SnapshotName"
|
|
93551
|
+
"SnapshotName"
|
|
93552
|
+
],
|
|
93553
|
+
"writeOnly": [
|
|
93554
|
+
"AuthToken",
|
|
93555
|
+
"CacheParameterGroupName",
|
|
93556
|
+
"CacheSecurityGroupNames",
|
|
92578
93557
|
"CacheSubnetGroupName",
|
|
92579
|
-
"
|
|
92580
|
-
"
|
|
92581
|
-
"
|
|
92582
|
-
"
|
|
92583
|
-
"
|
|
93558
|
+
"EngineVersion",
|
|
93559
|
+
"NotificationTopicArn",
|
|
93560
|
+
"PreferredMaintenanceWindow",
|
|
93561
|
+
"SecurityGroupIds",
|
|
93562
|
+
"SnapshotArns",
|
|
93563
|
+
"SnapshotName",
|
|
93564
|
+
"NodeGroupConfiguration",
|
|
93565
|
+
"NumNodeGroups",
|
|
92584
93566
|
"ReplicasPerNodeGroup",
|
|
93567
|
+
"KmsKeyId",
|
|
93568
|
+
"PrimaryClusterId",
|
|
92585
93569
|
"PreferredCacheClusterAZs"
|
|
92586
93570
|
],
|
|
92587
93571
|
"primaryIdentifier": [
|
|
92588
93572
|
"ReplicationGroupId"
|
|
92589
|
-
]
|
|
93573
|
+
],
|
|
93574
|
+
"deprecatedProperties": [
|
|
93575
|
+
"CacheSecurityGroupNames"
|
|
93576
|
+
],
|
|
93577
|
+
"conditionalCreateOnly": [
|
|
93578
|
+
"AuthToken",
|
|
93579
|
+
"NodeGroupConfiguration"
|
|
93580
|
+
],
|
|
93581
|
+
"tagging": {
|
|
93582
|
+
"taggable": true,
|
|
93583
|
+
"tagOnCreate": true,
|
|
93584
|
+
"tagUpdatable": true
|
|
93585
|
+
}
|
|
92590
93586
|
},
|
|
92591
93587
|
"ReplicationGroup_CloudWatchLogsDestinationDetails": {
|
|
92592
93588
|
"resourceType": "AWS::ElastiCache::ReplicationGroup.CloudWatchLogsDestinationDetails",
|
|
@@ -92598,6 +93594,11 @@
|
|
|
92598
93594
|
"kind": "property",
|
|
92599
93595
|
"lexicon": "aws"
|
|
92600
93596
|
},
|
|
93597
|
+
"ReplicationGroup_Endpoint": {
|
|
93598
|
+
"resourceType": "AWS::ElastiCache::ReplicationGroup.Endpoint",
|
|
93599
|
+
"kind": "property",
|
|
93600
|
+
"lexicon": "aws"
|
|
93601
|
+
},
|
|
92601
93602
|
"ReplicationGroup_KinesisFirehoseDestinationDetails": {
|
|
92602
93603
|
"resourceType": "AWS::ElastiCache::ReplicationGroup.KinesisFirehoseDestinationDetails",
|
|
92603
93604
|
"kind": "property",
|
|
@@ -93331,6 +94332,11 @@
|
|
|
93331
94332
|
"kind": "property",
|
|
93332
94333
|
"lexicon": "aws"
|
|
93333
94334
|
},
|
|
94335
|
+
"ReservedCapacityOptionsRequest": {
|
|
94336
|
+
"resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
|
|
94337
|
+
"kind": "property",
|
|
94338
|
+
"lexicon": "aws"
|
|
94339
|
+
},
|
|
93334
94340
|
"ResetTimer": {
|
|
93335
94341
|
"resourceType": "AWS::IoTEvents::DetectorModel.ResetTimer",
|
|
93336
94342
|
"kind": "property",
|
|
@@ -95626,6 +96632,66 @@
|
|
|
95626
96632
|
"kind": "property",
|
|
95627
96633
|
"lexicon": "aws"
|
|
95628
96634
|
},
|
|
96635
|
+
"Route53GlobalResolverFirewallDomainList": {
|
|
96636
|
+
"resourceType": "AWS::Route53GlobalResolver::FirewallDomainList",
|
|
96637
|
+
"kind": "resource",
|
|
96638
|
+
"lexicon": "aws",
|
|
96639
|
+
"attrs": {
|
|
96640
|
+
"Arn": "Arn",
|
|
96641
|
+
"FirewallDomainListId": "FirewallDomainListId",
|
|
96642
|
+
"DomainCount": "DomainCount",
|
|
96643
|
+
"CreatedAt": "CreatedAt",
|
|
96644
|
+
"UpdatedAt": "UpdatedAt",
|
|
96645
|
+
"Status": "Status",
|
|
96646
|
+
"StatusMessage": "StatusMessage"
|
|
96647
|
+
},
|
|
96648
|
+
"propertyConstraints": {
|
|
96649
|
+
"FirewallDomainListId": {
|
|
96650
|
+
"minLength": 1,
|
|
96651
|
+
"maxLength": 64
|
|
96652
|
+
},
|
|
96653
|
+
"Arn": {
|
|
96654
|
+
"minLength": 1,
|
|
96655
|
+
"maxLength": 2048
|
|
96656
|
+
},
|
|
96657
|
+
"GlobalResolverId": {
|
|
96658
|
+
"minLength": 1,
|
|
96659
|
+
"maxLength": 64
|
|
96660
|
+
},
|
|
96661
|
+
"DomainFileUrl": {
|
|
96662
|
+
"minLength": 1,
|
|
96663
|
+
"maxLength": 1024
|
|
96664
|
+
},
|
|
96665
|
+
"ClientToken": {
|
|
96666
|
+
"minLength": 1,
|
|
96667
|
+
"maxLength": 256
|
|
96668
|
+
}
|
|
96669
|
+
},
|
|
96670
|
+
"createOnly": [
|
|
96671
|
+
"GlobalResolverId",
|
|
96672
|
+
"Name",
|
|
96673
|
+
"Description",
|
|
96674
|
+
"ClientToken"
|
|
96675
|
+
],
|
|
96676
|
+
"writeOnly": [
|
|
96677
|
+
"ClientToken",
|
|
96678
|
+
"Domains",
|
|
96679
|
+
"DomainFileUrl"
|
|
96680
|
+
],
|
|
96681
|
+
"primaryIdentifier": [
|
|
96682
|
+
"FirewallDomainListId"
|
|
96683
|
+
],
|
|
96684
|
+
"tagging": {
|
|
96685
|
+
"taggable": true,
|
|
96686
|
+
"tagOnCreate": true,
|
|
96687
|
+
"tagUpdatable": true
|
|
96688
|
+
}
|
|
96689
|
+
},
|
|
96690
|
+
"Route53GlobalResolverFirewallDomainList_Tag": {
|
|
96691
|
+
"resourceType": "AWS::Route53GlobalResolver::FirewallDomainList.Tag",
|
|
96692
|
+
"kind": "property",
|
|
96693
|
+
"lexicon": "aws"
|
|
96694
|
+
},
|
|
95629
96695
|
"Route53HealthCheckConfiguration": {
|
|
95630
96696
|
"resourceType": "AWS::ARCRegionSwitch::Plan.Route53HealthCheckConfiguration",
|
|
95631
96697
|
"kind": "property",
|
|
@@ -95787,6 +96853,90 @@
|
|
|
95787
96853
|
"kind": "property",
|
|
95788
96854
|
"lexicon": "aws"
|
|
95789
96855
|
},
|
|
96856
|
+
"Route53ResolverFirewallDomainList": {
|
|
96857
|
+
"resourceType": "AWS::Route53Resolver::FirewallDomainList",
|
|
96858
|
+
"kind": "resource",
|
|
96859
|
+
"lexicon": "aws",
|
|
96860
|
+
"attrs": {
|
|
96861
|
+
"Id": "Id",
|
|
96862
|
+
"Arn": "Arn",
|
|
96863
|
+
"DomainCount": "DomainCount",
|
|
96864
|
+
"Status": "Status",
|
|
96865
|
+
"StatusMessage": "StatusMessage",
|
|
96866
|
+
"ManagedOwnerName": "ManagedOwnerName",
|
|
96867
|
+
"CreatorRequestId": "CreatorRequestId",
|
|
96868
|
+
"CreationTime": "CreationTime",
|
|
96869
|
+
"ModificationTime": "ModificationTime"
|
|
96870
|
+
},
|
|
96871
|
+
"propertyConstraints": {
|
|
96872
|
+
"Id": {
|
|
96873
|
+
"minLength": 1,
|
|
96874
|
+
"maxLength": 64
|
|
96875
|
+
},
|
|
96876
|
+
"Arn": {
|
|
96877
|
+
"minLength": 1,
|
|
96878
|
+
"maxLength": 600
|
|
96879
|
+
},
|
|
96880
|
+
"Name": {
|
|
96881
|
+
"pattern": "(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)",
|
|
96882
|
+
"minLength": 1,
|
|
96883
|
+
"maxLength": 64
|
|
96884
|
+
},
|
|
96885
|
+
"DomainCount": {
|
|
96886
|
+
"minimum": 0
|
|
96887
|
+
},
|
|
96888
|
+
"Status": {
|
|
96889
|
+
"enum": [
|
|
96890
|
+
"COMPLETE",
|
|
96891
|
+
"DELETING",
|
|
96892
|
+
"UPDATING",
|
|
96893
|
+
"COMPLETE_IMPORT_FAILED",
|
|
96894
|
+
"IMPORTING",
|
|
96895
|
+
"INACTIVE_OWNER_ACCOUNT_CLOSED"
|
|
96896
|
+
]
|
|
96897
|
+
},
|
|
96898
|
+
"ManagedOwnerName": {
|
|
96899
|
+
"minLength": 1,
|
|
96900
|
+
"maxLength": 512
|
|
96901
|
+
},
|
|
96902
|
+
"CreatorRequestId": {
|
|
96903
|
+
"minLength": 1,
|
|
96904
|
+
"maxLength": 255
|
|
96905
|
+
},
|
|
96906
|
+
"CreationTime": {
|
|
96907
|
+
"minLength": 20,
|
|
96908
|
+
"maxLength": 40
|
|
96909
|
+
},
|
|
96910
|
+
"ModificationTime": {
|
|
96911
|
+
"minLength": 20,
|
|
96912
|
+
"maxLength": 40
|
|
96913
|
+
},
|
|
96914
|
+
"DomainFileUrl": {
|
|
96915
|
+
"minLength": 1,
|
|
96916
|
+
"maxLength": 1024
|
|
96917
|
+
}
|
|
96918
|
+
},
|
|
96919
|
+
"createOnly": [
|
|
96920
|
+
"Name"
|
|
96921
|
+
],
|
|
96922
|
+
"writeOnly": [
|
|
96923
|
+
"Domains",
|
|
96924
|
+
"DomainFileUrl"
|
|
96925
|
+
],
|
|
96926
|
+
"primaryIdentifier": [
|
|
96927
|
+
"Id"
|
|
96928
|
+
],
|
|
96929
|
+
"tagging": {
|
|
96930
|
+
"taggable": true,
|
|
96931
|
+
"tagOnCreate": true,
|
|
96932
|
+
"tagUpdatable": true
|
|
96933
|
+
}
|
|
96934
|
+
},
|
|
96935
|
+
"Route53ResolverFirewallDomainList_Tag": {
|
|
96936
|
+
"resourceType": "AWS::Route53Resolver::FirewallDomainList.Tag",
|
|
96937
|
+
"kind": "property",
|
|
96938
|
+
"lexicon": "aws"
|
|
96939
|
+
},
|
|
95790
96940
|
"Route53ResourceRecordSet": {
|
|
95791
96941
|
"resourceType": "AWS::ARCRegionSwitch::Plan.Route53ResourceRecordSet",
|
|
95792
96942
|
"kind": "property",
|
|
@@ -97215,11 +98365,6 @@
|
|
|
97215
98365
|
"kind": "property",
|
|
97216
98366
|
"lexicon": "aws"
|
|
97217
98367
|
},
|
|
97218
|
-
"S3Encryption": {
|
|
97219
|
-
"resourceType": "AWS::Synthetics::Canary.S3Encryption",
|
|
97220
|
-
"kind": "property",
|
|
97221
|
-
"lexicon": "aws"
|
|
97222
|
-
},
|
|
97223
98368
|
"S3EncryptionConfiguration": {
|
|
97224
98369
|
"resourceType": "AWS::EMRContainers::SecurityConfiguration.S3EncryptionConfiguration",
|
|
97225
98370
|
"kind": "property",
|
|
@@ -100356,6 +101501,11 @@
|
|
|
100356
101501
|
"kind": "property",
|
|
100357
101502
|
"lexicon": "aws"
|
|
100358
101503
|
},
|
|
101504
|
+
"SchedulingPolicy_QuotaSharePolicy": {
|
|
101505
|
+
"resourceType": "AWS::Batch::SchedulingPolicy.QuotaSharePolicy",
|
|
101506
|
+
"kind": "property",
|
|
101507
|
+
"lexicon": "aws"
|
|
101508
|
+
},
|
|
100359
101509
|
"SchedulingPolicy_ShareAttributes": {
|
|
100360
101510
|
"resourceType": "AWS::Batch::SchedulingPolicy.ShareAttributes",
|
|
100361
101511
|
"kind": "property",
|
|
@@ -105234,11 +106384,6 @@
|
|
|
105234
106384
|
"kind": "property",
|
|
105235
106385
|
"lexicon": "aws"
|
|
105236
106386
|
},
|
|
105237
|
-
"SpotMarketOptions": {
|
|
105238
|
-
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.SpotMarketOptions",
|
|
105239
|
-
"kind": "property",
|
|
105240
|
-
"lexicon": "aws"
|
|
105241
|
-
},
|
|
105242
106387
|
"SpotOptions": {
|
|
105243
106388
|
"resourceType": "AWS::EC2::LaunchTemplate.SpotOptions",
|
|
105244
106389
|
"kind": "property",
|
|
@@ -105384,11 +106529,6 @@
|
|
|
105384
106529
|
"kind": "property",
|
|
105385
106530
|
"lexicon": "aws"
|
|
105386
106531
|
},
|
|
105387
|
-
"SsmControls": {
|
|
105388
|
-
"resourceType": "AWS::Config::RemediationConfiguration.SsmControls",
|
|
105389
|
-
"kind": "property",
|
|
105390
|
-
"lexicon": "aws"
|
|
105391
|
-
},
|
|
105392
106532
|
"SsmParameter": {
|
|
105393
106533
|
"resourceType": "AWS::SSM::Parameter",
|
|
105394
106534
|
"kind": "resource",
|
|
@@ -105616,6 +106756,9 @@
|
|
|
105616
106756
|
"PortfolioId",
|
|
105617
106757
|
"ProductId"
|
|
105618
106758
|
],
|
|
106759
|
+
"writeOnly": [
|
|
106760
|
+
"AcceptLanguage"
|
|
106761
|
+
],
|
|
105619
106762
|
"primaryIdentifier": [
|
|
105620
106763
|
"Id"
|
|
105621
106764
|
]
|
|
@@ -108506,7 +109649,7 @@
|
|
|
108506
109649
|
],
|
|
108507
109650
|
"tagging": {
|
|
108508
109651
|
"taggable": true,
|
|
108509
|
-
"tagOnCreate":
|
|
109652
|
+
"tagOnCreate": true,
|
|
108510
109653
|
"tagUpdatable": true
|
|
108511
109654
|
}
|
|
108512
109655
|
},
|
|
@@ -108555,6 +109698,11 @@
|
|
|
108555
109698
|
"kind": "property",
|
|
108556
109699
|
"lexicon": "aws"
|
|
108557
109700
|
},
|
|
109701
|
+
"TargetRedshiftCatalog": {
|
|
109702
|
+
"resourceType": "AWS::Glue::Catalog.TargetRedshiftCatalog",
|
|
109703
|
+
"kind": "property",
|
|
109704
|
+
"lexicon": "aws"
|
|
109705
|
+
},
|
|
108558
109706
|
"TargetResource": {
|
|
108559
109707
|
"resourceType": "AWS::Route53RecoveryReadiness::ResourceSet.TargetResource",
|
|
108560
109708
|
"kind": "property",
|
|
@@ -109597,6 +110745,20 @@
|
|
|
109597
110745
|
"kind": "property",
|
|
109598
110746
|
"lexicon": "aws"
|
|
109599
110747
|
},
|
|
110748
|
+
"TelemetryEnrichment": {
|
|
110749
|
+
"resourceType": "AWS::ObservabilityAdmin::TelemetryEnrichment",
|
|
110750
|
+
"kind": "resource",
|
|
110751
|
+
"lexicon": "aws",
|
|
110752
|
+
"attrs": {
|
|
110753
|
+
"Status": "Status"
|
|
110754
|
+
},
|
|
110755
|
+
"createOnly": [
|
|
110756
|
+
"Scope"
|
|
110757
|
+
],
|
|
110758
|
+
"primaryIdentifier": [
|
|
110759
|
+
"Scope"
|
|
110760
|
+
]
|
|
110761
|
+
},
|
|
109600
110762
|
"TelemetryPipeline": {
|
|
109601
110763
|
"resourceType": "AWS::ObservabilityAdmin::TelemetryPipelines.TelemetryPipeline",
|
|
109602
110764
|
"kind": "property",
|
|
@@ -111599,6 +112761,36 @@
|
|
|
111599
112761
|
"kind": "property",
|
|
111600
112762
|
"lexicon": "aws"
|
|
111601
112763
|
},
|
|
112764
|
+
"TrainedModelArtifactMaxSize": {
|
|
112765
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelArtifactMaxSize",
|
|
112766
|
+
"kind": "property",
|
|
112767
|
+
"lexicon": "aws"
|
|
112768
|
+
},
|
|
112769
|
+
"TrainedModelExportsConfigurationPolicy": {
|
|
112770
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelExportsConfigurationPolicy",
|
|
112771
|
+
"kind": "property",
|
|
112772
|
+
"lexicon": "aws"
|
|
112773
|
+
},
|
|
112774
|
+
"TrainedModelExportsMaxSize": {
|
|
112775
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSize",
|
|
112776
|
+
"kind": "property",
|
|
112777
|
+
"lexicon": "aws"
|
|
112778
|
+
},
|
|
112779
|
+
"TrainedModelInferenceJobsConfigurationPolicy": {
|
|
112780
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelInferenceJobsConfigurationPolicy",
|
|
112781
|
+
"kind": "property",
|
|
112782
|
+
"lexicon": "aws"
|
|
112783
|
+
},
|
|
112784
|
+
"TrainedModelInferenceMaxOutputSize": {
|
|
112785
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelInferenceMaxOutputSize",
|
|
112786
|
+
"kind": "property",
|
|
112787
|
+
"lexicon": "aws"
|
|
112788
|
+
},
|
|
112789
|
+
"TrainedModelsConfigurationPolicy": {
|
|
112790
|
+
"resourceType": "AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.TrainedModelsConfigurationPolicy",
|
|
112791
|
+
"kind": "property",
|
|
112792
|
+
"lexicon": "aws"
|
|
112793
|
+
},
|
|
111602
112794
|
"TrainingDataset": {
|
|
111603
112795
|
"resourceType": "AWS::CleanRoomsML::TrainingDataset",
|
|
111604
112796
|
"kind": "resource",
|
|
@@ -115310,6 +116502,11 @@
|
|
|
115310
116502
|
"kind": "property",
|
|
115311
116503
|
"lexicon": "aws"
|
|
115312
116504
|
},
|
|
116505
|
+
"VectorOptions": {
|
|
116506
|
+
"resourceType": "AWS::OpenSearchServerless::Collection.VectorOptions",
|
|
116507
|
+
"kind": "property",
|
|
116508
|
+
"lexicon": "aws"
|
|
116509
|
+
},
|
|
115313
116510
|
"VectorSearchConfiguration": {
|
|
115314
116511
|
"resourceType": "AWS::NeptuneGraph::Graph.VectorSearchConfiguration",
|
|
115315
116512
|
"kind": "property",
|
|
@@ -120385,8 +121582,7 @@
|
|
|
120385
121582
|
"Workgroup_BaseCapacity": "Workgroup.BaseCapacity",
|
|
120386
121583
|
"Workgroup_MaxCapacity": "Workgroup.MaxCapacity",
|
|
120387
121584
|
"Workgroup_EnhancedVpcRouting": "Workgroup.EnhancedVpcRouting",
|
|
120388
|
-
"
|
|
120389
|
-
"Workgroup_ConfigParameters_*_ParameterValue": "Workgroup.ConfigParameters.*.ParameterValue",
|
|
121585
|
+
"Workgroup_ConfigParameters": "Workgroup.ConfigParameters",
|
|
120390
121586
|
"Workgroup_SecurityGroupIds": "Workgroup.SecurityGroupIds",
|
|
120391
121587
|
"Workgroup_SubnetIds": "Workgroup.SubnetIds",
|
|
120392
121588
|
"Workgroup_TrackName": "Workgroup.TrackName",
|
|
@@ -120650,11 +121846,6 @@
|
|
|
120650
121846
|
"kind": "property",
|
|
120651
121847
|
"lexicon": "aws"
|
|
120652
121848
|
},
|
|
120653
|
-
"WorkspaceInstance_InstanceMarketOptionsRequest": {
|
|
120654
|
-
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.InstanceMarketOptionsRequest",
|
|
120655
|
-
"kind": "property",
|
|
120656
|
-
"lexicon": "aws"
|
|
120657
|
-
},
|
|
120658
121849
|
"WorkspaceInstance_InstanceMetadataOptionsRequest": {
|
|
120659
121850
|
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.InstanceMetadataOptionsRequest",
|
|
120660
121851
|
"kind": "property",
|
|
@@ -120705,11 +121896,6 @@
|
|
|
120705
121896
|
"kind": "property",
|
|
120706
121897
|
"lexicon": "aws"
|
|
120707
121898
|
},
|
|
120708
|
-
"WorkspaceInstance_SpotMarketOptions": {
|
|
120709
|
-
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.SpotMarketOptions",
|
|
120710
|
-
"kind": "property",
|
|
120711
|
-
"lexicon": "aws"
|
|
120712
|
-
},
|
|
120713
121899
|
"WorkspaceInstance_Tag": {
|
|
120714
121900
|
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.Tag",
|
|
120715
121901
|
"kind": "property",
|