@intentius/chant-lexicon-aws 0.0.24 → 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 +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +557 -54
- package/dist/types/index.d.ts +620 -60
- package/package.json +5 -2
- package/src/generated/index.d.ts +620 -60
- package/src/generated/index.ts +53 -9
- package/src/generated/lexicon-aws.json +557 -54
|
@@ -1951,6 +1951,37 @@
|
|
|
1951
1951
|
"kind": "property",
|
|
1952
1952
|
"lexicon": "aws"
|
|
1953
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
|
+
},
|
|
1954
1985
|
"AccountGrouping": {
|
|
1955
1986
|
"resourceType": "AWS::BillingConductor::BillingGroup.AccountGrouping",
|
|
1956
1987
|
"kind": "property",
|
|
@@ -8754,7 +8785,7 @@
|
|
|
8754
8785
|
"maxLength": 255
|
|
8755
8786
|
},
|
|
8756
8787
|
"Domain": {
|
|
8757
|
-
"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,}[^\\*-])$",
|
|
8758
8789
|
"minLength": 1,
|
|
8759
8790
|
"maxLength": 253
|
|
8760
8791
|
},
|
|
@@ -12804,6 +12835,11 @@
|
|
|
12804
12835
|
"kind": "property",
|
|
12805
12836
|
"lexicon": "aws"
|
|
12806
12837
|
},
|
|
12838
|
+
"BedrockAgentCoreGateway_GatewayPolicyEngineConfiguration": {
|
|
12839
|
+
"resourceType": "AWS::BedrockAgentCore::Gateway.GatewayPolicyEngineConfiguration",
|
|
12840
|
+
"kind": "property",
|
|
12841
|
+
"lexicon": "aws"
|
|
12842
|
+
},
|
|
12807
12843
|
"BedrockAgentCoreGateway_InterceptorInputConfiguration": {
|
|
12808
12844
|
"resourceType": "AWS::BedrockAgentCore::Gateway.InterceptorInputConfiguration",
|
|
12809
12845
|
"kind": "property",
|
|
@@ -15412,6 +15448,12 @@
|
|
|
15412
15448
|
"minLength": 3,
|
|
15413
15449
|
"maxLength": 63
|
|
15414
15450
|
},
|
|
15451
|
+
"BucketNamespace": {
|
|
15452
|
+
"enum": [
|
|
15453
|
+
"global",
|
|
15454
|
+
"account-regional"
|
|
15455
|
+
]
|
|
15456
|
+
},
|
|
15415
15457
|
"AbacStatus": {
|
|
15416
15458
|
"enum": [
|
|
15417
15459
|
"Enabled",
|
|
@@ -15423,10 +15465,14 @@
|
|
|
15423
15465
|
}
|
|
15424
15466
|
},
|
|
15425
15467
|
"createOnly": [
|
|
15426
|
-
"BucketName"
|
|
15468
|
+
"BucketName",
|
|
15469
|
+
"BucketNamePrefix",
|
|
15470
|
+
"BucketNamespace"
|
|
15427
15471
|
],
|
|
15428
15472
|
"writeOnly": [
|
|
15429
15473
|
"AccessControl",
|
|
15474
|
+
"BucketNamePrefix",
|
|
15475
|
+
"BucketNamespace",
|
|
15430
15476
|
"MetadataConfiguration/JournalTableConfiguration/EncryptionConfiguration",
|
|
15431
15477
|
"MetadataConfiguration/InventoryTableConfiguration/EncryptionConfiguration",
|
|
15432
15478
|
"LifecycleConfiguration/Rules/*/NoncurrentVersionExpirationInDays",
|
|
@@ -17303,11 +17349,108 @@
|
|
|
17303
17349
|
"kind": "property",
|
|
17304
17350
|
"lexicon": "aws"
|
|
17305
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
|
+
},
|
|
17306
17414
|
"CatalogTarget": {
|
|
17307
17415
|
"resourceType": "AWS::Glue::Crawler.CatalogTarget",
|
|
17308
17416
|
"kind": "property",
|
|
17309
17417
|
"lexicon": "aws"
|
|
17310
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
|
+
},
|
|
17311
17454
|
"CategoricalHyperParameterRange": {
|
|
17312
17455
|
"resourceType": "AWS::Personalize::Solution.CategoricalHyperParameterRange",
|
|
17313
17456
|
"kind": "property",
|
|
@@ -18564,6 +18707,11 @@
|
|
|
18564
18707
|
"Id"
|
|
18565
18708
|
]
|
|
18566
18709
|
},
|
|
18710
|
+
"ClippingConfig": {
|
|
18711
|
+
"resourceType": "AWS::ElementalInference::Feed.ClippingConfig",
|
|
18712
|
+
"kind": "property",
|
|
18713
|
+
"lexicon": "aws"
|
|
18714
|
+
},
|
|
18567
18715
|
"CloudAutonomousVmCluster": {
|
|
18568
18716
|
"resourceType": "AWS::ODB::CloudAutonomousVmCluster",
|
|
18569
18717
|
"kind": "resource",
|
|
@@ -18596,7 +18744,8 @@
|
|
|
18596
18744
|
"ProvisionedCpus": "ProvisionedCpus",
|
|
18597
18745
|
"ReclaimableCpus": "ReclaimableCpus",
|
|
18598
18746
|
"ReservedCpus": "ReservedCpus",
|
|
18599
|
-
"Shape": "Shape"
|
|
18747
|
+
"Shape": "Shape",
|
|
18748
|
+
"IamRoles_*_Status": "IamRoles.*.Status"
|
|
18600
18749
|
},
|
|
18601
18750
|
"propertyConstraints": {
|
|
18602
18751
|
"DisplayName": {
|
|
@@ -18656,6 +18805,11 @@
|
|
|
18656
18805
|
"tagUpdatable": true
|
|
18657
18806
|
}
|
|
18658
18807
|
},
|
|
18808
|
+
"CloudAutonomousVmCluster_IamRole": {
|
|
18809
|
+
"resourceType": "AWS::ODB::CloudAutonomousVmCluster.IamRole",
|
|
18810
|
+
"kind": "property",
|
|
18811
|
+
"lexicon": "aws"
|
|
18812
|
+
},
|
|
18659
18813
|
"CloudAutonomousVmCluster_MaintenanceWindow": {
|
|
18660
18814
|
"resourceType": "AWS::ODB::CloudAutonomousVmCluster.MaintenanceWindow",
|
|
18661
18815
|
"kind": "property",
|
|
@@ -19049,7 +19203,8 @@
|
|
|
19049
19203
|
"DbNodes_*_BackupVnic2Id": "DbNodes.*.BackupVnic2Id",
|
|
19050
19204
|
"DbNodes_*_VnicId": "DbNodes.*.VnicId",
|
|
19051
19205
|
"DbNodes_*_Vnic2Id": "DbNodes.*.Vnic2Id",
|
|
19052
|
-
"DbNodes_*_HostIpId": "DbNodes.*.HostIpId"
|
|
19206
|
+
"DbNodes_*_HostIpId": "DbNodes.*.HostIpId",
|
|
19207
|
+
"IamRoles_*_Status": "IamRoles.*.Status"
|
|
19053
19208
|
},
|
|
19054
19209
|
"propertyConstraints": {
|
|
19055
19210
|
"ClusterName": {
|
|
@@ -19148,6 +19303,11 @@
|
|
|
19148
19303
|
"kind": "property",
|
|
19149
19304
|
"lexicon": "aws"
|
|
19150
19305
|
},
|
|
19306
|
+
"CloudVmCluster_IamRole": {
|
|
19307
|
+
"resourceType": "AWS::ODB::CloudVmCluster.IamRole",
|
|
19308
|
+
"kind": "property",
|
|
19309
|
+
"lexicon": "aws"
|
|
19310
|
+
},
|
|
19151
19311
|
"CloudVmCluster_Tag": {
|
|
19152
19312
|
"resourceType": "AWS::ODB::CloudVmCluster.Tag",
|
|
19153
19313
|
"kind": "property",
|
|
@@ -26167,6 +26327,11 @@
|
|
|
26167
26327
|
"kind": "property",
|
|
26168
26328
|
"lexicon": "aws"
|
|
26169
26329
|
},
|
|
26330
|
+
"CrossRegionS3RestoreSourcesAccess": {
|
|
26331
|
+
"resourceType": "AWS::ODB::OdbNetwork.CrossRegionS3RestoreSourcesAccess",
|
|
26332
|
+
"kind": "property",
|
|
26333
|
+
"lexicon": "aws"
|
|
26334
|
+
},
|
|
26170
26335
|
"CsrExtensions": {
|
|
26171
26336
|
"resourceType": "AWS::ACMPCA::CertificateAuthority.CsrExtensions",
|
|
26172
26337
|
"kind": "property",
|
|
@@ -29337,6 +29502,11 @@
|
|
|
29337
29502
|
"tagUpdatable": true
|
|
29338
29503
|
}
|
|
29339
29504
|
},
|
|
29505
|
+
"DataLakeAccessProperties": {
|
|
29506
|
+
"resourceType": "AWS::Glue::Catalog.DataLakeAccessProperties",
|
|
29507
|
+
"kind": "property",
|
|
29508
|
+
"lexicon": "aws"
|
|
29509
|
+
},
|
|
29340
29510
|
"DataLakeSettings": {
|
|
29341
29511
|
"resourceType": "AWS::LakeFormation::DataLakeSettings",
|
|
29342
29512
|
"kind": "resource",
|
|
@@ -41240,6 +41410,11 @@
|
|
|
41240
41410
|
"kind": "property",
|
|
41241
41411
|
"lexicon": "aws"
|
|
41242
41412
|
},
|
|
41413
|
+
"EncodingConfig": {
|
|
41414
|
+
"resourceType": "AWS::MediaConnect::Flow.EncodingConfig",
|
|
41415
|
+
"kind": "property",
|
|
41416
|
+
"lexicon": "aws"
|
|
41417
|
+
},
|
|
41243
41418
|
"EncodingParameters": {
|
|
41244
41419
|
"resourceType": "AWS::MediaConnect::FlowOutput.EncodingParameters",
|
|
41245
41420
|
"kind": "property",
|
|
@@ -45345,6 +45520,11 @@
|
|
|
45345
45520
|
"FarmId": {
|
|
45346
45521
|
"pattern": "^farm-[0-9a-f]{32}$"
|
|
45347
45522
|
},
|
|
45523
|
+
"CostScaleFactor": {
|
|
45524
|
+
"minimum": 0,
|
|
45525
|
+
"maximum": 100,
|
|
45526
|
+
"default": 1
|
|
45527
|
+
},
|
|
45348
45528
|
"KmsKeyArn": {
|
|
45349
45529
|
"pattern": "^arn:aws[-a-z]*:kms:.*:key/.*"
|
|
45350
45530
|
},
|
|
@@ -45566,6 +45746,11 @@
|
|
|
45566
45746
|
"kind": "property",
|
|
45567
45747
|
"lexicon": "aws"
|
|
45568
45748
|
},
|
|
45749
|
+
"FederatedCatalog": {
|
|
45750
|
+
"resourceType": "AWS::Glue::Catalog.FederatedCatalog",
|
|
45751
|
+
"kind": "property",
|
|
45752
|
+
"lexicon": "aws"
|
|
45753
|
+
},
|
|
45569
45754
|
"FederatedDatabase": {
|
|
45570
45755
|
"resourceType": "AWS::Glue::Database.FederatedDatabase",
|
|
45571
45756
|
"kind": "property",
|
|
@@ -45576,6 +45761,42 @@
|
|
|
45576
45761
|
"kind": "property",
|
|
45577
45762
|
"lexicon": "aws"
|
|
45578
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
|
+
},
|
|
45579
45800
|
"FeedbackAttributes": {
|
|
45580
45801
|
"resourceType": "AWS::SES::EmailIdentity.FeedbackAttributes",
|
|
45581
45802
|
"kind": "property",
|
|
@@ -46537,6 +46758,9 @@
|
|
|
46537
46758
|
"EntitlementArn": "EntitlementArn"
|
|
46538
46759
|
},
|
|
46539
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
|
+
},
|
|
46540
46764
|
"DataTransferSubscriberFeePercent": {
|
|
46541
46765
|
"default": 0
|
|
46542
46766
|
},
|
|
@@ -46548,18 +46772,36 @@
|
|
|
46548
46772
|
}
|
|
46549
46773
|
},
|
|
46550
46774
|
"createOnly": [
|
|
46775
|
+
"FlowArn",
|
|
46551
46776
|
"DataTransferSubscriberFeePercent",
|
|
46552
46777
|
"Name"
|
|
46553
46778
|
],
|
|
46554
46779
|
"primaryIdentifier": [
|
|
46555
46780
|
"EntitlementArn"
|
|
46556
|
-
]
|
|
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
|
+
}
|
|
46557
46794
|
},
|
|
46558
46795
|
"FlowEntitlement_Encryption": {
|
|
46559
46796
|
"resourceType": "AWS::MediaConnect::FlowEntitlement.Encryption",
|
|
46560
46797
|
"kind": "property",
|
|
46561
46798
|
"lexicon": "aws"
|
|
46562
46799
|
},
|
|
46800
|
+
"FlowEntitlement_Tag": {
|
|
46801
|
+
"resourceType": "AWS::MediaConnect::FlowEntitlement.Tag",
|
|
46802
|
+
"kind": "property",
|
|
46803
|
+
"lexicon": "aws"
|
|
46804
|
+
},
|
|
46563
46805
|
"FlowLog": {
|
|
46564
46806
|
"resourceType": "AWS::EC2::FlowLog",
|
|
46565
46807
|
"kind": "resource",
|
|
@@ -46636,6 +46878,12 @@
|
|
|
46636
46878
|
"OutputArn": "OutputArn"
|
|
46637
46879
|
},
|
|
46638
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
|
+
},
|
|
46639
46887
|
"Protocol": {
|
|
46640
46888
|
"enum": [
|
|
46641
46889
|
"zixi-push",
|
|
@@ -46643,7 +46891,6 @@
|
|
|
46643
46891
|
"rtp",
|
|
46644
46892
|
"zixi-pull",
|
|
46645
46893
|
"rist",
|
|
46646
|
-
"fujitsu-qos",
|
|
46647
46894
|
"srt-listener",
|
|
46648
46895
|
"srt-caller",
|
|
46649
46896
|
"st2110-jpegxs",
|
|
@@ -46665,11 +46912,17 @@
|
|
|
46665
46912
|
}
|
|
46666
46913
|
},
|
|
46667
46914
|
"createOnly": [
|
|
46668
|
-
"Name"
|
|
46915
|
+
"Name",
|
|
46916
|
+
"FlowArn"
|
|
46669
46917
|
],
|
|
46670
46918
|
"primaryIdentifier": [
|
|
46671
46919
|
"OutputArn"
|
|
46672
|
-
]
|
|
46920
|
+
],
|
|
46921
|
+
"tagging": {
|
|
46922
|
+
"taggable": true,
|
|
46923
|
+
"tagOnCreate": true,
|
|
46924
|
+
"tagUpdatable": true
|
|
46925
|
+
}
|
|
46673
46926
|
},
|
|
46674
46927
|
"FlowOutput_DestinationConfiguration": {
|
|
46675
46928
|
"resourceType": "AWS::MediaConnect::FlowOutput.DestinationConfiguration",
|
|
@@ -46706,6 +46959,11 @@
|
|
|
46706
46959
|
"kind": "property",
|
|
46707
46960
|
"lexicon": "aws"
|
|
46708
46961
|
},
|
|
46962
|
+
"FlowOutput_Tag": {
|
|
46963
|
+
"resourceType": "AWS::MediaConnect::FlowOutput.Tag",
|
|
46964
|
+
"kind": "property",
|
|
46965
|
+
"lexicon": "aws"
|
|
46966
|
+
},
|
|
46709
46967
|
"FlowOutput_VpcInterfaceAttachment": {
|
|
46710
46968
|
"resourceType": "AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment",
|
|
46711
46969
|
"kind": "property",
|
|
@@ -46721,6 +46979,15 @@
|
|
|
46721
46979
|
"SourceIngestPort": "SourceIngestPort"
|
|
46722
46980
|
},
|
|
46723
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
|
+
},
|
|
46724
46991
|
"Protocol": {
|
|
46725
46992
|
"enum": [
|
|
46726
46993
|
"zixi-push",
|
|
@@ -46733,11 +47000,28 @@
|
|
|
46733
47000
|
}
|
|
46734
47001
|
},
|
|
46735
47002
|
"createOnly": [
|
|
46736
|
-
"
|
|
47003
|
+
"FlowArn",
|
|
47004
|
+
"Name",
|
|
47005
|
+
"Protocol"
|
|
46737
47006
|
],
|
|
46738
47007
|
"primaryIdentifier": [
|
|
46739
47008
|
"SourceArn"
|
|
46740
|
-
]
|
|
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
|
+
}
|
|
46741
47025
|
},
|
|
46742
47026
|
"FlowSource_Encryption": {
|
|
46743
47027
|
"resourceType": "AWS::MediaConnect::FlowSource.Encryption",
|
|
@@ -46749,6 +47033,11 @@
|
|
|
46749
47033
|
"kind": "property",
|
|
46750
47034
|
"lexicon": "aws"
|
|
46751
47035
|
},
|
|
47036
|
+
"FlowSource_Tag": {
|
|
47037
|
+
"resourceType": "AWS::MediaConnect::FlowSource.Tag",
|
|
47038
|
+
"kind": "property",
|
|
47039
|
+
"lexicon": "aws"
|
|
47040
|
+
},
|
|
46752
47041
|
"FlowSource_VpcInterfaceAttachment": {
|
|
46753
47042
|
"resourceType": "AWS::MediaConnect::FlowSource.VpcInterfaceAttachment",
|
|
46754
47043
|
"kind": "property",
|
|
@@ -47006,7 +47295,11 @@
|
|
|
47006
47295
|
"NetworkInterfaceIds": "NetworkInterfaceIds"
|
|
47007
47296
|
},
|
|
47008
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
|
+
},
|
|
47009
47301
|
"RoleArn": {
|
|
47302
|
+
"pattern": "^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$",
|
|
47010
47303
|
"format": "AWS::IAM::Role.Arn"
|
|
47011
47304
|
},
|
|
47012
47305
|
"SecurityGroupIds": {
|
|
@@ -48673,6 +48966,11 @@
|
|
|
48673
48966
|
"kind": "property",
|
|
48674
48967
|
"lexicon": "aws"
|
|
48675
48968
|
},
|
|
48969
|
+
"GatewayPolicyEngineConfiguration": {
|
|
48970
|
+
"resourceType": "AWS::BedrockAgentCore::Gateway.GatewayPolicyEngineConfiguration",
|
|
48971
|
+
"kind": "property",
|
|
48972
|
+
"lexicon": "aws"
|
|
48973
|
+
},
|
|
48676
48974
|
"GatewayResponse": {
|
|
48677
48975
|
"resourceType": "AWS::ApiGateway::GatewayResponse",
|
|
48678
48976
|
"kind": "resource",
|
|
@@ -49119,6 +49417,11 @@
|
|
|
49119
49417
|
"kind": "property",
|
|
49120
49418
|
"lexicon": "aws"
|
|
49121
49419
|
},
|
|
49420
|
+
"GetOutput": {
|
|
49421
|
+
"resourceType": "AWS::ElementalInference::Feed.GetOutput",
|
|
49422
|
+
"kind": "property",
|
|
49423
|
+
"lexicon": "aws"
|
|
49424
|
+
},
|
|
49122
49425
|
"GitBranchFilterCriteria": {
|
|
49123
49426
|
"resourceType": "AWS::CodePipeline::Pipeline.GitBranchFilterCriteria",
|
|
49124
49427
|
"kind": "property",
|
|
@@ -52424,6 +52727,38 @@
|
|
|
52424
52727
|
"tagUpdatable": true
|
|
52425
52728
|
}
|
|
52426
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
|
+
},
|
|
52427
52762
|
"IPAMPrefixListResolver_IpamPrefixListResolverRule": {
|
|
52428
52763
|
"resourceType": "AWS::EC2::IPAMPrefixListResolver.IpamPrefixListResolverRule",
|
|
52429
52764
|
"kind": "property",
|
|
@@ -52879,11 +53214,6 @@
|
|
|
52879
53214
|
"kind": "property",
|
|
52880
53215
|
"lexicon": "aws"
|
|
52881
53216
|
},
|
|
52882
|
-
"IamRole": {
|
|
52883
|
-
"resourceType": "AWS::IoTSiteWise::AccessPolicy.IamRole",
|
|
52884
|
-
"kind": "property",
|
|
52885
|
-
"lexicon": "aws"
|
|
52886
|
-
},
|
|
52887
53217
|
"IamUser": {
|
|
52888
53218
|
"resourceType": "AWS::IoTSiteWise::AccessPolicy.IamUser",
|
|
52889
53219
|
"kind": "property",
|
|
@@ -55871,7 +56201,17 @@
|
|
|
55871
56201
|
"kind": "resource",
|
|
55872
56202
|
"lexicon": "aws",
|
|
55873
56203
|
"attrs": {
|
|
55874
|
-
"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"
|
|
55875
56215
|
},
|
|
55876
56216
|
"propertyConstraints": {
|
|
55877
56217
|
"SubnetId": {
|
|
@@ -55879,6 +56219,19 @@
|
|
|
55879
56219
|
},
|
|
55880
56220
|
"SecurityGroupIds": {
|
|
55881
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
|
+
]
|
|
55882
56235
|
}
|
|
55883
56236
|
},
|
|
55884
56237
|
"createOnly": [
|
|
@@ -55899,6 +56252,26 @@
|
|
|
55899
56252
|
"tagUpdatable": true
|
|
55900
56253
|
}
|
|
55901
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
|
+
},
|
|
55902
56275
|
"InstanceConnectEndpoint_Tag": {
|
|
55903
56276
|
"resourceType": "AWS::EC2::InstanceConnectEndpoint.Tag",
|
|
55904
56277
|
"kind": "property",
|
|
@@ -56093,11 +56466,6 @@
|
|
|
56093
56466
|
"kind": "property",
|
|
56094
56467
|
"lexicon": "aws"
|
|
56095
56468
|
},
|
|
56096
|
-
"InstanceMarketOptionsRequest": {
|
|
56097
|
-
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.InstanceMarketOptionsRequest",
|
|
56098
|
-
"kind": "property",
|
|
56099
|
-
"lexicon": "aws"
|
|
56100
|
-
},
|
|
56101
56469
|
"InstanceMetadataOptions": {
|
|
56102
56470
|
"resourceType": "AWS::ImageBuilder::InfrastructureConfiguration.InstanceMetadataOptions",
|
|
56103
56471
|
"kind": "property",
|
|
@@ -64696,6 +65064,7 @@
|
|
|
64696
65064
|
},
|
|
64697
65065
|
"LastExecutionStatus": {
|
|
64698
65066
|
"enum": [
|
|
65067
|
+
"Pending",
|
|
64699
65068
|
"InvalidQuery",
|
|
64700
65069
|
"Complete",
|
|
64701
65070
|
"Failed",
|
|
@@ -66932,16 +67301,18 @@
|
|
|
66932
67301
|
"Source_SourceArn": "Source.SourceArn",
|
|
66933
67302
|
"Source_IngestIp": "Source.IngestIp",
|
|
66934
67303
|
"Source_SourceIngestPort": "Source.SourceIngestPort",
|
|
66935
|
-
"VpcInterfaces_*_NetworkInterfaceIds": "VpcInterfaces.*.NetworkInterfaceIds",
|
|
66936
|
-
"MediaStreams_*_Fmt": "MediaStreams.*.Fmt",
|
|
66937
67304
|
"EgressIp": "EgressIp",
|
|
66938
67305
|
"FlowNdiMachineName": "FlowNdiMachineName"
|
|
66939
67306
|
},
|
|
66940
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
|
+
},
|
|
66941
67311
|
"FlowSize": {
|
|
66942
67312
|
"enum": [
|
|
66943
67313
|
"MEDIUM",
|
|
66944
|
-
"LARGE"
|
|
67314
|
+
"LARGE",
|
|
67315
|
+
"LARGE_4X"
|
|
66945
67316
|
]
|
|
66946
67317
|
}
|
|
66947
67318
|
},
|
|
@@ -66952,7 +67323,21 @@
|
|
|
66952
67323
|
],
|
|
66953
67324
|
"primaryIdentifier": [
|
|
66954
67325
|
"FlowArn"
|
|
66955
|
-
]
|
|
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
|
+
}
|
|
66956
67341
|
},
|
|
66957
67342
|
"MediaConnectFlowRequest": {
|
|
66958
67343
|
"resourceType": "AWS::MediaLive::Input.MediaConnectFlowRequest",
|
|
@@ -66979,6 +67364,11 @@
|
|
|
66979
67364
|
"kind": "property",
|
|
66980
67365
|
"lexicon": "aws"
|
|
66981
67366
|
},
|
|
67367
|
+
"MediaConnectFlow_EncodingConfig": {
|
|
67368
|
+
"resourceType": "AWS::MediaConnect::Flow.EncodingConfig",
|
|
67369
|
+
"kind": "property",
|
|
67370
|
+
"lexicon": "aws"
|
|
67371
|
+
},
|
|
66982
67372
|
"MediaConnectFlow_Encryption": {
|
|
66983
67373
|
"resourceType": "AWS::MediaConnect::Flow.Encryption",
|
|
66984
67374
|
"kind": "property",
|
|
@@ -67049,6 +67439,11 @@
|
|
|
67049
67439
|
"kind": "property",
|
|
67050
67440
|
"lexicon": "aws"
|
|
67051
67441
|
},
|
|
67442
|
+
"MediaConnectFlow_NdiSourceSettings": {
|
|
67443
|
+
"resourceType": "AWS::MediaConnect::Flow.NdiSourceSettings",
|
|
67444
|
+
"kind": "property",
|
|
67445
|
+
"lexicon": "aws"
|
|
67446
|
+
},
|
|
67052
67447
|
"MediaConnectFlow_SecretsManagerEncryptionKeyConfiguration": {
|
|
67053
67448
|
"resourceType": "AWS::MediaConnect::Flow.SecretsManagerEncryptionKeyConfiguration",
|
|
67054
67449
|
"kind": "property",
|
|
@@ -67069,6 +67464,11 @@
|
|
|
67069
67464
|
"kind": "property",
|
|
67070
67465
|
"lexicon": "aws"
|
|
67071
67466
|
},
|
|
67467
|
+
"MediaConnectFlow_Tag": {
|
|
67468
|
+
"resourceType": "AWS::MediaConnect::Flow.Tag",
|
|
67469
|
+
"kind": "property",
|
|
67470
|
+
"lexicon": "aws"
|
|
67471
|
+
},
|
|
67072
67472
|
"MediaConnectFlow_VideoMonitoringSetting": {
|
|
67073
67473
|
"resourceType": "AWS::MediaConnect::Flow.VideoMonitoringSetting",
|
|
67074
67474
|
"kind": "property",
|
|
@@ -72438,6 +72838,11 @@
|
|
|
72438
72838
|
"kind": "property",
|
|
72439
72839
|
"lexicon": "aws"
|
|
72440
72840
|
},
|
|
72841
|
+
"NdiSourceSettings": {
|
|
72842
|
+
"resourceType": "AWS::MediaConnect::Flow.NdiSourceSettings",
|
|
72843
|
+
"kind": "property",
|
|
72844
|
+
"lexicon": "aws"
|
|
72845
|
+
},
|
|
72441
72846
|
"NegativeFormat": {
|
|
72442
72847
|
"resourceType": "AWS::QuickSight::Topic.NegativeFormat",
|
|
72443
72848
|
"kind": "property",
|
|
@@ -74722,6 +75127,18 @@
|
|
|
74722
75127
|
"DISABLED"
|
|
74723
75128
|
]
|
|
74724
75129
|
},
|
|
75130
|
+
"KmsAccess": {
|
|
75131
|
+
"enum": [
|
|
75132
|
+
"ENABLED",
|
|
75133
|
+
"DISABLED"
|
|
75134
|
+
]
|
|
75135
|
+
},
|
|
75136
|
+
"StsAccess": {
|
|
75137
|
+
"enum": [
|
|
75138
|
+
"ENABLED",
|
|
75139
|
+
"DISABLED"
|
|
75140
|
+
]
|
|
75141
|
+
},
|
|
74725
75142
|
"ZeroEtlAccess": {
|
|
74726
75143
|
"enum": [
|
|
74727
75144
|
"ENABLED",
|
|
@@ -74742,6 +75159,11 @@
|
|
|
74742
75159
|
"DefaultDnsPrefix",
|
|
74743
75160
|
"S3Access",
|
|
74744
75161
|
"S3PolicyDocument",
|
|
75162
|
+
"KmsAccess",
|
|
75163
|
+
"KmsPolicyDocument",
|
|
75164
|
+
"StsAccess",
|
|
75165
|
+
"StsPolicyDocument",
|
|
75166
|
+
"CrossRegionS3RestoreSources",
|
|
74745
75167
|
"ZeroEtlAccess"
|
|
74746
75168
|
],
|
|
74747
75169
|
"primaryIdentifier": [
|
|
@@ -74754,6 +75176,11 @@
|
|
|
74754
75176
|
"tagUpdatable": true
|
|
74755
75177
|
}
|
|
74756
75178
|
},
|
|
75179
|
+
"OdbNetwork_CrossRegionS3RestoreSourcesAccess": {
|
|
75180
|
+
"resourceType": "AWS::ODB::OdbNetwork.CrossRegionS3RestoreSourcesAccess",
|
|
75181
|
+
"kind": "property",
|
|
75182
|
+
"lexicon": "aws"
|
|
75183
|
+
},
|
|
74757
75184
|
"OdbNetwork_ManagedServices": {
|
|
74758
75185
|
"resourceType": "AWS::ODB::OdbNetwork.ManagedServices",
|
|
74759
75186
|
"kind": "property",
|
|
@@ -74794,12 +75221,14 @@
|
|
|
74794
75221
|
},
|
|
74795
75222
|
"createOnly": [
|
|
74796
75223
|
"OdbNetworkId",
|
|
74797
|
-
"PeerNetworkId"
|
|
75224
|
+
"PeerNetworkId",
|
|
75225
|
+
"PeerNetworkRouteTableIds"
|
|
74798
75226
|
],
|
|
74799
75227
|
"writeOnly": [
|
|
74800
75228
|
"OdbNetworkId",
|
|
74801
75229
|
"PeerNetworkId",
|
|
74802
|
-
"AdditionalPeerNetworkCidrs"
|
|
75230
|
+
"AdditionalPeerNetworkCidrs",
|
|
75231
|
+
"PeerNetworkRouteTableIds"
|
|
74803
75232
|
],
|
|
74804
75233
|
"primaryIdentifier": [
|
|
74805
75234
|
"OdbPeeringConnectionArn"
|
|
@@ -75290,7 +75719,9 @@
|
|
|
75290
75719
|
"Type",
|
|
75291
75720
|
"StandbyReplicas",
|
|
75292
75721
|
"CollectionGroupName",
|
|
75293
|
-
"EncryptionConfig"
|
|
75722
|
+
"EncryptionConfig",
|
|
75723
|
+
"VectorOptions",
|
|
75724
|
+
"VectorOptions/ServerlessVectorAcceleration"
|
|
75294
75725
|
],
|
|
75295
75726
|
"writeOnly": [
|
|
75296
75727
|
"Tags",
|
|
@@ -75315,6 +75746,11 @@
|
|
|
75315
75746
|
"kind": "property",
|
|
75316
75747
|
"lexicon": "aws"
|
|
75317
75748
|
},
|
|
75749
|
+
"OpenSearchServerlessCollection_VectorOptions": {
|
|
75750
|
+
"resourceType": "AWS::OpenSearchServerless::Collection.VectorOptions",
|
|
75751
|
+
"kind": "property",
|
|
75752
|
+
"lexicon": "aws"
|
|
75753
|
+
},
|
|
75318
75754
|
"OpenSearchServerlessConfiguration": {
|
|
75319
75755
|
"resourceType": "AWS::Bedrock::KnowledgeBase.OpenSearchServerlessConfiguration",
|
|
75320
75756
|
"kind": "property",
|
|
@@ -77447,16 +77883,6 @@
|
|
|
77447
77883
|
"Status": "Status"
|
|
77448
77884
|
},
|
|
77449
77885
|
"propertyConstraints": {
|
|
77450
|
-
"Id": {
|
|
77451
|
-
"pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{1,40})$"
|
|
77452
|
-
},
|
|
77453
|
-
"Size": {
|
|
77454
|
-
"enum": [
|
|
77455
|
-
"SMALL",
|
|
77456
|
-
"MEDIUM",
|
|
77457
|
-
"LARGE"
|
|
77458
|
-
]
|
|
77459
|
-
},
|
|
77460
77886
|
"Status": {
|
|
77461
77887
|
"enum": [
|
|
77462
77888
|
"CREATING",
|
|
@@ -77467,6 +77893,16 @@
|
|
|
77467
77893
|
"DELETE_FAILED",
|
|
77468
77894
|
"UPDATE_FAILED"
|
|
77469
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})$"
|
|
77470
77906
|
}
|
|
77471
77907
|
},
|
|
77472
77908
|
"createOnly": [
|
|
@@ -90327,6 +90763,73 @@
|
|
|
90327
90763
|
"kind": "property",
|
|
90328
90764
|
"lexicon": "aws"
|
|
90329
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
|
+
},
|
|
90330
90833
|
"R53ResourceRecord": {
|
|
90331
90834
|
"resourceType": "AWS::Route53RecoveryReadiness::ResourceSet.R53ResourceRecord",
|
|
90332
90835
|
"kind": "property",
|
|
@@ -100998,6 +101501,11 @@
|
|
|
100998
101501
|
"kind": "property",
|
|
100999
101502
|
"lexicon": "aws"
|
|
101000
101503
|
},
|
|
101504
|
+
"SchedulingPolicy_QuotaSharePolicy": {
|
|
101505
|
+
"resourceType": "AWS::Batch::SchedulingPolicy.QuotaSharePolicy",
|
|
101506
|
+
"kind": "property",
|
|
101507
|
+
"lexicon": "aws"
|
|
101508
|
+
},
|
|
101001
101509
|
"SchedulingPolicy_ShareAttributes": {
|
|
101002
101510
|
"resourceType": "AWS::Batch::SchedulingPolicy.ShareAttributes",
|
|
101003
101511
|
"kind": "property",
|
|
@@ -105876,11 +106384,6 @@
|
|
|
105876
106384
|
"kind": "property",
|
|
105877
106385
|
"lexicon": "aws"
|
|
105878
106386
|
},
|
|
105879
|
-
"SpotMarketOptions": {
|
|
105880
|
-
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.SpotMarketOptions",
|
|
105881
|
-
"kind": "property",
|
|
105882
|
-
"lexicon": "aws"
|
|
105883
|
-
},
|
|
105884
106387
|
"SpotOptions": {
|
|
105885
106388
|
"resourceType": "AWS::EC2::LaunchTemplate.SpotOptions",
|
|
105886
106389
|
"kind": "property",
|
|
@@ -109195,6 +109698,11 @@
|
|
|
109195
109698
|
"kind": "property",
|
|
109196
109699
|
"lexicon": "aws"
|
|
109197
109700
|
},
|
|
109701
|
+
"TargetRedshiftCatalog": {
|
|
109702
|
+
"resourceType": "AWS::Glue::Catalog.TargetRedshiftCatalog",
|
|
109703
|
+
"kind": "property",
|
|
109704
|
+
"lexicon": "aws"
|
|
109705
|
+
},
|
|
109198
109706
|
"TargetResource": {
|
|
109199
109707
|
"resourceType": "AWS::Route53RecoveryReadiness::ResourceSet.TargetResource",
|
|
109200
109708
|
"kind": "property",
|
|
@@ -115994,6 +116502,11 @@
|
|
|
115994
116502
|
"kind": "property",
|
|
115995
116503
|
"lexicon": "aws"
|
|
115996
116504
|
},
|
|
116505
|
+
"VectorOptions": {
|
|
116506
|
+
"resourceType": "AWS::OpenSearchServerless::Collection.VectorOptions",
|
|
116507
|
+
"kind": "property",
|
|
116508
|
+
"lexicon": "aws"
|
|
116509
|
+
},
|
|
115997
116510
|
"VectorSearchConfiguration": {
|
|
115998
116511
|
"resourceType": "AWS::NeptuneGraph::Graph.VectorSearchConfiguration",
|
|
115999
116512
|
"kind": "property",
|
|
@@ -121333,11 +121846,6 @@
|
|
|
121333
121846
|
"kind": "property",
|
|
121334
121847
|
"lexicon": "aws"
|
|
121335
121848
|
},
|
|
121336
|
-
"WorkspaceInstance_InstanceMarketOptionsRequest": {
|
|
121337
|
-
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.InstanceMarketOptionsRequest",
|
|
121338
|
-
"kind": "property",
|
|
121339
|
-
"lexicon": "aws"
|
|
121340
|
-
},
|
|
121341
121849
|
"WorkspaceInstance_InstanceMetadataOptionsRequest": {
|
|
121342
121850
|
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.InstanceMetadataOptionsRequest",
|
|
121343
121851
|
"kind": "property",
|
|
@@ -121388,11 +121896,6 @@
|
|
|
121388
121896
|
"kind": "property",
|
|
121389
121897
|
"lexicon": "aws"
|
|
121390
121898
|
},
|
|
121391
|
-
"WorkspaceInstance_SpotMarketOptions": {
|
|
121392
|
-
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.SpotMarketOptions",
|
|
121393
|
-
"kind": "property",
|
|
121394
|
-
"lexicon": "aws"
|
|
121395
|
-
},
|
|
121396
121899
|
"WorkspaceInstance_Tag": {
|
|
121397
121900
|
"resourceType": "AWS::WorkspacesInstances::WorkspaceInstance.Tag",
|
|
121398
121901
|
"kind": "property",
|
|
@@ -121546,7 +122049,7 @@
|
|
|
121546
122049
|
"tagging": {
|
|
121547
122050
|
"taggable": true,
|
|
121548
122051
|
"tagOnCreate": true,
|
|
121549
|
-
"tagUpdatable":
|
|
122052
|
+
"tagUpdatable": true
|
|
121550
122053
|
}
|
|
121551
122054
|
},
|
|
121552
122055
|
"WorkspacesPool_ApplicationSettings": {
|