@intentius/chant-lexicon-aws 0.12.1 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/index.d.ts +110 -11
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1367 -125
- package/dist/types/index.d.ts +1467 -157
- package/package.json +2 -2
- package/src/generated/index.d.ts +1467 -157
- package/src/generated/index.ts +111 -12
- package/src/generated/lexicon-aws.json +1367 -125
package/dist/meta.json
CHANGED
|
@@ -2069,6 +2069,11 @@
|
|
|
2069
2069
|
"kind": "property",
|
|
2070
2070
|
"lexicon": "aws"
|
|
2071
2071
|
},
|
|
2072
|
+
"Address": {
|
|
2073
|
+
"resourceType": "AWS::Outposts::Site.Address",
|
|
2074
|
+
"kind": "property",
|
|
2075
|
+
"lexicon": "aws"
|
|
2076
|
+
},
|
|
2072
2077
|
"AdminCreateUserConfig": {
|
|
2073
2078
|
"resourceType": "AWS::Cognito::UserPool.AdminCreateUserConfig",
|
|
2074
2079
|
"kind": "property",
|
|
@@ -2696,6 +2701,94 @@
|
|
|
2696
2701
|
"kind": "property",
|
|
2697
2702
|
"lexicon": "aws"
|
|
2698
2703
|
},
|
|
2704
|
+
"Algorithm": {
|
|
2705
|
+
"resourceType": "AWS::SageMaker::Algorithm",
|
|
2706
|
+
"kind": "resource",
|
|
2707
|
+
"lexicon": "aws",
|
|
2708
|
+
"attrs": {
|
|
2709
|
+
"AlgorithmArn": "AlgorithmArn",
|
|
2710
|
+
"CreationTime": "CreationTime"
|
|
2711
|
+
},
|
|
2712
|
+
"propertyConstraints": {
|
|
2713
|
+
"AlgorithmName": {
|
|
2714
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
2715
|
+
"minLength": 1,
|
|
2716
|
+
"maxLength": 63
|
|
2717
|
+
},
|
|
2718
|
+
"AlgorithmArn": {
|
|
2719
|
+
"minLength": 1,
|
|
2720
|
+
"maxLength": 2048
|
|
2721
|
+
},
|
|
2722
|
+
"AlgorithmDescription": {
|
|
2723
|
+
"maxLength": 1024
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
"createOnly": [
|
|
2727
|
+
"AlgorithmName",
|
|
2728
|
+
"AlgorithmDescription",
|
|
2729
|
+
"TrainingSpecification",
|
|
2730
|
+
"InferenceSpecification",
|
|
2731
|
+
"CertifyForMarketplace"
|
|
2732
|
+
],
|
|
2733
|
+
"primaryIdentifier": [
|
|
2734
|
+
"AlgorithmArn"
|
|
2735
|
+
],
|
|
2736
|
+
"tagging": {
|
|
2737
|
+
"taggable": true,
|
|
2738
|
+
"tagOnCreate": true,
|
|
2739
|
+
"tagUpdatable": true
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
"Algorithm_ChannelSpecification": {
|
|
2743
|
+
"resourceType": "AWS::SageMaker::Algorithm.ChannelSpecification",
|
|
2744
|
+
"kind": "property",
|
|
2745
|
+
"lexicon": "aws"
|
|
2746
|
+
},
|
|
2747
|
+
"Algorithm_HyperParameterSpecification": {
|
|
2748
|
+
"resourceType": "AWS::SageMaker::Algorithm.HyperParameterSpecification",
|
|
2749
|
+
"kind": "property",
|
|
2750
|
+
"lexicon": "aws"
|
|
2751
|
+
},
|
|
2752
|
+
"Algorithm_HyperParameterTuningJobObjective": {
|
|
2753
|
+
"resourceType": "AWS::SageMaker::Algorithm.HyperParameterTuningJobObjective",
|
|
2754
|
+
"kind": "property",
|
|
2755
|
+
"lexicon": "aws"
|
|
2756
|
+
},
|
|
2757
|
+
"Algorithm_InferenceSpecification": {
|
|
2758
|
+
"resourceType": "AWS::SageMaker::Algorithm.InferenceSpecification",
|
|
2759
|
+
"kind": "property",
|
|
2760
|
+
"lexicon": "aws"
|
|
2761
|
+
},
|
|
2762
|
+
"Algorithm_MetricDefinition": {
|
|
2763
|
+
"resourceType": "AWS::SageMaker::Algorithm.MetricDefinition",
|
|
2764
|
+
"kind": "property",
|
|
2765
|
+
"lexicon": "aws"
|
|
2766
|
+
},
|
|
2767
|
+
"Algorithm_ModelInput": {
|
|
2768
|
+
"resourceType": "AWS::SageMaker::Algorithm.ModelInput",
|
|
2769
|
+
"kind": "property",
|
|
2770
|
+
"lexicon": "aws"
|
|
2771
|
+
},
|
|
2772
|
+
"Algorithm_ModelPackageContainerDefinition": {
|
|
2773
|
+
"resourceType": "AWS::SageMaker::Algorithm.ModelPackageContainerDefinition",
|
|
2774
|
+
"kind": "property",
|
|
2775
|
+
"lexicon": "aws"
|
|
2776
|
+
},
|
|
2777
|
+
"Algorithm_ParameterRange": {
|
|
2778
|
+
"resourceType": "AWS::SageMaker::Algorithm.ParameterRange",
|
|
2779
|
+
"kind": "property",
|
|
2780
|
+
"lexicon": "aws"
|
|
2781
|
+
},
|
|
2782
|
+
"Algorithm_Tag": {
|
|
2783
|
+
"resourceType": "AWS::SageMaker::Algorithm.Tag",
|
|
2784
|
+
"kind": "property",
|
|
2785
|
+
"lexicon": "aws"
|
|
2786
|
+
},
|
|
2787
|
+
"Algorithm_TrainingSpecification": {
|
|
2788
|
+
"resourceType": "AWS::SageMaker::Algorithm.TrainingSpecification",
|
|
2789
|
+
"kind": "property",
|
|
2790
|
+
"lexicon": "aws"
|
|
2791
|
+
},
|
|
2699
2792
|
"Alias": {
|
|
2700
2793
|
"resourceType": "AWS::S3ObjectLambda::AccessPoint.Alias",
|
|
2701
2794
|
"kind": "property",
|
|
@@ -5298,6 +5391,63 @@
|
|
|
5298
5391
|
"kind": "property",
|
|
5299
5392
|
"lexicon": "aws"
|
|
5300
5393
|
},
|
|
5394
|
+
"AppInstanceUser": {
|
|
5395
|
+
"resourceType": "AWS::Chime::AppInstanceUser",
|
|
5396
|
+
"kind": "resource",
|
|
5397
|
+
"lexicon": "aws",
|
|
5398
|
+
"attrs": {
|
|
5399
|
+
"AppInstanceUserArn": "AppInstanceUserArn"
|
|
5400
|
+
},
|
|
5401
|
+
"propertyConstraints": {
|
|
5402
|
+
"AppInstanceUserArn": {
|
|
5403
|
+
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$",
|
|
5404
|
+
"minLength": 5,
|
|
5405
|
+
"maxLength": 1600
|
|
5406
|
+
},
|
|
5407
|
+
"AppInstanceArn": {
|
|
5408
|
+
"pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$",
|
|
5409
|
+
"minLength": 5,
|
|
5410
|
+
"maxLength": 1600
|
|
5411
|
+
},
|
|
5412
|
+
"AppInstanceUserId": {
|
|
5413
|
+
"pattern": "^[A-Za-z0-9]([A-Za-z0-9\\:\\-\\_\\.\\@]{0,62}[A-Za-z0-9])?$",
|
|
5414
|
+
"minLength": 1,
|
|
5415
|
+
"maxLength": 64
|
|
5416
|
+
},
|
|
5417
|
+
"Name": {
|
|
5418
|
+
"pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$",
|
|
5419
|
+
"minLength": 0,
|
|
5420
|
+
"maxLength": 256
|
|
5421
|
+
},
|
|
5422
|
+
"Metadata": {
|
|
5423
|
+
"pattern": ".*",
|
|
5424
|
+
"minLength": 0,
|
|
5425
|
+
"maxLength": 1024
|
|
5426
|
+
}
|
|
5427
|
+
},
|
|
5428
|
+
"createOnly": [
|
|
5429
|
+
"AppInstanceArn",
|
|
5430
|
+
"AppInstanceUserId"
|
|
5431
|
+
],
|
|
5432
|
+
"primaryIdentifier": [
|
|
5433
|
+
"AppInstanceUserArn"
|
|
5434
|
+
],
|
|
5435
|
+
"tagging": {
|
|
5436
|
+
"taggable": true,
|
|
5437
|
+
"tagOnCreate": true,
|
|
5438
|
+
"tagUpdatable": true
|
|
5439
|
+
}
|
|
5440
|
+
},
|
|
5441
|
+
"AppInstanceUser_ExpirationSettings": {
|
|
5442
|
+
"resourceType": "AWS::Chime::AppInstanceUser.ExpirationSettings",
|
|
5443
|
+
"kind": "property",
|
|
5444
|
+
"lexicon": "aws"
|
|
5445
|
+
},
|
|
5446
|
+
"AppInstanceUser_Tag": {
|
|
5447
|
+
"resourceType": "AWS::Chime::AppInstanceUser.Tag",
|
|
5448
|
+
"kind": "property",
|
|
5449
|
+
"lexicon": "aws"
|
|
5450
|
+
},
|
|
5301
5451
|
"AppInstance_Tag": {
|
|
5302
5452
|
"resourceType": "AWS::Chime::AppInstance.Tag",
|
|
5303
5453
|
"kind": "property",
|
|
@@ -6903,6 +7053,138 @@
|
|
|
6903
7053
|
"kind": "property",
|
|
6904
7054
|
"lexicon": "aws"
|
|
6905
7055
|
},
|
|
7056
|
+
"AssetBundleExportJob": {
|
|
7057
|
+
"resourceType": "AWS::QuickSight::AssetBundleExportJob",
|
|
7058
|
+
"kind": "resource",
|
|
7059
|
+
"lexicon": "aws",
|
|
7060
|
+
"attrs": {
|
|
7061
|
+
"Arn": "Arn",
|
|
7062
|
+
"JobStatus": "JobStatus",
|
|
7063
|
+
"CreatedTime": "CreatedTime"
|
|
7064
|
+
},
|
|
7065
|
+
"propertyConstraints": {
|
|
7066
|
+
"AssetBundleExportJobId": {
|
|
7067
|
+
"pattern": "^[\\w\\-]+$",
|
|
7068
|
+
"minLength": 1,
|
|
7069
|
+
"maxLength": 512
|
|
7070
|
+
},
|
|
7071
|
+
"AwsAccountId": {
|
|
7072
|
+
"pattern": "^[0-9]{12}$",
|
|
7073
|
+
"minLength": 12,
|
|
7074
|
+
"maxLength": 12
|
|
7075
|
+
},
|
|
7076
|
+
"ExportFormat": {
|
|
7077
|
+
"enum": [
|
|
7078
|
+
"CLOUDFORMATION_JSON",
|
|
7079
|
+
"QUICKSIGHT_JSON"
|
|
7080
|
+
]
|
|
7081
|
+
},
|
|
7082
|
+
"IncludeFolderMembers": {
|
|
7083
|
+
"enum": [
|
|
7084
|
+
"RECURSE",
|
|
7085
|
+
"ONE_LEVEL",
|
|
7086
|
+
"NONE"
|
|
7087
|
+
]
|
|
7088
|
+
},
|
|
7089
|
+
"JobStatus": {
|
|
7090
|
+
"enum": [
|
|
7091
|
+
"QUEUED_FOR_IMMEDIATE_EXECUTION",
|
|
7092
|
+
"IN_PROGRESS",
|
|
7093
|
+
"SUCCESSFUL",
|
|
7094
|
+
"FAILED"
|
|
7095
|
+
]
|
|
7096
|
+
},
|
|
7097
|
+
"CreatedTime": {
|
|
7098
|
+
"format": "date-time"
|
|
7099
|
+
}
|
|
7100
|
+
},
|
|
7101
|
+
"createOnly": [
|
|
7102
|
+
"AssetBundleExportJobId",
|
|
7103
|
+
"AwsAccountId",
|
|
7104
|
+
"ExportFormat",
|
|
7105
|
+
"IncludeAllDependencies",
|
|
7106
|
+
"IncludeFolderMembers",
|
|
7107
|
+
"IncludeFolderMemberships",
|
|
7108
|
+
"IncludePermissions",
|
|
7109
|
+
"IncludeTags",
|
|
7110
|
+
"ResourceArns"
|
|
7111
|
+
],
|
|
7112
|
+
"primaryIdentifier": [
|
|
7113
|
+
"Arn"
|
|
7114
|
+
]
|
|
7115
|
+
},
|
|
7116
|
+
"AssetBundleImportJob": {
|
|
7117
|
+
"resourceType": "AWS::QuickSight::AssetBundleImportJob",
|
|
7118
|
+
"kind": "resource",
|
|
7119
|
+
"lexicon": "aws",
|
|
7120
|
+
"attrs": {
|
|
7121
|
+
"Arn": "Arn",
|
|
7122
|
+
"JobStatus": "JobStatus",
|
|
7123
|
+
"CreatedTime": "CreatedTime"
|
|
7124
|
+
},
|
|
7125
|
+
"propertyConstraints": {
|
|
7126
|
+
"AssetBundleImportJobId": {
|
|
7127
|
+
"pattern": "^[\\w\\-]+$",
|
|
7128
|
+
"minLength": 1,
|
|
7129
|
+
"maxLength": 512
|
|
7130
|
+
},
|
|
7131
|
+
"AwsAccountId": {
|
|
7132
|
+
"pattern": "^[0-9]{12}$",
|
|
7133
|
+
"minLength": 12,
|
|
7134
|
+
"maxLength": 12
|
|
7135
|
+
},
|
|
7136
|
+
"FailureAction": {
|
|
7137
|
+
"enum": [
|
|
7138
|
+
"DO_NOTHING",
|
|
7139
|
+
"ROLLBACK"
|
|
7140
|
+
]
|
|
7141
|
+
},
|
|
7142
|
+
"JobStatus": {
|
|
7143
|
+
"enum": [
|
|
7144
|
+
"QUEUED_FOR_IMMEDIATE_EXECUTION",
|
|
7145
|
+
"IN_PROGRESS",
|
|
7146
|
+
"SUCCESSFUL",
|
|
7147
|
+
"FAILED",
|
|
7148
|
+
"FAILED_ROLLBACK_IN_PROGRESS",
|
|
7149
|
+
"FAILED_ROLLBACK_COMPLETED",
|
|
7150
|
+
"FAILED_ROLLBACK_ERROR"
|
|
7151
|
+
]
|
|
7152
|
+
},
|
|
7153
|
+
"CreatedTime": {
|
|
7154
|
+
"format": "date-time"
|
|
7155
|
+
}
|
|
7156
|
+
},
|
|
7157
|
+
"createOnly": [
|
|
7158
|
+
"AssetBundleImportJobId",
|
|
7159
|
+
"AssetBundleImportSource",
|
|
7160
|
+
"AwsAccountId",
|
|
7161
|
+
"FailureAction",
|
|
7162
|
+
"OverrideValidationStrategy"
|
|
7163
|
+
],
|
|
7164
|
+
"primaryIdentifier": [
|
|
7165
|
+
"Arn"
|
|
7166
|
+
]
|
|
7167
|
+
},
|
|
7168
|
+
"AssetBundleImportJobOverrideValidationStrategy": {
|
|
7169
|
+
"resourceType": "AWS::QuickSight::AssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategy",
|
|
7170
|
+
"kind": "property",
|
|
7171
|
+
"lexicon": "aws"
|
|
7172
|
+
},
|
|
7173
|
+
"AssetBundleImportJob_AssetBundleImportJobOverrideValidationStrategy": {
|
|
7174
|
+
"resourceType": "AWS::QuickSight::AssetBundleImportJob.AssetBundleImportJobOverrideValidationStrategy",
|
|
7175
|
+
"kind": "property",
|
|
7176
|
+
"lexicon": "aws"
|
|
7177
|
+
},
|
|
7178
|
+
"AssetBundleImportJob_AssetBundleImportSourceDescription": {
|
|
7179
|
+
"resourceType": "AWS::QuickSight::AssetBundleImportJob.AssetBundleImportSourceDescription",
|
|
7180
|
+
"kind": "property",
|
|
7181
|
+
"lexicon": "aws"
|
|
7182
|
+
},
|
|
7183
|
+
"AssetBundleImportSourceDescription": {
|
|
7184
|
+
"resourceType": "AWS::QuickSight::AssetBundleImportJob.AssetBundleImportSourceDescription",
|
|
7185
|
+
"kind": "property",
|
|
7186
|
+
"lexicon": "aws"
|
|
7187
|
+
},
|
|
6906
7188
|
"AssetHierarchy": {
|
|
6907
7189
|
"resourceType": "AWS::IoTSiteWise::Asset.AssetHierarchy",
|
|
6908
7190
|
"kind": "property",
|
|
@@ -9369,6 +9651,11 @@
|
|
|
9369
9651
|
"kind": "property",
|
|
9370
9652
|
"lexicon": "aws"
|
|
9371
9653
|
},
|
|
9654
|
+
"BedrockDataSource_DeletionProtectionConfiguration": {
|
|
9655
|
+
"resourceType": "AWS::Bedrock::DataSource.DeletionProtectionConfiguration",
|
|
9656
|
+
"kind": "property",
|
|
9657
|
+
"lexicon": "aws"
|
|
9658
|
+
},
|
|
9372
9659
|
"BedrockDataSource_FixedSizeChunkingConfiguration": {
|
|
9373
9660
|
"resourceType": "AWS::Bedrock::DataSource.FixedSizeChunkingConfiguration",
|
|
9374
9661
|
"kind": "property",
|
|
@@ -9384,6 +9671,16 @@
|
|
|
9384
9671
|
"kind": "property",
|
|
9385
9672
|
"lexicon": "aws"
|
|
9386
9673
|
},
|
|
9674
|
+
"BedrockDataSource_ManagedKnowledgeBaseConnectorConfiguration": {
|
|
9675
|
+
"resourceType": "AWS::Bedrock::DataSource.ManagedKnowledgeBaseConnectorConfiguration",
|
|
9676
|
+
"kind": "property",
|
|
9677
|
+
"lexicon": "aws"
|
|
9678
|
+
},
|
|
9679
|
+
"BedrockDataSource_MediaExtractionConfiguration": {
|
|
9680
|
+
"resourceType": "AWS::Bedrock::DataSource.MediaExtractionConfiguration",
|
|
9681
|
+
"kind": "property",
|
|
9682
|
+
"lexicon": "aws"
|
|
9683
|
+
},
|
|
9387
9684
|
"BedrockDataSource_ParsingConfiguration": {
|
|
9388
9685
|
"resourceType": "AWS::Bedrock::DataSource.ParsingConfiguration",
|
|
9389
9686
|
"kind": "property",
|
|
@@ -9605,6 +9902,7 @@
|
|
|
9605
9902
|
"KnowledgeBaseConfiguration/Type",
|
|
9606
9903
|
"KnowledgeBaseConfiguration/VectorKnowledgeBaseConfiguration",
|
|
9607
9904
|
"KnowledgeBaseConfiguration/KendraKnowledgeBaseConfiguration",
|
|
9905
|
+
"KnowledgeBaseConfiguration/ManagedKnowledgeBaseConfiguration",
|
|
9608
9906
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/Type",
|
|
9609
9907
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/StorageConfigurations",
|
|
9610
9908
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/QueryEngineConfiguration"
|
|
@@ -9633,6 +9931,16 @@
|
|
|
9633
9931
|
"kind": "property",
|
|
9634
9932
|
"lexicon": "aws"
|
|
9635
9933
|
},
|
|
9934
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration": {
|
|
9935
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
9936
|
+
"kind": "property",
|
|
9937
|
+
"lexicon": "aws"
|
|
9938
|
+
},
|
|
9939
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
9940
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
9941
|
+
"kind": "property",
|
|
9942
|
+
"lexicon": "aws"
|
|
9943
|
+
},
|
|
9636
9944
|
"BedrockKnowledgeBase_MongoDbAtlasConfiguration": {
|
|
9637
9945
|
"resourceType": "AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration",
|
|
9638
9946
|
"kind": "property",
|
|
@@ -11499,61 +11807,59 @@
|
|
|
11499
11807
|
"kind": "property",
|
|
11500
11808
|
"lexicon": "aws"
|
|
11501
11809
|
},
|
|
11502
|
-
"
|
|
11503
|
-
"resourceType": "AWS::
|
|
11810
|
+
"BuildBatch": {
|
|
11811
|
+
"resourceType": "AWS::CodeBuild::BuildBatch",
|
|
11504
11812
|
"kind": "resource",
|
|
11505
11813
|
"lexicon": "aws",
|
|
11506
11814
|
"attrs": {
|
|
11507
|
-
"
|
|
11508
|
-
"
|
|
11815
|
+
"Arn": "Arn",
|
|
11816
|
+
"Id": "Id",
|
|
11817
|
+
"BuildBatchNumber": "BuildBatchNumber",
|
|
11818
|
+
"BuildBatchStatus": "BuildBatchStatus",
|
|
11819
|
+
"Complete": "Complete",
|
|
11820
|
+
"CurrentPhase": "CurrentPhase",
|
|
11821
|
+
"StartTime": "StartTime",
|
|
11822
|
+
"EncryptionKey": "EncryptionKey",
|
|
11823
|
+
"BuildTimeoutInMinutes": "BuildTimeoutInMinutes",
|
|
11824
|
+
"QueuedTimeoutInMinutes": "QueuedTimeoutInMinutes",
|
|
11825
|
+
"Initiator": "Initiator"
|
|
11509
11826
|
},
|
|
11510
11827
|
"propertyConstraints": {
|
|
11511
|
-
"
|
|
11828
|
+
"Arn": {
|
|
11829
|
+
"minLength": 1
|
|
11830
|
+
},
|
|
11831
|
+
"Id": {
|
|
11832
|
+
"minLength": 1
|
|
11833
|
+
},
|
|
11834
|
+
"ProjectName": {
|
|
11835
|
+
"minLength": 1
|
|
11836
|
+
},
|
|
11837
|
+
"BuildBatchStatus": {
|
|
11512
11838
|
"enum": [
|
|
11513
|
-
"
|
|
11514
|
-
"
|
|
11515
|
-
"
|
|
11516
|
-
"
|
|
11517
|
-
"
|
|
11518
|
-
"
|
|
11839
|
+
"SUCCEEDED",
|
|
11840
|
+
"FAILED",
|
|
11841
|
+
"FAULT",
|
|
11842
|
+
"TIMED_OUT",
|
|
11843
|
+
"IN_PROGRESS",
|
|
11844
|
+
"STOPPED"
|
|
11519
11845
|
]
|
|
11520
11846
|
},
|
|
11521
|
-
"
|
|
11522
|
-
"
|
|
11847
|
+
"EncryptionKey": {
|
|
11848
|
+
"minLength": 1
|
|
11523
11849
|
}
|
|
11524
11850
|
},
|
|
11525
11851
|
"createOnly": [
|
|
11526
|
-
"
|
|
11527
|
-
"OperatingSystem",
|
|
11528
|
-
"ServerSdkVersion"
|
|
11529
|
-
],
|
|
11530
|
-
"writeOnly": [
|
|
11531
|
-
"StorageLocation"
|
|
11852
|
+
"ProjectName"
|
|
11532
11853
|
],
|
|
11533
11854
|
"primaryIdentifier": [
|
|
11534
|
-
"
|
|
11535
|
-
]
|
|
11536
|
-
"tagging": {
|
|
11537
|
-
"taggable": true,
|
|
11538
|
-
"tagOnCreate": true,
|
|
11539
|
-
"tagUpdatable": true
|
|
11540
|
-
}
|
|
11855
|
+
"Arn"
|
|
11856
|
+
]
|
|
11541
11857
|
},
|
|
11542
11858
|
"BuildStatusConfig": {
|
|
11543
11859
|
"resourceType": "AWS::CodeBuild::Project.BuildStatusConfig",
|
|
11544
11860
|
"kind": "property",
|
|
11545
11861
|
"lexicon": "aws"
|
|
11546
11862
|
},
|
|
11547
|
-
"Build_StorageLocation": {
|
|
11548
|
-
"resourceType": "AWS::GameLift::Build.StorageLocation",
|
|
11549
|
-
"kind": "property",
|
|
11550
|
-
"lexicon": "aws"
|
|
11551
|
-
},
|
|
11552
|
-
"Build_Tag": {
|
|
11553
|
-
"resourceType": "AWS::GameLift::Build.Tag",
|
|
11554
|
-
"kind": "property",
|
|
11555
|
-
"lexicon": "aws"
|
|
11556
|
-
},
|
|
11557
11863
|
"Bumper": {
|
|
11558
11864
|
"resourceType": "AWS::MediaTailor::PlaybackConfiguration.Bumper",
|
|
11559
11865
|
"kind": "property",
|
|
@@ -13518,6 +13824,11 @@
|
|
|
13518
13824
|
"kind": "property",
|
|
13519
13825
|
"lexicon": "aws"
|
|
13520
13826
|
},
|
|
13827
|
+
"ChannelSpecification": {
|
|
13828
|
+
"resourceType": "AWS::SageMaker::Algorithm.ChannelSpecification",
|
|
13829
|
+
"kind": "property",
|
|
13830
|
+
"lexicon": "aws"
|
|
13831
|
+
},
|
|
13521
13832
|
"ChannelStorage": {
|
|
13522
13833
|
"resourceType": "AWS::IoTAnalytics::Channel.ChannelStorage",
|
|
13523
13834
|
"kind": "property",
|
|
@@ -14704,6 +15015,11 @@
|
|
|
14704
15015
|
"kind": "property",
|
|
14705
15016
|
"lexicon": "aws"
|
|
14706
15017
|
},
|
|
15018
|
+
"CloudWatchLogging": {
|
|
15019
|
+
"resourceType": "AWS::Lambda::MicrovmImage.CloudWatchLogging",
|
|
15020
|
+
"kind": "property",
|
|
15021
|
+
"lexicon": "aws"
|
|
15022
|
+
},
|
|
14707
15023
|
"CloudWatchLoggingOption": {
|
|
14708
15024
|
"resourceType": "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption.CloudWatchLoggingOption",
|
|
14709
15025
|
"kind": "property",
|
|
@@ -14963,6 +15279,11 @@
|
|
|
14963
15279
|
"kind": "property",
|
|
14964
15280
|
"lexicon": "aws"
|
|
14965
15281
|
},
|
|
15282
|
+
"CodeArtifact": {
|
|
15283
|
+
"resourceType": "AWS::Lambda::MicrovmImage.CodeArtifact",
|
|
15284
|
+
"kind": "property",
|
|
15285
|
+
"lexicon": "aws"
|
|
15286
|
+
},
|
|
14966
15287
|
"CodeArtifactDomain": {
|
|
14967
15288
|
"resourceType": "AWS::CodeArtifact::Domain",
|
|
14968
15289
|
"kind": "resource",
|
|
@@ -15078,6 +15399,59 @@
|
|
|
15078
15399
|
"kind": "property",
|
|
15079
15400
|
"lexicon": "aws"
|
|
15080
15401
|
},
|
|
15402
|
+
"CodeBuildBuild": {
|
|
15403
|
+
"resourceType": "AWS::CodeBuild::Build",
|
|
15404
|
+
"kind": "resource",
|
|
15405
|
+
"lexicon": "aws",
|
|
15406
|
+
"attrs": {
|
|
15407
|
+
"Arn": "Arn",
|
|
15408
|
+
"Id": "Id",
|
|
15409
|
+
"BuildNumber": "BuildNumber",
|
|
15410
|
+
"BuildStatus": "BuildStatus",
|
|
15411
|
+
"BuildComplete": "BuildComplete",
|
|
15412
|
+
"CurrentPhase": "CurrentPhase",
|
|
15413
|
+
"StartTime": "StartTime",
|
|
15414
|
+
"EndTime": "EndTime",
|
|
15415
|
+
"ServiceRole": "ServiceRole",
|
|
15416
|
+
"EncryptionKey": "EncryptionKey",
|
|
15417
|
+
"TimeoutInMinutes": "TimeoutInMinutes",
|
|
15418
|
+
"QueuedTimeoutInMinutes": "QueuedTimeoutInMinutes",
|
|
15419
|
+
"Initiator": "Initiator"
|
|
15420
|
+
},
|
|
15421
|
+
"propertyConstraints": {
|
|
15422
|
+
"Arn": {
|
|
15423
|
+
"minLength": 1
|
|
15424
|
+
},
|
|
15425
|
+
"Id": {
|
|
15426
|
+
"minLength": 1
|
|
15427
|
+
},
|
|
15428
|
+
"ProjectName": {
|
|
15429
|
+
"minLength": 1
|
|
15430
|
+
},
|
|
15431
|
+
"BuildStatus": {
|
|
15432
|
+
"enum": [
|
|
15433
|
+
"SUCCEEDED",
|
|
15434
|
+
"FAILED",
|
|
15435
|
+
"FAULT",
|
|
15436
|
+
"TIMED_OUT",
|
|
15437
|
+
"IN_PROGRESS",
|
|
15438
|
+
"STOPPED"
|
|
15439
|
+
]
|
|
15440
|
+
},
|
|
15441
|
+
"ServiceRole": {
|
|
15442
|
+
"minLength": 1
|
|
15443
|
+
},
|
|
15444
|
+
"EncryptionKey": {
|
|
15445
|
+
"minLength": 1
|
|
15446
|
+
}
|
|
15447
|
+
},
|
|
15448
|
+
"createOnly": [
|
|
15449
|
+
"ProjectName"
|
|
15450
|
+
],
|
|
15451
|
+
"primaryIdentifier": [
|
|
15452
|
+
"Arn"
|
|
15453
|
+
]
|
|
15454
|
+
},
|
|
15081
15455
|
"CodeBuildFleet": {
|
|
15082
15456
|
"resourceType": "AWS::CodeBuild::Fleet",
|
|
15083
15457
|
"kind": "resource",
|
|
@@ -16257,6 +16631,40 @@
|
|
|
16257
16631
|
"kind": "property",
|
|
16258
16632
|
"lexicon": "aws"
|
|
16259
16633
|
},
|
|
16634
|
+
"CommonControl": {
|
|
16635
|
+
"resourceType": "AWS::ControlCatalog::CommonControl",
|
|
16636
|
+
"kind": "resource",
|
|
16637
|
+
"lexicon": "aws",
|
|
16638
|
+
"attrs": {
|
|
16639
|
+
"Arn": "Arn",
|
|
16640
|
+
"CommonControlId": "CommonControlId",
|
|
16641
|
+
"Name": "Name",
|
|
16642
|
+
"Description": "Description",
|
|
16643
|
+
"Domain": "Domain",
|
|
16644
|
+
"Objective": "Objective",
|
|
16645
|
+
"CreateTime": "CreateTime",
|
|
16646
|
+
"LastUpdateTime": "LastUpdateTime"
|
|
16647
|
+
},
|
|
16648
|
+
"propertyConstraints": {
|
|
16649
|
+
"Arn": {
|
|
16650
|
+
"pattern": "^arn:(aws(?:[-a-z]*)?):controlcatalog:::common-control/[0-9a-z]+$",
|
|
16651
|
+
"minLength": 41,
|
|
16652
|
+
"maxLength": 2048
|
|
16653
|
+
},
|
|
16654
|
+
"CommonControlId": {
|
|
16655
|
+
"pattern": "^[0-9a-z]+$"
|
|
16656
|
+
},
|
|
16657
|
+
"CreateTime": {
|
|
16658
|
+
"format": "date-time"
|
|
16659
|
+
},
|
|
16660
|
+
"LastUpdateTime": {
|
|
16661
|
+
"format": "date-time"
|
|
16662
|
+
}
|
|
16663
|
+
},
|
|
16664
|
+
"primaryIdentifier": [
|
|
16665
|
+
"Arn"
|
|
16666
|
+
]
|
|
16667
|
+
},
|
|
16260
16668
|
"CommunicationLimits": {
|
|
16261
16669
|
"resourceType": "AWS::ConnectCampaignsV2::Campaign.CommunicationLimits",
|
|
16262
16670
|
"kind": "property",
|
|
@@ -20328,6 +20736,55 @@
|
|
|
20328
20736
|
"kind": "property",
|
|
20329
20737
|
"lexicon": "aws"
|
|
20330
20738
|
},
|
|
20739
|
+
"Control": {
|
|
20740
|
+
"resourceType": "AWS::ControlCatalog::Control",
|
|
20741
|
+
"kind": "resource",
|
|
20742
|
+
"lexicon": "aws",
|
|
20743
|
+
"attrs": {
|
|
20744
|
+
"Arn": "Arn",
|
|
20745
|
+
"ControlId": "ControlId",
|
|
20746
|
+
"Name": "Name",
|
|
20747
|
+
"Description": "Description",
|
|
20748
|
+
"Behavior": "Behavior",
|
|
20749
|
+
"Severity": "Severity",
|
|
20750
|
+
"RegionConfiguration": "RegionConfiguration",
|
|
20751
|
+
"Implementation": "Implementation",
|
|
20752
|
+
"Aliases": "Aliases",
|
|
20753
|
+
"CreateTime": "CreateTime",
|
|
20754
|
+
"GovernedResources": "GovernedResources"
|
|
20755
|
+
},
|
|
20756
|
+
"propertyConstraints": {
|
|
20757
|
+
"Arn": {
|
|
20758
|
+
"pattern": "^arn:(aws(?:[-a-z]*)?):(controlcatalog|controltower):[a-zA-Z0-9-]*::control/[0-9a-zA-Z_\\-]+$",
|
|
20759
|
+
"minLength": 34,
|
|
20760
|
+
"maxLength": 2048
|
|
20761
|
+
},
|
|
20762
|
+
"ControlId": {
|
|
20763
|
+
"pattern": "^[0-9a-zA-Z_\\-]+$"
|
|
20764
|
+
},
|
|
20765
|
+
"Behavior": {
|
|
20766
|
+
"enum": [
|
|
20767
|
+
"PREVENTIVE",
|
|
20768
|
+
"PROACTIVE",
|
|
20769
|
+
"DETECTIVE"
|
|
20770
|
+
]
|
|
20771
|
+
},
|
|
20772
|
+
"Severity": {
|
|
20773
|
+
"enum": [
|
|
20774
|
+
"LOW",
|
|
20775
|
+
"MEDIUM",
|
|
20776
|
+
"HIGH",
|
|
20777
|
+
"CRITICAL"
|
|
20778
|
+
]
|
|
20779
|
+
},
|
|
20780
|
+
"CreateTime": {
|
|
20781
|
+
"format": "date-time"
|
|
20782
|
+
}
|
|
20783
|
+
},
|
|
20784
|
+
"primaryIdentifier": [
|
|
20785
|
+
"Arn"
|
|
20786
|
+
]
|
|
20787
|
+
},
|
|
20331
20788
|
"ControlCondition": {
|
|
20332
20789
|
"resourceType": "AWS::ARCZonalShift::ZonalAutoshiftConfiguration.ControlCondition",
|
|
20333
20790
|
"kind": "property",
|
|
@@ -20395,6 +20852,16 @@
|
|
|
20395
20852
|
"kind": "property",
|
|
20396
20853
|
"lexicon": "aws"
|
|
20397
20854
|
},
|
|
20855
|
+
"Control_ImplementationDetails": {
|
|
20856
|
+
"resourceType": "AWS::ControlCatalog::Control.ImplementationDetails",
|
|
20857
|
+
"kind": "property",
|
|
20858
|
+
"lexicon": "aws"
|
|
20859
|
+
},
|
|
20860
|
+
"Control_RegionConfiguration": {
|
|
20861
|
+
"resourceType": "AWS::ControlCatalog::Control.RegionConfiguration",
|
|
20862
|
+
"kind": "property",
|
|
20863
|
+
"lexicon": "aws"
|
|
20864
|
+
},
|
|
20398
20865
|
"CookieObject": {
|
|
20399
20866
|
"resourceType": "AWS::Lightsail::Distribution.CookieObject",
|
|
20400
20867
|
"kind": "property",
|
|
@@ -20619,6 +21086,11 @@
|
|
|
20619
21086
|
"kind": "property",
|
|
20620
21087
|
"lexicon": "aws"
|
|
20621
21088
|
},
|
|
21089
|
+
"CpuConfiguration": {
|
|
21090
|
+
"resourceType": "AWS::Lambda::MicrovmImage.CpuConfiguration",
|
|
21091
|
+
"kind": "property",
|
|
21092
|
+
"lexicon": "aws"
|
|
21093
|
+
},
|
|
20622
21094
|
"CpuOptions": {
|
|
20623
21095
|
"resourceType": "AWS::EC2::LaunchTemplate.CpuOptions",
|
|
20624
21096
|
"kind": "property",
|
|
@@ -23920,6 +24392,59 @@
|
|
|
23920
24392
|
"kind": "property",
|
|
23921
24393
|
"lexicon": "aws"
|
|
23922
24394
|
},
|
|
24395
|
+
"DataDeletionJob": {
|
|
24396
|
+
"resourceType": "AWS::Personalize::DataDeletionJob",
|
|
24397
|
+
"kind": "resource",
|
|
24398
|
+
"lexicon": "aws",
|
|
24399
|
+
"attrs": {
|
|
24400
|
+
"DataDeletionJobArn": "DataDeletionJobArn",
|
|
24401
|
+
"Status": "Status",
|
|
24402
|
+
"CreationDateTime": "CreationDateTime",
|
|
24403
|
+
"LastUpdatedDateTime": "LastUpdatedDateTime"
|
|
24404
|
+
},
|
|
24405
|
+
"propertyConstraints": {
|
|
24406
|
+
"JobName": {
|
|
24407
|
+
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
|
|
24408
|
+
"minLength": 1,
|
|
24409
|
+
"maxLength": 63
|
|
24410
|
+
},
|
|
24411
|
+
"DataDeletionJobArn": {
|
|
24412
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
24413
|
+
"maxLength": 256
|
|
24414
|
+
},
|
|
24415
|
+
"DatasetGroupArn": {
|
|
24416
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
24417
|
+
"maxLength": 256
|
|
24418
|
+
},
|
|
24419
|
+
"RoleArn": {
|
|
24420
|
+
"pattern": "^arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$",
|
|
24421
|
+
"maxLength": 256
|
|
24422
|
+
},
|
|
24423
|
+
"Status": {
|
|
24424
|
+
"maxLength": 256
|
|
24425
|
+
},
|
|
24426
|
+
"CreationDateTime": {
|
|
24427
|
+
"format": "date-time"
|
|
24428
|
+
},
|
|
24429
|
+
"LastUpdatedDateTime": {
|
|
24430
|
+
"format": "date-time"
|
|
24431
|
+
}
|
|
24432
|
+
},
|
|
24433
|
+
"createOnly": [
|
|
24434
|
+
"DataSource",
|
|
24435
|
+
"DatasetGroupArn",
|
|
24436
|
+
"JobName",
|
|
24437
|
+
"RoleArn"
|
|
24438
|
+
],
|
|
24439
|
+
"primaryIdentifier": [
|
|
24440
|
+
"DataDeletionJobArn"
|
|
24441
|
+
]
|
|
24442
|
+
},
|
|
24443
|
+
"DataDeletionJob_DataSource": {
|
|
24444
|
+
"resourceType": "AWS::Personalize::DataDeletionJob.DataSource",
|
|
24445
|
+
"kind": "property",
|
|
24446
|
+
"lexicon": "aws"
|
|
24447
|
+
},
|
|
23923
24448
|
"DataDeliveryObject": {
|
|
23924
24449
|
"resourceType": "AWS::Evidently::Project.DataDeliveryObject",
|
|
23925
24450
|
"kind": "property",
|
|
@@ -28203,6 +28728,11 @@
|
|
|
28203
28728
|
"kind": "property",
|
|
28204
28729
|
"lexicon": "aws"
|
|
28205
28730
|
},
|
|
28731
|
+
"DeletionProtectionConfiguration": {
|
|
28732
|
+
"resourceType": "AWS::Bedrock::DataSource.DeletionProtectionConfiguration",
|
|
28733
|
+
"kind": "property",
|
|
28734
|
+
"lexicon": "aws"
|
|
28735
|
+
},
|
|
28206
28736
|
"DeletionSettings": {
|
|
28207
28737
|
"resourceType": "AWS::ImageBuilder::Image.DeletionSettings",
|
|
28208
28738
|
"kind": "property",
|
|
@@ -31468,6 +31998,52 @@
|
|
|
31468
31998
|
"kind": "property",
|
|
31469
31999
|
"lexicon": "aws"
|
|
31470
32000
|
},
|
|
32001
|
+
"DynamoDBStream": {
|
|
32002
|
+
"resourceType": "AWS::DynamoDB::Stream",
|
|
32003
|
+
"kind": "resource",
|
|
32004
|
+
"lexicon": "aws",
|
|
32005
|
+
"attrs": {
|
|
32006
|
+
"StreamArn": "StreamArn",
|
|
32007
|
+
"StreamLabel": "StreamLabel",
|
|
32008
|
+
"StreamStatus": "StreamStatus",
|
|
32009
|
+
"CreationRequestDateTime": "CreationRequestDateTime",
|
|
32010
|
+
"KeySchema": "KeySchema"
|
|
32011
|
+
},
|
|
32012
|
+
"propertyConstraints": {
|
|
32013
|
+
"StreamArn": {
|
|
32014
|
+
"minLength": 37,
|
|
32015
|
+
"maxLength": 1024
|
|
32016
|
+
},
|
|
32017
|
+
"TableName": {
|
|
32018
|
+
"pattern": "^[a-zA-Z0-9_.-]+$",
|
|
32019
|
+
"minLength": 3,
|
|
32020
|
+
"maxLength": 255
|
|
32021
|
+
},
|
|
32022
|
+
"StreamStatus": {
|
|
32023
|
+
"enum": [
|
|
32024
|
+
"ENABLING",
|
|
32025
|
+
"ENABLED",
|
|
32026
|
+
"DISABLING",
|
|
32027
|
+
"DISABLED"
|
|
32028
|
+
]
|
|
32029
|
+
},
|
|
32030
|
+
"StreamViewType": {
|
|
32031
|
+
"enum": [
|
|
32032
|
+
"KEYS_ONLY",
|
|
32033
|
+
"NEW_IMAGE",
|
|
32034
|
+
"OLD_IMAGE",
|
|
32035
|
+
"NEW_AND_OLD_IMAGES"
|
|
32036
|
+
]
|
|
32037
|
+
}
|
|
32038
|
+
},
|
|
32039
|
+
"createOnly": [
|
|
32040
|
+
"StreamViewType",
|
|
32041
|
+
"TableName"
|
|
32042
|
+
],
|
|
32043
|
+
"primaryIdentifier": [
|
|
32044
|
+
"StreamArn"
|
|
32045
|
+
]
|
|
32046
|
+
},
|
|
31471
32047
|
"DynamoDBTarget": {
|
|
31472
32048
|
"resourceType": "AWS::Glue::Crawler.DynamoDBTarget",
|
|
31473
32049
|
"kind": "property",
|
|
@@ -37096,6 +37672,11 @@
|
|
|
37096
37672
|
"kind": "property",
|
|
37097
37673
|
"lexicon": "aws"
|
|
37098
37674
|
},
|
|
37675
|
+
"ExpirationSettings": {
|
|
37676
|
+
"resourceType": "AWS::Chime::AppInstanceUser.ExpirationSettings",
|
|
37677
|
+
"kind": "property",
|
|
37678
|
+
"lexicon": "aws"
|
|
37679
|
+
},
|
|
37099
37680
|
"ExpiryEventsConfiguration": {
|
|
37100
37681
|
"resourceType": "AWS::CertificateManager::Account.ExpiryEventsConfiguration",
|
|
37101
37682
|
"kind": "property",
|
|
@@ -38665,6 +39246,44 @@
|
|
|
38665
39246
|
"kind": "property",
|
|
38666
39247
|
"lexicon": "aws"
|
|
38667
39248
|
},
|
|
39249
|
+
"FirewallConfig": {
|
|
39250
|
+
"resourceType": "AWS::Route53Resolver::FirewallConfig",
|
|
39251
|
+
"kind": "resource",
|
|
39252
|
+
"lexicon": "aws",
|
|
39253
|
+
"attrs": {
|
|
39254
|
+
"Arn": "Arn",
|
|
39255
|
+
"Id": "Id",
|
|
39256
|
+
"OwnerId": "OwnerId"
|
|
39257
|
+
},
|
|
39258
|
+
"propertyConstraints": {
|
|
39259
|
+
"Id": {
|
|
39260
|
+
"minLength": 1,
|
|
39261
|
+
"maxLength": 64
|
|
39262
|
+
},
|
|
39263
|
+
"ResourceId": {
|
|
39264
|
+
"minLength": 1,
|
|
39265
|
+
"maxLength": 64
|
|
39266
|
+
},
|
|
39267
|
+
"OwnerId": {
|
|
39268
|
+
"minLength": 12,
|
|
39269
|
+
"maxLength": 32
|
|
39270
|
+
},
|
|
39271
|
+
"FirewallFailOpen": {
|
|
39272
|
+
"enum": [
|
|
39273
|
+
"ENABLED",
|
|
39274
|
+
"DISABLED",
|
|
39275
|
+
"USE_LOCAL_RESOURCE_SETTING"
|
|
39276
|
+
]
|
|
39277
|
+
}
|
|
39278
|
+
},
|
|
39279
|
+
"createOnly": [
|
|
39280
|
+
"FirewallFailOpen",
|
|
39281
|
+
"ResourceId"
|
|
39282
|
+
],
|
|
39283
|
+
"primaryIdentifier": [
|
|
39284
|
+
"Arn"
|
|
39285
|
+
]
|
|
39286
|
+
},
|
|
38668
39287
|
"FirewallPolicy": {
|
|
38669
39288
|
"resourceType": "AWS::NetworkFirewall::FirewallPolicy",
|
|
38670
39289
|
"kind": "resource",
|
|
@@ -40724,6 +41343,56 @@
|
|
|
40724
41343
|
"kind": "property",
|
|
40725
41344
|
"lexicon": "aws"
|
|
40726
41345
|
},
|
|
41346
|
+
"GameLiftBuild": {
|
|
41347
|
+
"resourceType": "AWS::GameLift::Build",
|
|
41348
|
+
"kind": "resource",
|
|
41349
|
+
"lexicon": "aws",
|
|
41350
|
+
"attrs": {
|
|
41351
|
+
"BuildId": "BuildId",
|
|
41352
|
+
"BuildArn": "BuildArn"
|
|
41353
|
+
},
|
|
41354
|
+
"propertyConstraints": {
|
|
41355
|
+
"OperatingSystem": {
|
|
41356
|
+
"enum": [
|
|
41357
|
+
"AMAZON_LINUX",
|
|
41358
|
+
"AMAZON_LINUX_2",
|
|
41359
|
+
"AMAZON_LINUX_2023",
|
|
41360
|
+
"WINDOWS_2012",
|
|
41361
|
+
"WINDOWS_2016",
|
|
41362
|
+
"WINDOWS_2022"
|
|
41363
|
+
]
|
|
41364
|
+
},
|
|
41365
|
+
"BuildArn": {
|
|
41366
|
+
"pattern": "^arn:.*:build\\/build-\\S+"
|
|
41367
|
+
}
|
|
41368
|
+
},
|
|
41369
|
+
"createOnly": [
|
|
41370
|
+
"StorageLocation",
|
|
41371
|
+
"OperatingSystem",
|
|
41372
|
+
"ServerSdkVersion"
|
|
41373
|
+
],
|
|
41374
|
+
"writeOnly": [
|
|
41375
|
+
"StorageLocation"
|
|
41376
|
+
],
|
|
41377
|
+
"primaryIdentifier": [
|
|
41378
|
+
"BuildId"
|
|
41379
|
+
],
|
|
41380
|
+
"tagging": {
|
|
41381
|
+
"taggable": true,
|
|
41382
|
+
"tagOnCreate": true,
|
|
41383
|
+
"tagUpdatable": true
|
|
41384
|
+
}
|
|
41385
|
+
},
|
|
41386
|
+
"GameLiftBuild_StorageLocation": {
|
|
41387
|
+
"resourceType": "AWS::GameLift::Build.StorageLocation",
|
|
41388
|
+
"kind": "property",
|
|
41389
|
+
"lexicon": "aws"
|
|
41390
|
+
},
|
|
41391
|
+
"GameLiftBuild_Tag": {
|
|
41392
|
+
"resourceType": "AWS::GameLift::Build.Tag",
|
|
41393
|
+
"kind": "property",
|
|
41394
|
+
"lexicon": "aws"
|
|
41395
|
+
},
|
|
40727
41396
|
"GameLiftFleet": {
|
|
40728
41397
|
"resourceType": "AWS::GameLift::Fleet",
|
|
40729
41398
|
"kind": "resource",
|
|
@@ -43228,8 +43897,10 @@
|
|
|
43228
43897
|
"Arn": "Arn",
|
|
43229
43898
|
"HarnessId": "HarnessId",
|
|
43230
43899
|
"Status": "Status",
|
|
43900
|
+
"Version": "Version",
|
|
43231
43901
|
"CreatedAt": "CreatedAt",
|
|
43232
43902
|
"UpdatedAt": "UpdatedAt",
|
|
43903
|
+
"Memory_ManagedMemoryConfiguration_Arn": "Memory.ManagedMemoryConfiguration.Arn",
|
|
43233
43904
|
"Environment_AgentCoreRuntimeEnvironment_AgentRuntimeArn": "Environment.AgentCoreRuntimeEnvironment.AgentRuntimeArn",
|
|
43234
43905
|
"Environment_AgentCoreRuntimeEnvironment_AgentRuntimeName": "Environment.AgentCoreRuntimeEnvironment.AgentRuntimeName",
|
|
43235
43906
|
"Environment_AgentCoreRuntimeEnvironment_AgentRuntimeId": "Environment.AgentCoreRuntimeEnvironment.AgentRuntimeId"
|
|
@@ -43244,6 +43915,11 @@
|
|
|
43244
43915
|
"HarnessName": {
|
|
43245
43916
|
"pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,39}$"
|
|
43246
43917
|
},
|
|
43918
|
+
"Version": {
|
|
43919
|
+
"pattern": "^([1-9][0-9]{0,4})$",
|
|
43920
|
+
"minLength": 1,
|
|
43921
|
+
"maxLength": 5
|
|
43922
|
+
},
|
|
43247
43923
|
"ExecutionRoleArn": {
|
|
43248
43924
|
"pattern": "^arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+$",
|
|
43249
43925
|
"minLength": 1,
|
|
@@ -43257,7 +43933,8 @@
|
|
|
43257
43933
|
}
|
|
43258
43934
|
},
|
|
43259
43935
|
"createOnly": [
|
|
43260
|
-
"HarnessName"
|
|
43936
|
+
"HarnessName",
|
|
43937
|
+
"Memory/ManagedMemoryConfiguration/EncryptionKeyArn"
|
|
43261
43938
|
],
|
|
43262
43939
|
"primaryIdentifier": [
|
|
43263
43940
|
"Arn"
|
|
@@ -43323,6 +44000,11 @@
|
|
|
43323
44000
|
"kind": "property",
|
|
43324
44001
|
"lexicon": "aws"
|
|
43325
44002
|
},
|
|
44003
|
+
"HarnessManagedMemoryConfiguration": {
|
|
44004
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessManagedMemoryConfiguration",
|
|
44005
|
+
"kind": "property",
|
|
44006
|
+
"lexicon": "aws"
|
|
44007
|
+
},
|
|
43326
44008
|
"HarnessMemoryConfiguration": {
|
|
43327
44009
|
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessMemoryConfiguration",
|
|
43328
44010
|
"kind": "property",
|
|
@@ -43348,6 +44030,11 @@
|
|
|
43348
44030
|
"kind": "property",
|
|
43349
44031
|
"lexicon": "aws"
|
|
43350
44032
|
},
|
|
44033
|
+
"HarnessSkillAwsSkillsSource": {
|
|
44034
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillAwsSkillsSource",
|
|
44035
|
+
"kind": "property",
|
|
44036
|
+
"lexicon": "aws"
|
|
44037
|
+
},
|
|
43351
44038
|
"HarnessSkillGitAuth": {
|
|
43352
44039
|
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillGitAuth",
|
|
43353
44040
|
"kind": "property",
|
|
@@ -43478,6 +44165,11 @@
|
|
|
43478
44165
|
"kind": "property",
|
|
43479
44166
|
"lexicon": "aws"
|
|
43480
44167
|
},
|
|
44168
|
+
"Harness_HarnessManagedMemoryConfiguration": {
|
|
44169
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessManagedMemoryConfiguration",
|
|
44170
|
+
"kind": "property",
|
|
44171
|
+
"lexicon": "aws"
|
|
44172
|
+
},
|
|
43481
44173
|
"Harness_HarnessMemoryConfiguration": {
|
|
43482
44174
|
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessMemoryConfiguration",
|
|
43483
44175
|
"kind": "property",
|
|
@@ -43503,6 +44195,11 @@
|
|
|
43503
44195
|
"kind": "property",
|
|
43504
44196
|
"lexicon": "aws"
|
|
43505
44197
|
},
|
|
44198
|
+
"Harness_HarnessSkillAwsSkillsSource": {
|
|
44199
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillAwsSkillsSource",
|
|
44200
|
+
"kind": "property",
|
|
44201
|
+
"lexicon": "aws"
|
|
44202
|
+
},
|
|
43506
44203
|
"Harness_HarnessSkillGitAuth": {
|
|
43507
44204
|
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillGitAuth",
|
|
43508
44205
|
"kind": "property",
|
|
@@ -43844,6 +44541,11 @@
|
|
|
43844
44541
|
"kind": "property",
|
|
43845
44542
|
"lexicon": "aws"
|
|
43846
44543
|
},
|
|
44544
|
+
"Hooks": {
|
|
44545
|
+
"resourceType": "AWS::Lambda::MicrovmImage.Hooks",
|
|
44546
|
+
"kind": "property",
|
|
44547
|
+
"lexicon": "aws"
|
|
44548
|
+
},
|
|
43847
44549
|
"HopDestination": {
|
|
43848
44550
|
"resourceType": "AWS::MediaConvert::JobTemplate.HopDestination",
|
|
43849
44551
|
"kind": "property",
|
|
@@ -44331,34 +45033,6 @@
|
|
|
44331
45033
|
"kind": "property",
|
|
44332
45034
|
"lexicon": "aws"
|
|
44333
45035
|
},
|
|
44334
|
-
"Hub": {
|
|
44335
|
-
"resourceType": "AWS::SecurityHub::Hub",
|
|
44336
|
-
"kind": "resource",
|
|
44337
|
-
"lexicon": "aws",
|
|
44338
|
-
"attrs": {
|
|
44339
|
-
"ARN": "ARN",
|
|
44340
|
-
"SubscribedAt": "SubscribedAt"
|
|
44341
|
-
},
|
|
44342
|
-
"propertyConstraints": {
|
|
44343
|
-
"ARN": {
|
|
44344
|
-
"pattern": "^arn:.*"
|
|
44345
|
-
},
|
|
44346
|
-
"ControlFindingGenerator": {
|
|
44347
|
-
"pattern": "^(SECURITY_CONTROL|STANDARD_CONTROL)$"
|
|
44348
|
-
}
|
|
44349
|
-
},
|
|
44350
|
-
"writeOnly": [
|
|
44351
|
-
"EnableDefaultStandards"
|
|
44352
|
-
],
|
|
44353
|
-
"primaryIdentifier": [
|
|
44354
|
-
"ARN"
|
|
44355
|
-
],
|
|
44356
|
-
"tagging": {
|
|
44357
|
-
"taggable": true,
|
|
44358
|
-
"tagOnCreate": true,
|
|
44359
|
-
"tagUpdatable": true
|
|
44360
|
-
}
|
|
44361
|
-
},
|
|
44362
45036
|
"HubV2": {
|
|
44363
45037
|
"resourceType": "AWS::SecurityHub::HubV2",
|
|
44364
45038
|
"kind": "resource",
|
|
@@ -44387,6 +45061,16 @@
|
|
|
44387
45061
|
"kind": "property",
|
|
44388
45062
|
"lexicon": "aws"
|
|
44389
45063
|
},
|
|
45064
|
+
"HyperParameterSpecification": {
|
|
45065
|
+
"resourceType": "AWS::SageMaker::Algorithm.HyperParameterSpecification",
|
|
45066
|
+
"kind": "property",
|
|
45067
|
+
"lexicon": "aws"
|
|
45068
|
+
},
|
|
45069
|
+
"HyperParameterTuningJobObjective": {
|
|
45070
|
+
"resourceType": "AWS::SageMaker::Algorithm.HyperParameterTuningJobObjective",
|
|
45071
|
+
"kind": "property",
|
|
45072
|
+
"lexicon": "aws"
|
|
45073
|
+
},
|
|
44390
45074
|
"Hypervisor": {
|
|
44391
45075
|
"resourceType": "AWS::BackupGateway::Hypervisor",
|
|
44392
45076
|
"kind": "resource",
|
|
@@ -46473,6 +47157,11 @@
|
|
|
46473
47157
|
"ImageVersionArn"
|
|
46474
47158
|
]
|
|
46475
47159
|
},
|
|
47160
|
+
"ImplementationDetails": {
|
|
47161
|
+
"resourceType": "AWS::ControlCatalog::Control.ImplementationDetails",
|
|
47162
|
+
"kind": "property",
|
|
47163
|
+
"lexicon": "aws"
|
|
47164
|
+
},
|
|
46476
47165
|
"ImportDataRule": {
|
|
46477
47166
|
"resourceType": "AWS::S3Files::FileSystem.ImportDataRule",
|
|
46478
47167
|
"kind": "property",
|
|
@@ -49652,6 +50341,36 @@
|
|
|
49652
50341
|
"kind": "property",
|
|
49653
50342
|
"lexicon": "aws"
|
|
49654
50343
|
},
|
|
50344
|
+
"IoTIndex": {
|
|
50345
|
+
"resourceType": "AWS::IoT::Index",
|
|
50346
|
+
"kind": "resource",
|
|
50347
|
+
"lexicon": "aws",
|
|
50348
|
+
"attrs": {
|
|
50349
|
+
"Arn": "Arn",
|
|
50350
|
+
"IndexStatus": "IndexStatus",
|
|
50351
|
+
"Schema": "Schema"
|
|
50352
|
+
},
|
|
50353
|
+
"propertyConstraints": {
|
|
50354
|
+
"IndexName": {
|
|
50355
|
+
"pattern": "^[a-zA-Z0-9:_-]+$",
|
|
50356
|
+
"minLength": 1,
|
|
50357
|
+
"maxLength": 128
|
|
50358
|
+
},
|
|
50359
|
+
"IndexStatus": {
|
|
50360
|
+
"enum": [
|
|
50361
|
+
"ACTIVE",
|
|
50362
|
+
"BUILDING",
|
|
50363
|
+
"REBUILDING"
|
|
50364
|
+
]
|
|
50365
|
+
}
|
|
50366
|
+
},
|
|
50367
|
+
"createOnly": [
|
|
50368
|
+
"IndexName"
|
|
50369
|
+
],
|
|
50370
|
+
"primaryIdentifier": [
|
|
50371
|
+
"Arn"
|
|
50372
|
+
]
|
|
50373
|
+
},
|
|
49655
50374
|
"IoTJobAbortConfig": {
|
|
49656
50375
|
"resourceType": "AWS::GreengrassV2::Deployment.IoTJobAbortConfig",
|
|
49657
50376
|
"kind": "property",
|
|
@@ -50808,6 +51527,11 @@
|
|
|
50808
51527
|
"kind": "property",
|
|
50809
51528
|
"lexicon": "aws"
|
|
50810
51529
|
},
|
|
51530
|
+
"KafkaClusterMtlsAuthentication": {
|
|
51531
|
+
"resourceType": "AWS::MSK::Replicator.KafkaClusterMtlsAuthentication",
|
|
51532
|
+
"kind": "property",
|
|
51533
|
+
"lexicon": "aws"
|
|
51534
|
+
},
|
|
50811
51535
|
"KafkaClusterSaslScramAuthentication": {
|
|
50812
51536
|
"resourceType": "AWS::MSK::Replicator.KafkaClusterSaslScramAuthentication",
|
|
50813
51537
|
"kind": "property",
|
|
@@ -57594,6 +58318,23 @@
|
|
|
57594
58318
|
"kind": "property",
|
|
57595
58319
|
"lexicon": "aws"
|
|
57596
58320
|
},
|
|
58321
|
+
"ManagedBlockchainNode": {
|
|
58322
|
+
"resourceType": "AWS::ManagedBlockchain::Node",
|
|
58323
|
+
"kind": "resource",
|
|
58324
|
+
"lexicon": "aws",
|
|
58325
|
+
"attrs": {
|
|
58326
|
+
"NodeId": "NodeId",
|
|
58327
|
+
"Arn": "Arn"
|
|
58328
|
+
},
|
|
58329
|
+
"primaryIdentifier": [
|
|
58330
|
+
"NodeId"
|
|
58331
|
+
]
|
|
58332
|
+
},
|
|
58333
|
+
"ManagedBlockchainNode_NodeConfiguration": {
|
|
58334
|
+
"resourceType": "AWS::ManagedBlockchain::Node.NodeConfiguration",
|
|
58335
|
+
"kind": "property",
|
|
58336
|
+
"lexicon": "aws"
|
|
58337
|
+
},
|
|
57597
58338
|
"ManagedCertificateRequest": {
|
|
57598
58339
|
"resourceType": "AWS::CloudFront::DistributionTenant.ManagedCertificateRequest",
|
|
57599
58340
|
"kind": "property",
|
|
@@ -57624,6 +58365,21 @@
|
|
|
57624
58365
|
"kind": "property",
|
|
57625
58366
|
"lexicon": "aws"
|
|
57626
58367
|
},
|
|
58368
|
+
"ManagedKnowledgeBaseConfiguration": {
|
|
58369
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
58370
|
+
"kind": "property",
|
|
58371
|
+
"lexicon": "aws"
|
|
58372
|
+
},
|
|
58373
|
+
"ManagedKnowledgeBaseConnectorConfiguration": {
|
|
58374
|
+
"resourceType": "AWS::Bedrock::DataSource.ManagedKnowledgeBaseConnectorConfiguration",
|
|
58375
|
+
"kind": "property",
|
|
58376
|
+
"lexicon": "aws"
|
|
58377
|
+
},
|
|
58378
|
+
"ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
58379
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
58380
|
+
"kind": "property",
|
|
58381
|
+
"lexicon": "aws"
|
|
58382
|
+
},
|
|
57627
58383
|
"ManagedLoggingConfiguration": {
|
|
57628
58384
|
"resourceType": "AWS::Athena::WorkGroup.ManagedLoggingConfiguration",
|
|
57629
58385
|
"kind": "property",
|
|
@@ -58444,11 +59200,6 @@
|
|
|
58444
59200
|
"Id"
|
|
58445
59201
|
]
|
|
58446
59202
|
},
|
|
58447
|
-
"MediaExtractionConfiguration": {
|
|
58448
|
-
"resourceType": "AWS::QBusiness::DataSource.MediaExtractionConfiguration",
|
|
58449
|
-
"kind": "property",
|
|
58450
|
-
"lexicon": "aws"
|
|
58451
|
-
},
|
|
58452
59203
|
"MediaItem": {
|
|
58453
59204
|
"resourceType": "AWS::Connect::Workspace.MediaItem",
|
|
58454
59205
|
"kind": "property",
|
|
@@ -58907,6 +59658,46 @@
|
|
|
58907
59658
|
"kind": "property",
|
|
58908
59659
|
"lexicon": "aws"
|
|
58909
59660
|
},
|
|
59661
|
+
"MediaLiveNode": {
|
|
59662
|
+
"resourceType": "AWS::MediaLive::Node",
|
|
59663
|
+
"kind": "resource",
|
|
59664
|
+
"lexicon": "aws",
|
|
59665
|
+
"attrs": {
|
|
59666
|
+
"Arn": "Arn",
|
|
59667
|
+
"Id": "Id",
|
|
59668
|
+
"State": "State",
|
|
59669
|
+
"ConnectionState": "ConnectionState",
|
|
59670
|
+
"InstanceArn": "InstanceArn",
|
|
59671
|
+
"ChannelPlacementGroups": "ChannelPlacementGroups"
|
|
59672
|
+
},
|
|
59673
|
+
"createOnly": [
|
|
59674
|
+
"ClusterId",
|
|
59675
|
+
"NodeInterfaceMappings"
|
|
59676
|
+
],
|
|
59677
|
+
"primaryIdentifier": [
|
|
59678
|
+
"Arn"
|
|
59679
|
+
],
|
|
59680
|
+
"tagging": {
|
|
59681
|
+
"taggable": true,
|
|
59682
|
+
"tagOnCreate": true,
|
|
59683
|
+
"tagUpdatable": true
|
|
59684
|
+
}
|
|
59685
|
+
},
|
|
59686
|
+
"MediaLiveNode_NodeInterfaceMapping": {
|
|
59687
|
+
"resourceType": "AWS::MediaLive::Node.NodeInterfaceMapping",
|
|
59688
|
+
"kind": "property",
|
|
59689
|
+
"lexicon": "aws"
|
|
59690
|
+
},
|
|
59691
|
+
"MediaLiveNode_SdiSourceMapping": {
|
|
59692
|
+
"resourceType": "AWS::MediaLive::Node.SdiSourceMapping",
|
|
59693
|
+
"kind": "property",
|
|
59694
|
+
"lexicon": "aws"
|
|
59695
|
+
},
|
|
59696
|
+
"MediaLiveNode_Tag": {
|
|
59697
|
+
"resourceType": "AWS::MediaLive::Node.Tag",
|
|
59698
|
+
"kind": "property",
|
|
59699
|
+
"lexicon": "aws"
|
|
59700
|
+
},
|
|
58910
59701
|
"MediaPackageAsset": {
|
|
58911
59702
|
"resourceType": "AWS::MediaPackage::Asset",
|
|
58912
59703
|
"kind": "resource",
|
|
@@ -60609,6 +61400,124 @@
|
|
|
60609
61400
|
"kind": "property",
|
|
60610
61401
|
"lexicon": "aws"
|
|
60611
61402
|
},
|
|
61403
|
+
"MicrovmHooks": {
|
|
61404
|
+
"resourceType": "AWS::Lambda::MicrovmImage.MicrovmHooks",
|
|
61405
|
+
"kind": "property",
|
|
61406
|
+
"lexicon": "aws"
|
|
61407
|
+
},
|
|
61408
|
+
"MicrovmImage": {
|
|
61409
|
+
"resourceType": "AWS::Lambda::MicrovmImage",
|
|
61410
|
+
"kind": "resource",
|
|
61411
|
+
"lexicon": "aws",
|
|
61412
|
+
"attrs": {
|
|
61413
|
+
"ImageArn": "ImageArn",
|
|
61414
|
+
"State": "State",
|
|
61415
|
+
"LatestActiveImageVersion": "LatestActiveImageVersion",
|
|
61416
|
+
"LatestFailedImageVersion": "LatestFailedImageVersion",
|
|
61417
|
+
"CreatedAt": "CreatedAt",
|
|
61418
|
+
"UpdatedAt": "UpdatedAt"
|
|
61419
|
+
},
|
|
61420
|
+
"propertyConstraints": {
|
|
61421
|
+
"Name": {
|
|
61422
|
+
"pattern": "^[a-zA-Z0-9-_]+$",
|
|
61423
|
+
"minLength": 1,
|
|
61424
|
+
"maxLength": 64
|
|
61425
|
+
},
|
|
61426
|
+
"BaseImageArn": {
|
|
61427
|
+
"pattern": "^[^\\s]+$",
|
|
61428
|
+
"minLength": 1,
|
|
61429
|
+
"maxLength": 2048
|
|
61430
|
+
},
|
|
61431
|
+
"BaseImageVersion": {
|
|
61432
|
+
"pattern": "^[^\\s]+$",
|
|
61433
|
+
"minLength": 1,
|
|
61434
|
+
"maxLength": 2048
|
|
61435
|
+
},
|
|
61436
|
+
"BuildRoleArn": {
|
|
61437
|
+
"pattern": "^arn:aws[a-zA-Z-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$"
|
|
61438
|
+
}
|
|
61439
|
+
},
|
|
61440
|
+
"createOnly": [
|
|
61441
|
+
"Name"
|
|
61442
|
+
],
|
|
61443
|
+
"writeOnly": [
|
|
61444
|
+
"BaseImageArn",
|
|
61445
|
+
"BaseImageVersion",
|
|
61446
|
+
"BuildRoleArn",
|
|
61447
|
+
"Description",
|
|
61448
|
+
"CodeArtifact",
|
|
61449
|
+
"Logging",
|
|
61450
|
+
"EgressNetworkConnectors",
|
|
61451
|
+
"CpuConfigurations",
|
|
61452
|
+
"Resources",
|
|
61453
|
+
"AdditionalOsCapabilities",
|
|
61454
|
+
"Hooks",
|
|
61455
|
+
"EnvironmentVariables"
|
|
61456
|
+
],
|
|
61457
|
+
"primaryIdentifier": [
|
|
61458
|
+
"ImageArn"
|
|
61459
|
+
],
|
|
61460
|
+
"tagging": {
|
|
61461
|
+
"taggable": true,
|
|
61462
|
+
"tagOnCreate": true,
|
|
61463
|
+
"tagUpdatable": true
|
|
61464
|
+
}
|
|
61465
|
+
},
|
|
61466
|
+
"MicrovmImageHooks": {
|
|
61467
|
+
"resourceType": "AWS::Lambda::MicrovmImage.MicrovmImageHooks",
|
|
61468
|
+
"kind": "property",
|
|
61469
|
+
"lexicon": "aws"
|
|
61470
|
+
},
|
|
61471
|
+
"MicrovmImage_CloudWatchLogging": {
|
|
61472
|
+
"resourceType": "AWS::Lambda::MicrovmImage.CloudWatchLogging",
|
|
61473
|
+
"kind": "property",
|
|
61474
|
+
"lexicon": "aws"
|
|
61475
|
+
},
|
|
61476
|
+
"MicrovmImage_CodeArtifact": {
|
|
61477
|
+
"resourceType": "AWS::Lambda::MicrovmImage.CodeArtifact",
|
|
61478
|
+
"kind": "property",
|
|
61479
|
+
"lexicon": "aws"
|
|
61480
|
+
},
|
|
61481
|
+
"MicrovmImage_CpuConfiguration": {
|
|
61482
|
+
"resourceType": "AWS::Lambda::MicrovmImage.CpuConfiguration",
|
|
61483
|
+
"kind": "property",
|
|
61484
|
+
"lexicon": "aws"
|
|
61485
|
+
},
|
|
61486
|
+
"MicrovmImage_EnvironmentVariable": {
|
|
61487
|
+
"resourceType": "AWS::Lambda::MicrovmImage.EnvironmentVariable",
|
|
61488
|
+
"kind": "property",
|
|
61489
|
+
"lexicon": "aws"
|
|
61490
|
+
},
|
|
61491
|
+
"MicrovmImage_Hooks": {
|
|
61492
|
+
"resourceType": "AWS::Lambda::MicrovmImage.Hooks",
|
|
61493
|
+
"kind": "property",
|
|
61494
|
+
"lexicon": "aws"
|
|
61495
|
+
},
|
|
61496
|
+
"MicrovmImage_Logging": {
|
|
61497
|
+
"resourceType": "AWS::Lambda::MicrovmImage.Logging",
|
|
61498
|
+
"kind": "property",
|
|
61499
|
+
"lexicon": "aws"
|
|
61500
|
+
},
|
|
61501
|
+
"MicrovmImage_MicrovmHooks": {
|
|
61502
|
+
"resourceType": "AWS::Lambda::MicrovmImage.MicrovmHooks",
|
|
61503
|
+
"kind": "property",
|
|
61504
|
+
"lexicon": "aws"
|
|
61505
|
+
},
|
|
61506
|
+
"MicrovmImage_MicrovmImageHooks": {
|
|
61507
|
+
"resourceType": "AWS::Lambda::MicrovmImage.MicrovmImageHooks",
|
|
61508
|
+
"kind": "property",
|
|
61509
|
+
"lexicon": "aws"
|
|
61510
|
+
},
|
|
61511
|
+
"MicrovmImage_Resources": {
|
|
61512
|
+
"resourceType": "AWS::Lambda::MicrovmImage.Resources",
|
|
61513
|
+
"kind": "property",
|
|
61514
|
+
"lexicon": "aws"
|
|
61515
|
+
},
|
|
61516
|
+
"MicrovmImage_Tag": {
|
|
61517
|
+
"resourceType": "AWS::Lambda::MicrovmImage.Tag",
|
|
61518
|
+
"kind": "property",
|
|
61519
|
+
"lexicon": "aws"
|
|
61520
|
+
},
|
|
60612
61521
|
"MigrationProject": {
|
|
60613
61522
|
"resourceType": "AWS::DMS::MigrationProject",
|
|
60614
61523
|
"kind": "resource",
|
|
@@ -61187,6 +62096,77 @@
|
|
|
61187
62096
|
"tagUpdatable": true
|
|
61188
62097
|
}
|
|
61189
62098
|
},
|
|
62099
|
+
"ModelCardExportArtifacts": {
|
|
62100
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
|
|
62101
|
+
"kind": "property",
|
|
62102
|
+
"lexicon": "aws"
|
|
62103
|
+
},
|
|
62104
|
+
"ModelCardExportJob": {
|
|
62105
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob",
|
|
62106
|
+
"kind": "resource",
|
|
62107
|
+
"lexicon": "aws",
|
|
62108
|
+
"attrs": {
|
|
62109
|
+
"ModelCardExportJobArn": "ModelCardExportJobArn",
|
|
62110
|
+
"Status": "Status",
|
|
62111
|
+
"CreatedAt": "CreatedAt",
|
|
62112
|
+
"LastModifiedAt": "LastModifiedAt",
|
|
62113
|
+
"ExportArtifacts": "ExportArtifacts"
|
|
62114
|
+
},
|
|
62115
|
+
"propertyConstraints": {
|
|
62116
|
+
"ModelCardExportJobArn": {
|
|
62117
|
+
"pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}/export-job/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
62118
|
+
"minLength": 0,
|
|
62119
|
+
"maxLength": 256
|
|
62120
|
+
},
|
|
62121
|
+
"ModelCardExportJobName": {
|
|
62122
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
62123
|
+
"minLength": 1,
|
|
62124
|
+
"maxLength": 63
|
|
62125
|
+
},
|
|
62126
|
+
"ModelCardName": {
|
|
62127
|
+
"pattern": "^(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-card/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,62})$",
|
|
62128
|
+
"minLength": 1,
|
|
62129
|
+
"maxLength": 256
|
|
62130
|
+
},
|
|
62131
|
+
"Status": {
|
|
62132
|
+
"enum": [
|
|
62133
|
+
"InProgress",
|
|
62134
|
+
"Completed",
|
|
62135
|
+
"Failed"
|
|
62136
|
+
]
|
|
62137
|
+
},
|
|
62138
|
+
"CreatedAt": {
|
|
62139
|
+
"format": "date-time"
|
|
62140
|
+
},
|
|
62141
|
+
"LastModifiedAt": {
|
|
62142
|
+
"format": "date-time"
|
|
62143
|
+
}
|
|
62144
|
+
},
|
|
62145
|
+
"createOnly": [
|
|
62146
|
+
"ModelCardExportJobName",
|
|
62147
|
+
"ModelCardName",
|
|
62148
|
+
"ModelCardVersion",
|
|
62149
|
+
"OutputConfig"
|
|
62150
|
+
],
|
|
62151
|
+
"primaryIdentifier": [
|
|
62152
|
+
"ModelCardExportJobArn"
|
|
62153
|
+
]
|
|
62154
|
+
},
|
|
62155
|
+
"ModelCardExportJob_ModelCardExportArtifacts": {
|
|
62156
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
|
|
62157
|
+
"kind": "property",
|
|
62158
|
+
"lexicon": "aws"
|
|
62159
|
+
},
|
|
62160
|
+
"ModelCardExportJob_ModelCardExportOutputConfig": {
|
|
62161
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
|
|
62162
|
+
"kind": "property",
|
|
62163
|
+
"lexicon": "aws"
|
|
62164
|
+
},
|
|
62165
|
+
"ModelCardExportOutputConfig": {
|
|
62166
|
+
"resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
|
|
62167
|
+
"kind": "property",
|
|
62168
|
+
"lexicon": "aws"
|
|
62169
|
+
},
|
|
61190
62170
|
"ModelCard_AdditionalInformation": {
|
|
61191
62171
|
"resourceType": "AWS::SageMaker::ModelCard.AdditionalInformation",
|
|
61192
62172
|
"kind": "property",
|
|
@@ -61412,6 +62392,11 @@
|
|
|
61412
62392
|
"kind": "property",
|
|
61413
62393
|
"lexicon": "aws"
|
|
61414
62394
|
},
|
|
62395
|
+
"ModelInput": {
|
|
62396
|
+
"resourceType": "AWS::SageMaker::Algorithm.ModelInput",
|
|
62397
|
+
"kind": "property",
|
|
62398
|
+
"lexicon": "aws"
|
|
62399
|
+
},
|
|
61415
62400
|
"ModelManifest": {
|
|
61416
62401
|
"resourceType": "AWS::IoTFleetWise::ModelManifest",
|
|
61417
62402
|
"kind": "resource",
|
|
@@ -61508,11 +62493,6 @@
|
|
|
61508
62493
|
"tagUpdatable": true
|
|
61509
62494
|
}
|
|
61510
62495
|
},
|
|
61511
|
-
"ModelPackageContainerDefinition": {
|
|
61512
|
-
"resourceType": "AWS::SageMaker::ModelPackage.ModelPackageContainerDefinition",
|
|
61513
|
-
"kind": "property",
|
|
61514
|
-
"lexicon": "aws"
|
|
61515
|
-
},
|
|
61516
62496
|
"ModelPackageCreator": {
|
|
61517
62497
|
"resourceType": "AWS::SageMaker::ModelCard.ModelPackageCreator",
|
|
61518
62498
|
"kind": "property",
|
|
@@ -63118,6 +64098,41 @@
|
|
|
63118
64098
|
"kind": "property",
|
|
63119
64099
|
"lexicon": "aws"
|
|
63120
64100
|
},
|
|
64101
|
+
"NetworkConnector": {
|
|
64102
|
+
"resourceType": "AWS::Lambda::NetworkConnector",
|
|
64103
|
+
"kind": "resource",
|
|
64104
|
+
"lexicon": "aws",
|
|
64105
|
+
"attrs": {
|
|
64106
|
+
"Arn": "Arn",
|
|
64107
|
+
"State": "State"
|
|
64108
|
+
},
|
|
64109
|
+
"createOnly": [
|
|
64110
|
+
"Name"
|
|
64111
|
+
],
|
|
64112
|
+
"primaryIdentifier": [
|
|
64113
|
+
"Arn"
|
|
64114
|
+
],
|
|
64115
|
+
"tagging": {
|
|
64116
|
+
"taggable": true,
|
|
64117
|
+
"tagOnCreate": true,
|
|
64118
|
+
"tagUpdatable": true
|
|
64119
|
+
}
|
|
64120
|
+
},
|
|
64121
|
+
"NetworkConnector_Config": {
|
|
64122
|
+
"resourceType": "AWS::Lambda::NetworkConnector.Config",
|
|
64123
|
+
"kind": "property",
|
|
64124
|
+
"lexicon": "aws"
|
|
64125
|
+
},
|
|
64126
|
+
"NetworkConnector_Tag": {
|
|
64127
|
+
"resourceType": "AWS::Lambda::NetworkConnector.Tag",
|
|
64128
|
+
"kind": "property",
|
|
64129
|
+
"lexicon": "aws"
|
|
64130
|
+
},
|
|
64131
|
+
"NetworkConnector_VpcEgressConfiguration": {
|
|
64132
|
+
"resourceType": "AWS::Lambda::NetworkConnector.VpcEgressConfiguration",
|
|
64133
|
+
"kind": "property",
|
|
64134
|
+
"lexicon": "aws"
|
|
64135
|
+
},
|
|
63121
64136
|
"NetworkFabricConfiguration": {
|
|
63122
64137
|
"resourceType": "AWS::ManagedBlockchain::Member.NetworkFabricConfiguration",
|
|
63123
64138
|
"kind": "property",
|
|
@@ -63729,6 +64744,39 @@
|
|
|
63729
64744
|
"kind": "property",
|
|
63730
64745
|
"lexicon": "aws"
|
|
63731
64746
|
},
|
|
64747
|
+
"NetworkManagerSite": {
|
|
64748
|
+
"resourceType": "AWS::NetworkManager::Site",
|
|
64749
|
+
"kind": "resource",
|
|
64750
|
+
"lexicon": "aws",
|
|
64751
|
+
"attrs": {
|
|
64752
|
+
"SiteId": "SiteId",
|
|
64753
|
+
"SiteArn": "SiteArn",
|
|
64754
|
+
"State": "State",
|
|
64755
|
+
"CreatedAt": "CreatedAt"
|
|
64756
|
+
},
|
|
64757
|
+
"createOnly": [
|
|
64758
|
+
"GlobalNetworkId"
|
|
64759
|
+
],
|
|
64760
|
+
"primaryIdentifier": [
|
|
64761
|
+
"GlobalNetworkId",
|
|
64762
|
+
"SiteId"
|
|
64763
|
+
],
|
|
64764
|
+
"tagging": {
|
|
64765
|
+
"taggable": true,
|
|
64766
|
+
"tagOnCreate": true,
|
|
64767
|
+
"tagUpdatable": true
|
|
64768
|
+
}
|
|
64769
|
+
},
|
|
64770
|
+
"NetworkManagerSite_Location": {
|
|
64771
|
+
"resourceType": "AWS::NetworkManager::Site.Location",
|
|
64772
|
+
"kind": "property",
|
|
64773
|
+
"lexicon": "aws"
|
|
64774
|
+
},
|
|
64775
|
+
"NetworkManagerSite_Tag": {
|
|
64776
|
+
"resourceType": "AWS::NetworkManager::Site.Tag",
|
|
64777
|
+
"kind": "property",
|
|
64778
|
+
"lexicon": "aws"
|
|
64779
|
+
},
|
|
63732
64780
|
"NetworkPerformanceMetricSubscription": {
|
|
63733
64781
|
"resourceType": "AWS::EC2::NetworkPerformanceMetricSubscription",
|
|
63734
64782
|
"kind": "resource",
|
|
@@ -63829,18 +64877,6 @@
|
|
|
63829
64877
|
"kind": "property",
|
|
63830
64878
|
"lexicon": "aws"
|
|
63831
64879
|
},
|
|
63832
|
-
"Node": {
|
|
63833
|
-
"resourceType": "AWS::ManagedBlockchain::Node",
|
|
63834
|
-
"kind": "resource",
|
|
63835
|
-
"lexicon": "aws",
|
|
63836
|
-
"attrs": {
|
|
63837
|
-
"NodeId": "NodeId",
|
|
63838
|
-
"Arn": "Arn"
|
|
63839
|
-
},
|
|
63840
|
-
"primaryIdentifier": [
|
|
63841
|
-
"NodeId"
|
|
63842
|
-
]
|
|
63843
|
-
},
|
|
63844
64880
|
"NodeConfig": {
|
|
63845
64881
|
"resourceType": "AWS::OpenSearchService::Domain.NodeConfig",
|
|
63846
64882
|
"kind": "property",
|
|
@@ -63866,6 +64902,11 @@
|
|
|
63866
64902
|
"kind": "property",
|
|
63867
64903
|
"lexicon": "aws"
|
|
63868
64904
|
},
|
|
64905
|
+
"NodeInterfaceMapping": {
|
|
64906
|
+
"resourceType": "AWS::MediaLive::Node.NodeInterfaceMapping",
|
|
64907
|
+
"kind": "property",
|
|
64908
|
+
"lexicon": "aws"
|
|
64909
|
+
},
|
|
63869
64910
|
"NodeOption": {
|
|
63870
64911
|
"resourceType": "AWS::OpenSearchService::Domain.NodeOption",
|
|
63871
64912
|
"kind": "property",
|
|
@@ -63891,11 +64932,6 @@
|
|
|
63891
64932
|
"kind": "property",
|
|
63892
64933
|
"lexicon": "aws"
|
|
63893
64934
|
},
|
|
63894
|
-
"Node_NodeConfiguration": {
|
|
63895
|
-
"resourceType": "AWS::ManagedBlockchain::Node.NodeConfiguration",
|
|
63896
|
-
"kind": "property",
|
|
63897
|
-
"lexicon": "aws"
|
|
63898
|
-
},
|
|
63899
64935
|
"Nodegroup": {
|
|
63900
64936
|
"resourceType": "AWS::EKS::Nodegroup",
|
|
63901
64937
|
"kind": "resource",
|
|
@@ -67174,6 +68210,69 @@
|
|
|
67174
68210
|
"kind": "property",
|
|
67175
68211
|
"lexicon": "aws"
|
|
67176
68212
|
},
|
|
68213
|
+
"OutpostsSite": {
|
|
68214
|
+
"resourceType": "AWS::Outposts::Site",
|
|
68215
|
+
"kind": "resource",
|
|
68216
|
+
"lexicon": "aws",
|
|
68217
|
+
"attrs": {
|
|
68218
|
+
"SiteId": "SiteId",
|
|
68219
|
+
"SiteArn": "SiteArn"
|
|
68220
|
+
},
|
|
68221
|
+
"propertyConstraints": {
|
|
68222
|
+
"SiteId": {
|
|
68223
|
+
"pattern": "^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:site/)?(os-[a-f0-9]{17})$",
|
|
68224
|
+
"minLength": 1,
|
|
68225
|
+
"maxLength": 255
|
|
68226
|
+
},
|
|
68227
|
+
"SiteArn": {
|
|
68228
|
+
"pattern": "^arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:site/(os-[a-f0-9]{17})$",
|
|
68229
|
+
"minLength": 1,
|
|
68230
|
+
"maxLength": 255
|
|
68231
|
+
},
|
|
68232
|
+
"Name": {
|
|
68233
|
+
"pattern": "^[\\S ]+$",
|
|
68234
|
+
"minLength": 1,
|
|
68235
|
+
"maxLength": 1000
|
|
68236
|
+
},
|
|
68237
|
+
"Description": {
|
|
68238
|
+
"pattern": "^[\\S ]+$",
|
|
68239
|
+
"minLength": 1,
|
|
68240
|
+
"maxLength": 1001
|
|
68241
|
+
},
|
|
68242
|
+
"Notes": {
|
|
68243
|
+
"pattern": "^[\\S \\n]+$",
|
|
68244
|
+
"minLength": 1,
|
|
68245
|
+
"maxLength": 2000
|
|
68246
|
+
}
|
|
68247
|
+
},
|
|
68248
|
+
"createOnly": [
|
|
68249
|
+
"OperatingAddress",
|
|
68250
|
+
"ShippingAddress"
|
|
68251
|
+
],
|
|
68252
|
+
"primaryIdentifier": [
|
|
68253
|
+
"SiteArn"
|
|
68254
|
+
],
|
|
68255
|
+
"tagging": {
|
|
68256
|
+
"taggable": true,
|
|
68257
|
+
"tagOnCreate": true,
|
|
68258
|
+
"tagUpdatable": true
|
|
68259
|
+
}
|
|
68260
|
+
},
|
|
68261
|
+
"OutpostsSite_Address": {
|
|
68262
|
+
"resourceType": "AWS::Outposts::Site.Address",
|
|
68263
|
+
"kind": "property",
|
|
68264
|
+
"lexicon": "aws"
|
|
68265
|
+
},
|
|
68266
|
+
"OutpostsSite_RackPhysicalProperties": {
|
|
68267
|
+
"resourceType": "AWS::Outposts::Site.RackPhysicalProperties",
|
|
68268
|
+
"kind": "property",
|
|
68269
|
+
"lexicon": "aws"
|
|
68270
|
+
},
|
|
68271
|
+
"OutpostsSite_Tag": {
|
|
68272
|
+
"resourceType": "AWS::Outposts::Site.Tag",
|
|
68273
|
+
"kind": "property",
|
|
68274
|
+
"lexicon": "aws"
|
|
68275
|
+
},
|
|
67177
68276
|
"OutputArtifact": {
|
|
67178
68277
|
"resourceType": "AWS::CodePipeline::Pipeline.OutputArtifact",
|
|
67179
68278
|
"kind": "property",
|
|
@@ -67860,6 +68959,11 @@
|
|
|
67860
68959
|
"kind": "property",
|
|
67861
68960
|
"lexicon": "aws"
|
|
67862
68961
|
},
|
|
68962
|
+
"ParameterRange": {
|
|
68963
|
+
"resourceType": "AWS::SageMaker::Algorithm.ParameterRange",
|
|
68964
|
+
"kind": "property",
|
|
68965
|
+
"lexicon": "aws"
|
|
68966
|
+
},
|
|
67863
68967
|
"ParameterValue": {
|
|
67864
68968
|
"resourceType": "AWS::DataPipeline::Pipeline.ParameterValue",
|
|
67865
68969
|
"kind": "property",
|
|
@@ -75229,6 +76333,11 @@
|
|
|
75229
76333
|
"kind": "property",
|
|
75230
76334
|
"lexicon": "aws"
|
|
75231
76335
|
},
|
|
76336
|
+
"RackPhysicalProperties": {
|
|
76337
|
+
"resourceType": "AWS::Outposts::Site.RackPhysicalProperties",
|
|
76338
|
+
"kind": "property",
|
|
76339
|
+
"lexicon": "aws"
|
|
76340
|
+
},
|
|
75232
76341
|
"RandomCutForestConfiguration": {
|
|
75233
76342
|
"resourceType": "AWS::APS::AnomalyDetector.RandomCutForestConfiguration",
|
|
75234
76343
|
"kind": "property",
|
|
@@ -76257,6 +77366,11 @@
|
|
|
76257
77366
|
"kind": "property",
|
|
76258
77367
|
"lexicon": "aws"
|
|
76259
77368
|
},
|
|
77369
|
+
"RecurringCharge": {
|
|
77370
|
+
"resourceType": "AWS::RDS::ReservedDBInstance.RecurringCharge",
|
|
77371
|
+
"kind": "property",
|
|
77372
|
+
"lexicon": "aws"
|
|
77373
|
+
},
|
|
76260
77374
|
"RedactionPlaceHolder": {
|
|
76261
77375
|
"resourceType": "AWS::WorkSpacesWeb::DataProtectionSettings.RedactionPlaceHolder",
|
|
76262
77376
|
"kind": "property",
|
|
@@ -77093,6 +78207,11 @@
|
|
|
77093
78207
|
"kind": "property",
|
|
77094
78208
|
"lexicon": "aws"
|
|
77095
78209
|
},
|
|
78210
|
+
"RegionConfiguration": {
|
|
78211
|
+
"resourceType": "AWS::ControlCatalog::Control.RegionConfiguration",
|
|
78212
|
+
"kind": "property",
|
|
78213
|
+
"lexicon": "aws"
|
|
78214
|
+
},
|
|
77096
78215
|
"RegionalConfiguration": {
|
|
77097
78216
|
"resourceType": "AWS::ElastiCache::GlobalReplicationGroup.RegionalConfiguration",
|
|
77098
78217
|
"kind": "property",
|
|
@@ -77772,6 +78891,11 @@
|
|
|
77772
78891
|
"kind": "property",
|
|
77773
78892
|
"lexicon": "aws"
|
|
77774
78893
|
},
|
|
78894
|
+
"Replicator_KafkaClusterMtlsAuthentication": {
|
|
78895
|
+
"resourceType": "AWS::MSK::Replicator.KafkaClusterMtlsAuthentication",
|
|
78896
|
+
"kind": "property",
|
|
78897
|
+
"lexicon": "aws"
|
|
78898
|
+
},
|
|
77775
78899
|
"Replicator_KafkaClusterSaslScramAuthentication": {
|
|
77776
78900
|
"resourceType": "AWS::MSK::Replicator.KafkaClusterSaslScramAuthentication",
|
|
77777
78901
|
"kind": "property",
|
|
@@ -78260,6 +79384,49 @@
|
|
|
78260
79384
|
"kind": "property",
|
|
78261
79385
|
"lexicon": "aws"
|
|
78262
79386
|
},
|
|
79387
|
+
"ReservedDBInstance": {
|
|
79388
|
+
"resourceType": "AWS::RDS::ReservedDBInstance",
|
|
79389
|
+
"kind": "resource",
|
|
79390
|
+
"lexicon": "aws",
|
|
79391
|
+
"attrs": {
|
|
79392
|
+
"ReservedDBInstanceArn": "ReservedDBInstanceArn",
|
|
79393
|
+
"ReservedDBInstanceId": "ReservedDBInstanceId",
|
|
79394
|
+
"ReservedDBInstancesOfferingId": "ReservedDBInstancesOfferingId",
|
|
79395
|
+
"DBInstanceClass": "DBInstanceClass",
|
|
79396
|
+
"StartTime": "StartTime",
|
|
79397
|
+
"Duration": "Duration",
|
|
79398
|
+
"FixedPrice": "FixedPrice",
|
|
79399
|
+
"UsagePrice": "UsagePrice",
|
|
79400
|
+
"CurrencyCode": "CurrencyCode",
|
|
79401
|
+
"ProductDescription": "ProductDescription",
|
|
79402
|
+
"OfferingType": "OfferingType",
|
|
79403
|
+
"MultiAZ": "MultiAZ",
|
|
79404
|
+
"State": "State",
|
|
79405
|
+
"RecurringCharges": "RecurringCharges",
|
|
79406
|
+
"Tags": "Tags"
|
|
79407
|
+
},
|
|
79408
|
+
"createOnly": [
|
|
79409
|
+
"DBInstanceCount"
|
|
79410
|
+
],
|
|
79411
|
+
"primaryIdentifier": [
|
|
79412
|
+
"ReservedDBInstanceArn"
|
|
79413
|
+
],
|
|
79414
|
+
"tagging": {
|
|
79415
|
+
"taggable": true,
|
|
79416
|
+
"tagOnCreate": false,
|
|
79417
|
+
"tagUpdatable": false
|
|
79418
|
+
}
|
|
79419
|
+
},
|
|
79420
|
+
"ReservedDBInstance_RecurringCharge": {
|
|
79421
|
+
"resourceType": "AWS::RDS::ReservedDBInstance.RecurringCharge",
|
|
79422
|
+
"kind": "property",
|
|
79423
|
+
"lexicon": "aws"
|
|
79424
|
+
},
|
|
79425
|
+
"ReservedDBInstance_Tag": {
|
|
79426
|
+
"resourceType": "AWS::RDS::ReservedDBInstance.Tag",
|
|
79427
|
+
"kind": "property",
|
|
79428
|
+
"lexicon": "aws"
|
|
79429
|
+
},
|
|
78263
79430
|
"ReshardingConfiguration": {
|
|
78264
79431
|
"resourceType": "AWS::ElastiCache::GlobalReplicationGroup.ReshardingConfiguration",
|
|
78265
79432
|
"kind": "property",
|
|
@@ -79755,6 +80922,11 @@
|
|
|
79755
80922
|
"kind": "property",
|
|
79756
80923
|
"lexicon": "aws"
|
|
79757
80924
|
},
|
|
80925
|
+
"Resources": {
|
|
80926
|
+
"resourceType": "AWS::Lambda::MicrovmImage.Resources",
|
|
80927
|
+
"kind": "property",
|
|
80928
|
+
"lexicon": "aws"
|
|
80929
|
+
},
|
|
79758
80930
|
"ResourcesVpcConfig": {
|
|
79759
80931
|
"resourceType": "AWS::EKS::Cluster.ResourcesVpcConfig",
|
|
79760
80932
|
"kind": "property",
|
|
@@ -84360,6 +85532,66 @@
|
|
|
84360
85532
|
"kind": "property",
|
|
84361
85533
|
"lexicon": "aws"
|
|
84362
85534
|
},
|
|
85535
|
+
"SageMakerHub": {
|
|
85536
|
+
"resourceType": "AWS::SageMaker::Hub",
|
|
85537
|
+
"kind": "resource",
|
|
85538
|
+
"lexicon": "aws",
|
|
85539
|
+
"attrs": {
|
|
85540
|
+
"HubArn": "HubArn",
|
|
85541
|
+
"HubStatus": "HubStatus",
|
|
85542
|
+
"CreationTime": "CreationTime",
|
|
85543
|
+
"LastModifiedTime": "LastModifiedTime"
|
|
85544
|
+
},
|
|
85545
|
+
"propertyConstraints": {
|
|
85546
|
+
"HubArn": {
|
|
85547
|
+
"pattern": ".*",
|
|
85548
|
+
"maxLength": 255
|
|
85549
|
+
},
|
|
85550
|
+
"HubName": {
|
|
85551
|
+
"pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
|
|
85552
|
+
"minLength": 0,
|
|
85553
|
+
"maxLength": 63
|
|
85554
|
+
},
|
|
85555
|
+
"HubDescription": {
|
|
85556
|
+
"pattern": ".*",
|
|
85557
|
+
"minLength": 0,
|
|
85558
|
+
"maxLength": 1023
|
|
85559
|
+
},
|
|
85560
|
+
"HubDisplayName": {
|
|
85561
|
+
"pattern": ".*",
|
|
85562
|
+
"minLength": 0,
|
|
85563
|
+
"maxLength": 255
|
|
85564
|
+
},
|
|
85565
|
+
"HubStatus": {
|
|
85566
|
+
"enum": [
|
|
85567
|
+
"InService",
|
|
85568
|
+
"Creating",
|
|
85569
|
+
"Updating",
|
|
85570
|
+
"Deleting",
|
|
85571
|
+
"CreateFailed",
|
|
85572
|
+
"UpdateFailed",
|
|
85573
|
+
"DeleteFailed"
|
|
85574
|
+
]
|
|
85575
|
+
}
|
|
85576
|
+
},
|
|
85577
|
+
"createOnly": [
|
|
85578
|
+
"HubName",
|
|
85579
|
+
"S3StorageConfig"
|
|
85580
|
+
],
|
|
85581
|
+
"primaryIdentifier": [
|
|
85582
|
+
"HubArn"
|
|
85583
|
+
],
|
|
85584
|
+
"tagging": {
|
|
85585
|
+
"taggable": true,
|
|
85586
|
+
"tagOnCreate": true,
|
|
85587
|
+
"tagUpdatable": true
|
|
85588
|
+
}
|
|
85589
|
+
},
|
|
85590
|
+
"SageMakerHub_Tag": {
|
|
85591
|
+
"resourceType": "AWS::SageMaker::Hub.Tag",
|
|
85592
|
+
"kind": "property",
|
|
85593
|
+
"lexicon": "aws"
|
|
85594
|
+
},
|
|
84363
85595
|
"SageMakerImage": {
|
|
84364
85596
|
"resourceType": "AWS::SageMaker::Image",
|
|
84365
85597
|
"kind": "resource",
|
|
@@ -85722,6 +86954,11 @@
|
|
|
85722
86954
|
"tagUpdatable": true
|
|
85723
86955
|
}
|
|
85724
86956
|
},
|
|
86957
|
+
"SdiSourceMapping": {
|
|
86958
|
+
"resourceType": "AWS::MediaLive::Node.SdiSourceMapping",
|
|
86959
|
+
"kind": "property",
|
|
86960
|
+
"lexicon": "aws"
|
|
86961
|
+
},
|
|
85725
86962
|
"SdiSource_Tags": {
|
|
85726
86963
|
"resourceType": "AWS::MediaLive::SdiSource.Tags",
|
|
85727
86964
|
"kind": "property",
|
|
@@ -86340,6 +87577,34 @@
|
|
|
86340
87577
|
"kind": "property",
|
|
86341
87578
|
"lexicon": "aws"
|
|
86342
87579
|
},
|
|
87580
|
+
"SecurityHubHub": {
|
|
87581
|
+
"resourceType": "AWS::SecurityHub::Hub",
|
|
87582
|
+
"kind": "resource",
|
|
87583
|
+
"lexicon": "aws",
|
|
87584
|
+
"attrs": {
|
|
87585
|
+
"ARN": "ARN",
|
|
87586
|
+
"SubscribedAt": "SubscribedAt"
|
|
87587
|
+
},
|
|
87588
|
+
"propertyConstraints": {
|
|
87589
|
+
"ARN": {
|
|
87590
|
+
"pattern": "^arn:.*"
|
|
87591
|
+
},
|
|
87592
|
+
"ControlFindingGenerator": {
|
|
87593
|
+
"pattern": "^(SECURITY_CONTROL|STANDARD_CONTROL)$"
|
|
87594
|
+
}
|
|
87595
|
+
},
|
|
87596
|
+
"writeOnly": [
|
|
87597
|
+
"EnableDefaultStandards"
|
|
87598
|
+
],
|
|
87599
|
+
"primaryIdentifier": [
|
|
87600
|
+
"ARN"
|
|
87601
|
+
],
|
|
87602
|
+
"tagging": {
|
|
87603
|
+
"taggable": true,
|
|
87604
|
+
"tagOnCreate": true,
|
|
87605
|
+
"tagUpdatable": true
|
|
87606
|
+
}
|
|
87607
|
+
},
|
|
86343
87608
|
"SecurityHubPolicy": {
|
|
86344
87609
|
"resourceType": "AWS::SecurityHub::ConfigurationPolicy.SecurityHubPolicy",
|
|
86345
87610
|
"kind": "property",
|
|
@@ -88801,29 +90066,6 @@
|
|
|
88801
90066
|
"tagUpdatable": true
|
|
88802
90067
|
}
|
|
88803
90068
|
},
|
|
88804
|
-
"Site": {
|
|
88805
|
-
"resourceType": "AWS::NetworkManager::Site",
|
|
88806
|
-
"kind": "resource",
|
|
88807
|
-
"lexicon": "aws",
|
|
88808
|
-
"attrs": {
|
|
88809
|
-
"SiteId": "SiteId",
|
|
88810
|
-
"SiteArn": "SiteArn",
|
|
88811
|
-
"State": "State",
|
|
88812
|
-
"CreatedAt": "CreatedAt"
|
|
88813
|
-
},
|
|
88814
|
-
"createOnly": [
|
|
88815
|
-
"GlobalNetworkId"
|
|
88816
|
-
],
|
|
88817
|
-
"primaryIdentifier": [
|
|
88818
|
-
"GlobalNetworkId",
|
|
88819
|
-
"SiteId"
|
|
88820
|
-
],
|
|
88821
|
-
"tagging": {
|
|
88822
|
-
"taggable": true,
|
|
88823
|
-
"tagOnCreate": true,
|
|
88824
|
-
"tagUpdatable": true
|
|
88825
|
-
}
|
|
88826
|
-
},
|
|
88827
90069
|
"SiteToSiteVpnAttachment": {
|
|
88828
90070
|
"resourceType": "AWS::NetworkManager::SiteToSiteVpnAttachment",
|
|
88829
90071
|
"kind": "resource",
|
|
@@ -88874,16 +90116,6 @@
|
|
|
88874
90116
|
"kind": "property",
|
|
88875
90117
|
"lexicon": "aws"
|
|
88876
90118
|
},
|
|
88877
|
-
"Site_Location": {
|
|
88878
|
-
"resourceType": "AWS::NetworkManager::Site.Location",
|
|
88879
|
-
"kind": "property",
|
|
88880
|
-
"lexicon": "aws"
|
|
88881
|
-
},
|
|
88882
|
-
"Site_Tag": {
|
|
88883
|
-
"resourceType": "AWS::NetworkManager::Site.Tag",
|
|
88884
|
-
"kind": "property",
|
|
88885
|
-
"lexicon": "aws"
|
|
88886
|
-
},
|
|
88887
90119
|
"Skill": {
|
|
88888
90120
|
"resourceType": "Alexa::ASK::Skill",
|
|
88889
90121
|
"kind": "resource",
|
|
@@ -95898,6 +97130,11 @@
|
|
|
95898
97130
|
"kind": "property",
|
|
95899
97131
|
"lexicon": "aws"
|
|
95900
97132
|
},
|
|
97133
|
+
"TrainingSpecification": {
|
|
97134
|
+
"resourceType": "AWS::SageMaker::Algorithm.TrainingSpecification",
|
|
97135
|
+
"kind": "property",
|
|
97136
|
+
"lexicon": "aws"
|
|
97137
|
+
},
|
|
95901
97138
|
"TransactionSearchConfig": {
|
|
95902
97139
|
"resourceType": "AWS::XRay::TransactionSearchConfig",
|
|
95903
97140
|
"kind": "resource",
|
|
@@ -100634,6 +101871,11 @@
|
|
|
100634
101871
|
"kind": "property",
|
|
100635
101872
|
"lexicon": "aws"
|
|
100636
101873
|
},
|
|
101874
|
+
"VpcEgressConfiguration": {
|
|
101875
|
+
"resourceType": "AWS::Lambda::NetworkConnector.VpcEgressConfiguration",
|
|
101876
|
+
"kind": "property",
|
|
101877
|
+
"lexicon": "aws"
|
|
101878
|
+
},
|
|
100637
101879
|
"VpcEncryptionControlExclusion": {
|
|
100638
101880
|
"resourceType": "AWS::EC2::VPCEncryptionControl.VpcEncryptionControlExclusion",
|
|
100639
101881
|
"kind": "property",
|