@intentius/chant-lexicon-aws 0.13.0 → 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 +81 -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 +1145 -124
- package/dist/types/index.d.ts +1142 -156
- package/package.json +2 -2
- package/src/generated/index.d.ts +1142 -156
- package/src/generated/index.ts +81 -11
- package/src/generated/lexicon-aws.json +1145 -124
|
@@ -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",
|
|
@@ -15088,6 +15399,59 @@
|
|
|
15088
15399
|
"kind": "property",
|
|
15089
15400
|
"lexicon": "aws"
|
|
15090
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
|
+
},
|
|
15091
15455
|
"CodeBuildFleet": {
|
|
15092
15456
|
"resourceType": "AWS::CodeBuild::Fleet",
|
|
15093
15457
|
"kind": "resource",
|
|
@@ -16267,6 +16631,40 @@
|
|
|
16267
16631
|
"kind": "property",
|
|
16268
16632
|
"lexicon": "aws"
|
|
16269
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
|
+
},
|
|
16270
16668
|
"CommunicationLimits": {
|
|
16271
16669
|
"resourceType": "AWS::ConnectCampaignsV2::Campaign.CommunicationLimits",
|
|
16272
16670
|
"kind": "property",
|
|
@@ -20338,6 +20736,55 @@
|
|
|
20338
20736
|
"kind": "property",
|
|
20339
20737
|
"lexicon": "aws"
|
|
20340
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
|
+
},
|
|
20341
20788
|
"ControlCondition": {
|
|
20342
20789
|
"resourceType": "AWS::ARCZonalShift::ZonalAutoshiftConfiguration.ControlCondition",
|
|
20343
20790
|
"kind": "property",
|
|
@@ -20405,6 +20852,16 @@
|
|
|
20405
20852
|
"kind": "property",
|
|
20406
20853
|
"lexicon": "aws"
|
|
20407
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
|
+
},
|
|
20408
20865
|
"CookieObject": {
|
|
20409
20866
|
"resourceType": "AWS::Lightsail::Distribution.CookieObject",
|
|
20410
20867
|
"kind": "property",
|
|
@@ -23935,6 +24392,59 @@
|
|
|
23935
24392
|
"kind": "property",
|
|
23936
24393
|
"lexicon": "aws"
|
|
23937
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
|
+
},
|
|
23938
24448
|
"DataDeliveryObject": {
|
|
23939
24449
|
"resourceType": "AWS::Evidently::Project.DataDeliveryObject",
|
|
23940
24450
|
"kind": "property",
|
|
@@ -28218,6 +28728,11 @@
|
|
|
28218
28728
|
"kind": "property",
|
|
28219
28729
|
"lexicon": "aws"
|
|
28220
28730
|
},
|
|
28731
|
+
"DeletionProtectionConfiguration": {
|
|
28732
|
+
"resourceType": "AWS::Bedrock::DataSource.DeletionProtectionConfiguration",
|
|
28733
|
+
"kind": "property",
|
|
28734
|
+
"lexicon": "aws"
|
|
28735
|
+
},
|
|
28221
28736
|
"DeletionSettings": {
|
|
28222
28737
|
"resourceType": "AWS::ImageBuilder::Image.DeletionSettings",
|
|
28223
28738
|
"kind": "property",
|
|
@@ -31483,6 +31998,52 @@
|
|
|
31483
31998
|
"kind": "property",
|
|
31484
31999
|
"lexicon": "aws"
|
|
31485
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
|
+
},
|
|
31486
32047
|
"DynamoDBTarget": {
|
|
31487
32048
|
"resourceType": "AWS::Glue::Crawler.DynamoDBTarget",
|
|
31488
32049
|
"kind": "property",
|
|
@@ -37111,6 +37672,11 @@
|
|
|
37111
37672
|
"kind": "property",
|
|
37112
37673
|
"lexicon": "aws"
|
|
37113
37674
|
},
|
|
37675
|
+
"ExpirationSettings": {
|
|
37676
|
+
"resourceType": "AWS::Chime::AppInstanceUser.ExpirationSettings",
|
|
37677
|
+
"kind": "property",
|
|
37678
|
+
"lexicon": "aws"
|
|
37679
|
+
},
|
|
37114
37680
|
"ExpiryEventsConfiguration": {
|
|
37115
37681
|
"resourceType": "AWS::CertificateManager::Account.ExpiryEventsConfiguration",
|
|
37116
37682
|
"kind": "property",
|
|
@@ -38680,6 +39246,44 @@
|
|
|
38680
39246
|
"kind": "property",
|
|
38681
39247
|
"lexicon": "aws"
|
|
38682
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
|
+
},
|
|
38683
39287
|
"FirewallPolicy": {
|
|
38684
39288
|
"resourceType": "AWS::NetworkFirewall::FirewallPolicy",
|
|
38685
39289
|
"kind": "resource",
|
|
@@ -40739,6 +41343,56 @@
|
|
|
40739
41343
|
"kind": "property",
|
|
40740
41344
|
"lexicon": "aws"
|
|
40741
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
|
+
},
|
|
40742
41396
|
"GameLiftFleet": {
|
|
40743
41397
|
"resourceType": "AWS::GameLift::Fleet",
|
|
40744
41398
|
"kind": "resource",
|
|
@@ -44379,34 +45033,6 @@
|
|
|
44379
45033
|
"kind": "property",
|
|
44380
45034
|
"lexicon": "aws"
|
|
44381
45035
|
},
|
|
44382
|
-
"Hub": {
|
|
44383
|
-
"resourceType": "AWS::SecurityHub::Hub",
|
|
44384
|
-
"kind": "resource",
|
|
44385
|
-
"lexicon": "aws",
|
|
44386
|
-
"attrs": {
|
|
44387
|
-
"ARN": "ARN",
|
|
44388
|
-
"SubscribedAt": "SubscribedAt"
|
|
44389
|
-
},
|
|
44390
|
-
"propertyConstraints": {
|
|
44391
|
-
"ARN": {
|
|
44392
|
-
"pattern": "^arn:.*"
|
|
44393
|
-
},
|
|
44394
|
-
"ControlFindingGenerator": {
|
|
44395
|
-
"pattern": "^(SECURITY_CONTROL|STANDARD_CONTROL)$"
|
|
44396
|
-
}
|
|
44397
|
-
},
|
|
44398
|
-
"writeOnly": [
|
|
44399
|
-
"EnableDefaultStandards"
|
|
44400
|
-
],
|
|
44401
|
-
"primaryIdentifier": [
|
|
44402
|
-
"ARN"
|
|
44403
|
-
],
|
|
44404
|
-
"tagging": {
|
|
44405
|
-
"taggable": true,
|
|
44406
|
-
"tagOnCreate": true,
|
|
44407
|
-
"tagUpdatable": true
|
|
44408
|
-
}
|
|
44409
|
-
},
|
|
44410
45036
|
"HubV2": {
|
|
44411
45037
|
"resourceType": "AWS::SecurityHub::HubV2",
|
|
44412
45038
|
"kind": "resource",
|
|
@@ -44435,6 +45061,16 @@
|
|
|
44435
45061
|
"kind": "property",
|
|
44436
45062
|
"lexicon": "aws"
|
|
44437
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
|
+
},
|
|
44438
45074
|
"Hypervisor": {
|
|
44439
45075
|
"resourceType": "AWS::BackupGateway::Hypervisor",
|
|
44440
45076
|
"kind": "resource",
|
|
@@ -46521,6 +47157,11 @@
|
|
|
46521
47157
|
"ImageVersionArn"
|
|
46522
47158
|
]
|
|
46523
47159
|
},
|
|
47160
|
+
"ImplementationDetails": {
|
|
47161
|
+
"resourceType": "AWS::ControlCatalog::Control.ImplementationDetails",
|
|
47162
|
+
"kind": "property",
|
|
47163
|
+
"lexicon": "aws"
|
|
47164
|
+
},
|
|
46524
47165
|
"ImportDataRule": {
|
|
46525
47166
|
"resourceType": "AWS::S3Files::FileSystem.ImportDataRule",
|
|
46526
47167
|
"kind": "property",
|
|
@@ -49700,6 +50341,36 @@
|
|
|
49700
50341
|
"kind": "property",
|
|
49701
50342
|
"lexicon": "aws"
|
|
49702
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
|
+
},
|
|
49703
50374
|
"IoTJobAbortConfig": {
|
|
49704
50375
|
"resourceType": "AWS::GreengrassV2::Deployment.IoTJobAbortConfig",
|
|
49705
50376
|
"kind": "property",
|
|
@@ -57647,6 +58318,23 @@
|
|
|
57647
58318
|
"kind": "property",
|
|
57648
58319
|
"lexicon": "aws"
|
|
57649
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
|
+
},
|
|
57650
58338
|
"ManagedCertificateRequest": {
|
|
57651
58339
|
"resourceType": "AWS::CloudFront::DistributionTenant.ManagedCertificateRequest",
|
|
57652
58340
|
"kind": "property",
|
|
@@ -57677,6 +58365,21 @@
|
|
|
57677
58365
|
"kind": "property",
|
|
57678
58366
|
"lexicon": "aws"
|
|
57679
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
|
+
},
|
|
57680
58383
|
"ManagedLoggingConfiguration": {
|
|
57681
58384
|
"resourceType": "AWS::Athena::WorkGroup.ManagedLoggingConfiguration",
|
|
57682
58385
|
"kind": "property",
|
|
@@ -58497,11 +59200,6 @@
|
|
|
58497
59200
|
"Id"
|
|
58498
59201
|
]
|
|
58499
59202
|
},
|
|
58500
|
-
"MediaExtractionConfiguration": {
|
|
58501
|
-
"resourceType": "AWS::QBusiness::DataSource.MediaExtractionConfiguration",
|
|
58502
|
-
"kind": "property",
|
|
58503
|
-
"lexicon": "aws"
|
|
58504
|
-
},
|
|
58505
59203
|
"MediaItem": {
|
|
58506
59204
|
"resourceType": "AWS::Connect::Workspace.MediaItem",
|
|
58507
59205
|
"kind": "property",
|
|
@@ -58960,6 +59658,46 @@
|
|
|
58960
59658
|
"kind": "property",
|
|
58961
59659
|
"lexicon": "aws"
|
|
58962
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
|
+
},
|
|
58963
59701
|
"MediaPackageAsset": {
|
|
58964
59702
|
"resourceType": "AWS::MediaPackage::Asset",
|
|
58965
59703
|
"kind": "resource",
|
|
@@ -61358,6 +62096,77 @@
|
|
|
61358
62096
|
"tagUpdatable": true
|
|
61359
62097
|
}
|
|
61360
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
|
+
},
|
|
61361
62170
|
"ModelCard_AdditionalInformation": {
|
|
61362
62171
|
"resourceType": "AWS::SageMaker::ModelCard.AdditionalInformation",
|
|
61363
62172
|
"kind": "property",
|
|
@@ -61583,6 +62392,11 @@
|
|
|
61583
62392
|
"kind": "property",
|
|
61584
62393
|
"lexicon": "aws"
|
|
61585
62394
|
},
|
|
62395
|
+
"ModelInput": {
|
|
62396
|
+
"resourceType": "AWS::SageMaker::Algorithm.ModelInput",
|
|
62397
|
+
"kind": "property",
|
|
62398
|
+
"lexicon": "aws"
|
|
62399
|
+
},
|
|
61586
62400
|
"ModelManifest": {
|
|
61587
62401
|
"resourceType": "AWS::IoTFleetWise::ModelManifest",
|
|
61588
62402
|
"kind": "resource",
|
|
@@ -61679,11 +62493,6 @@
|
|
|
61679
62493
|
"tagUpdatable": true
|
|
61680
62494
|
}
|
|
61681
62495
|
},
|
|
61682
|
-
"ModelPackageContainerDefinition": {
|
|
61683
|
-
"resourceType": "AWS::SageMaker::ModelPackage.ModelPackageContainerDefinition",
|
|
61684
|
-
"kind": "property",
|
|
61685
|
-
"lexicon": "aws"
|
|
61686
|
-
},
|
|
61687
62496
|
"ModelPackageCreator": {
|
|
61688
62497
|
"resourceType": "AWS::SageMaker::ModelCard.ModelPackageCreator",
|
|
61689
62498
|
"kind": "property",
|
|
@@ -63935,6 +64744,39 @@
|
|
|
63935
64744
|
"kind": "property",
|
|
63936
64745
|
"lexicon": "aws"
|
|
63937
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
|
+
},
|
|
63938
64780
|
"NetworkPerformanceMetricSubscription": {
|
|
63939
64781
|
"resourceType": "AWS::EC2::NetworkPerformanceMetricSubscription",
|
|
63940
64782
|
"kind": "resource",
|
|
@@ -64035,18 +64877,6 @@
|
|
|
64035
64877
|
"kind": "property",
|
|
64036
64878
|
"lexicon": "aws"
|
|
64037
64879
|
},
|
|
64038
|
-
"Node": {
|
|
64039
|
-
"resourceType": "AWS::ManagedBlockchain::Node",
|
|
64040
|
-
"kind": "resource",
|
|
64041
|
-
"lexicon": "aws",
|
|
64042
|
-
"attrs": {
|
|
64043
|
-
"NodeId": "NodeId",
|
|
64044
|
-
"Arn": "Arn"
|
|
64045
|
-
},
|
|
64046
|
-
"primaryIdentifier": [
|
|
64047
|
-
"NodeId"
|
|
64048
|
-
]
|
|
64049
|
-
},
|
|
64050
64880
|
"NodeConfig": {
|
|
64051
64881
|
"resourceType": "AWS::OpenSearchService::Domain.NodeConfig",
|
|
64052
64882
|
"kind": "property",
|
|
@@ -64072,6 +64902,11 @@
|
|
|
64072
64902
|
"kind": "property",
|
|
64073
64903
|
"lexicon": "aws"
|
|
64074
64904
|
},
|
|
64905
|
+
"NodeInterfaceMapping": {
|
|
64906
|
+
"resourceType": "AWS::MediaLive::Node.NodeInterfaceMapping",
|
|
64907
|
+
"kind": "property",
|
|
64908
|
+
"lexicon": "aws"
|
|
64909
|
+
},
|
|
64075
64910
|
"NodeOption": {
|
|
64076
64911
|
"resourceType": "AWS::OpenSearchService::Domain.NodeOption",
|
|
64077
64912
|
"kind": "property",
|
|
@@ -64097,11 +64932,6 @@
|
|
|
64097
64932
|
"kind": "property",
|
|
64098
64933
|
"lexicon": "aws"
|
|
64099
64934
|
},
|
|
64100
|
-
"Node_NodeConfiguration": {
|
|
64101
|
-
"resourceType": "AWS::ManagedBlockchain::Node.NodeConfiguration",
|
|
64102
|
-
"kind": "property",
|
|
64103
|
-
"lexicon": "aws"
|
|
64104
|
-
},
|
|
64105
64935
|
"Nodegroup": {
|
|
64106
64936
|
"resourceType": "AWS::EKS::Nodegroup",
|
|
64107
64937
|
"kind": "resource",
|
|
@@ -67380,6 +68210,69 @@
|
|
|
67380
68210
|
"kind": "property",
|
|
67381
68211
|
"lexicon": "aws"
|
|
67382
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
|
+
},
|
|
67383
68276
|
"OutputArtifact": {
|
|
67384
68277
|
"resourceType": "AWS::CodePipeline::Pipeline.OutputArtifact",
|
|
67385
68278
|
"kind": "property",
|
|
@@ -68066,6 +68959,11 @@
|
|
|
68066
68959
|
"kind": "property",
|
|
68067
68960
|
"lexicon": "aws"
|
|
68068
68961
|
},
|
|
68962
|
+
"ParameterRange": {
|
|
68963
|
+
"resourceType": "AWS::SageMaker::Algorithm.ParameterRange",
|
|
68964
|
+
"kind": "property",
|
|
68965
|
+
"lexicon": "aws"
|
|
68966
|
+
},
|
|
68069
68967
|
"ParameterValue": {
|
|
68070
68968
|
"resourceType": "AWS::DataPipeline::Pipeline.ParameterValue",
|
|
68071
68969
|
"kind": "property",
|
|
@@ -75435,6 +76333,11 @@
|
|
|
75435
76333
|
"kind": "property",
|
|
75436
76334
|
"lexicon": "aws"
|
|
75437
76335
|
},
|
|
76336
|
+
"RackPhysicalProperties": {
|
|
76337
|
+
"resourceType": "AWS::Outposts::Site.RackPhysicalProperties",
|
|
76338
|
+
"kind": "property",
|
|
76339
|
+
"lexicon": "aws"
|
|
76340
|
+
},
|
|
75438
76341
|
"RandomCutForestConfiguration": {
|
|
75439
76342
|
"resourceType": "AWS::APS::AnomalyDetector.RandomCutForestConfiguration",
|
|
75440
76343
|
"kind": "property",
|
|
@@ -76463,6 +77366,11 @@
|
|
|
76463
77366
|
"kind": "property",
|
|
76464
77367
|
"lexicon": "aws"
|
|
76465
77368
|
},
|
|
77369
|
+
"RecurringCharge": {
|
|
77370
|
+
"resourceType": "AWS::RDS::ReservedDBInstance.RecurringCharge",
|
|
77371
|
+
"kind": "property",
|
|
77372
|
+
"lexicon": "aws"
|
|
77373
|
+
},
|
|
76466
77374
|
"RedactionPlaceHolder": {
|
|
76467
77375
|
"resourceType": "AWS::WorkSpacesWeb::DataProtectionSettings.RedactionPlaceHolder",
|
|
76468
77376
|
"kind": "property",
|
|
@@ -77299,6 +78207,11 @@
|
|
|
77299
78207
|
"kind": "property",
|
|
77300
78208
|
"lexicon": "aws"
|
|
77301
78209
|
},
|
|
78210
|
+
"RegionConfiguration": {
|
|
78211
|
+
"resourceType": "AWS::ControlCatalog::Control.RegionConfiguration",
|
|
78212
|
+
"kind": "property",
|
|
78213
|
+
"lexicon": "aws"
|
|
78214
|
+
},
|
|
77302
78215
|
"RegionalConfiguration": {
|
|
77303
78216
|
"resourceType": "AWS::ElastiCache::GlobalReplicationGroup.RegionalConfiguration",
|
|
77304
78217
|
"kind": "property",
|
|
@@ -78471,6 +79384,49 @@
|
|
|
78471
79384
|
"kind": "property",
|
|
78472
79385
|
"lexicon": "aws"
|
|
78473
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
|
+
},
|
|
78474
79430
|
"ReshardingConfiguration": {
|
|
78475
79431
|
"resourceType": "AWS::ElastiCache::GlobalReplicationGroup.ReshardingConfiguration",
|
|
78476
79432
|
"kind": "property",
|
|
@@ -84576,6 +85532,66 @@
|
|
|
84576
85532
|
"kind": "property",
|
|
84577
85533
|
"lexicon": "aws"
|
|
84578
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
|
+
},
|
|
84579
85595
|
"SageMakerImage": {
|
|
84580
85596
|
"resourceType": "AWS::SageMaker::Image",
|
|
84581
85597
|
"kind": "resource",
|
|
@@ -85938,6 +86954,11 @@
|
|
|
85938
86954
|
"tagUpdatable": true
|
|
85939
86955
|
}
|
|
85940
86956
|
},
|
|
86957
|
+
"SdiSourceMapping": {
|
|
86958
|
+
"resourceType": "AWS::MediaLive::Node.SdiSourceMapping",
|
|
86959
|
+
"kind": "property",
|
|
86960
|
+
"lexicon": "aws"
|
|
86961
|
+
},
|
|
85941
86962
|
"SdiSource_Tags": {
|
|
85942
86963
|
"resourceType": "AWS::MediaLive::SdiSource.Tags",
|
|
85943
86964
|
"kind": "property",
|
|
@@ -86556,6 +87577,34 @@
|
|
|
86556
87577
|
"kind": "property",
|
|
86557
87578
|
"lexicon": "aws"
|
|
86558
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
|
+
},
|
|
86559
87608
|
"SecurityHubPolicy": {
|
|
86560
87609
|
"resourceType": "AWS::SecurityHub::ConfigurationPolicy.SecurityHubPolicy",
|
|
86561
87610
|
"kind": "property",
|
|
@@ -89017,29 +90066,6 @@
|
|
|
89017
90066
|
"tagUpdatable": true
|
|
89018
90067
|
}
|
|
89019
90068
|
},
|
|
89020
|
-
"Site": {
|
|
89021
|
-
"resourceType": "AWS::NetworkManager::Site",
|
|
89022
|
-
"kind": "resource",
|
|
89023
|
-
"lexicon": "aws",
|
|
89024
|
-
"attrs": {
|
|
89025
|
-
"SiteId": "SiteId",
|
|
89026
|
-
"SiteArn": "SiteArn",
|
|
89027
|
-
"State": "State",
|
|
89028
|
-
"CreatedAt": "CreatedAt"
|
|
89029
|
-
},
|
|
89030
|
-
"createOnly": [
|
|
89031
|
-
"GlobalNetworkId"
|
|
89032
|
-
],
|
|
89033
|
-
"primaryIdentifier": [
|
|
89034
|
-
"GlobalNetworkId",
|
|
89035
|
-
"SiteId"
|
|
89036
|
-
],
|
|
89037
|
-
"tagging": {
|
|
89038
|
-
"taggable": true,
|
|
89039
|
-
"tagOnCreate": true,
|
|
89040
|
-
"tagUpdatable": true
|
|
89041
|
-
}
|
|
89042
|
-
},
|
|
89043
90069
|
"SiteToSiteVpnAttachment": {
|
|
89044
90070
|
"resourceType": "AWS::NetworkManager::SiteToSiteVpnAttachment",
|
|
89045
90071
|
"kind": "resource",
|
|
@@ -89090,16 +90116,6 @@
|
|
|
89090
90116
|
"kind": "property",
|
|
89091
90117
|
"lexicon": "aws"
|
|
89092
90118
|
},
|
|
89093
|
-
"Site_Location": {
|
|
89094
|
-
"resourceType": "AWS::NetworkManager::Site.Location",
|
|
89095
|
-
"kind": "property",
|
|
89096
|
-
"lexicon": "aws"
|
|
89097
|
-
},
|
|
89098
|
-
"Site_Tag": {
|
|
89099
|
-
"resourceType": "AWS::NetworkManager::Site.Tag",
|
|
89100
|
-
"kind": "property",
|
|
89101
|
-
"lexicon": "aws"
|
|
89102
|
-
},
|
|
89103
90119
|
"Skill": {
|
|
89104
90120
|
"resourceType": "Alexa::ASK::Skill",
|
|
89105
90121
|
"kind": "resource",
|
|
@@ -96114,6 +97130,11 @@
|
|
|
96114
97130
|
"kind": "property",
|
|
96115
97131
|
"lexicon": "aws"
|
|
96116
97132
|
},
|
|
97133
|
+
"TrainingSpecification": {
|
|
97134
|
+
"resourceType": "AWS::SageMaker::Algorithm.TrainingSpecification",
|
|
97135
|
+
"kind": "property",
|
|
97136
|
+
"lexicon": "aws"
|
|
97137
|
+
},
|
|
96117
97138
|
"TransactionSearchConfig": {
|
|
96118
97139
|
"resourceType": "AWS::XRay::TransactionSearchConfig",
|
|
96119
97140
|
"kind": "resource",
|