@intentius/chant-lexicon-aws 0.33.0 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/meta.json CHANGED
@@ -2732,6 +2732,9 @@
2732
2732
  }
2733
2733
  ],
2734
2734
  "propertyConstraints": {
2735
+ "ActionsEnabled": {
2736
+ "default": true
2737
+ },
2735
2738
  "TreatMissingData": {
2736
2739
  "enum": [
2737
2740
  "breaching",
@@ -2739,9 +2742,6 @@
2739
2742
  "missing",
2740
2743
  "notBreaching"
2741
2744
  ]
2742
- },
2743
- "ActionsEnabled": {
2744
- "default": true
2745
2745
  }
2746
2746
  },
2747
2747
  "createOnly": [
@@ -2920,6 +2920,11 @@
2920
2920
  "kind": "property",
2921
2921
  "lexicon": "aws"
2922
2922
  },
2923
+ "Alarm_EvaluationWindow": {
2924
+ "resourceType": "AWS::CloudWatch::Alarm.EvaluationWindow",
2925
+ "kind": "property",
2926
+ "lexicon": "aws"
2927
+ },
2923
2928
  "Alarm_Metric": {
2924
2929
  "resourceType": "AWS::CloudWatch::Alarm.Metric",
2925
2930
  "kind": "property",
@@ -2940,6 +2945,11 @@
2940
2945
  "kind": "property",
2941
2946
  "lexicon": "aws"
2942
2947
  },
2948
+ "Alarm_WallClockWindow": {
2949
+ "resourceType": "AWS::CloudWatch::Alarm.WallClockWindow",
2950
+ "kind": "property",
2951
+ "lexicon": "aws"
2952
+ },
2943
2953
  "Algorithm": {
2944
2954
  "resourceType": "AWS::SageMaker::Algorithm",
2945
2955
  "kind": "resource",
@@ -3046,190 +3056,6 @@
3046
3056
  "kind": "property",
3047
3057
  "lexicon": "aws"
3048
3058
  },
3049
- "AllGroupMemberships": {
3050
- "resourceType": "AWS::IdentityStore::AllGroupMemberships",
3051
- "kind": "resource",
3052
- "lexicon": "aws",
3053
- "attrs": {
3054
- "Arn": "Arn",
3055
- "MembershipId": "MembershipId",
3056
- "CreatedAt": "CreatedAt",
3057
- "UpdatedAt": "UpdatedAt",
3058
- "CreatedBy": "CreatedBy",
3059
- "UpdatedBy": "UpdatedBy"
3060
- },
3061
- "propertyConstraints": {
3062
- "IdentityStoreId": {
3063
- "pattern": "^d-[0-9a-f]{10}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
3064
- "minLength": 1,
3065
- "maxLength": 36
3066
- },
3067
- "MembershipId": {
3068
- "pattern": "^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$",
3069
- "minLength": 1,
3070
- "maxLength": 47
3071
- },
3072
- "GroupId": {
3073
- "pattern": "^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$",
3074
- "minLength": 1,
3075
- "maxLength": 47
3076
- },
3077
- "CreatedAt": {
3078
- "format": "date-time"
3079
- },
3080
- "UpdatedAt": {
3081
- "format": "date-time"
3082
- }
3083
- },
3084
- "createOnly": [
3085
- "GroupId",
3086
- "IdentityStoreId",
3087
- "MemberId"
3088
- ],
3089
- "primaryIdentifier": [
3090
- "Arn"
3091
- ]
3092
- },
3093
- "AllImageBuildVersions": {
3094
- "resourceType": "AWS::ImageBuilder::AllImageBuildVersions",
3095
- "kind": "resource",
3096
- "lexicon": "aws",
3097
- "attrs": {
3098
- "Arn": "Arn",
3099
- "Name": "Name",
3100
- "Version": "Version",
3101
- "BuildNumber": "BuildNumber",
3102
- "Type": "Type",
3103
- "Platform": "Platform",
3104
- "OsVersion": "OsVersion",
3105
- "State": "State",
3106
- "DateCreated": "DateCreated",
3107
- "BuildType": "BuildType",
3108
- "EnhancedImageMetadataEnabled": "EnhancedImageMetadataEnabled",
3109
- "ImageTestsConfiguration": "ImageTestsConfiguration",
3110
- "ExecutionRole": "ExecutionRole",
3111
- "ImageVersionArn": "ImageVersionArn",
3112
- "Tags": "Tags"
3113
- },
3114
- "propertyConstraints": {
3115
- "Arn": {
3116
- "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$"
3117
- },
3118
- "Name": {
3119
- "pattern": "^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$"
3120
- },
3121
- "Version": {
3122
- "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
3123
- },
3124
- "BuildNumber": {
3125
- "pattern": "^[0-9]+$"
3126
- },
3127
- "Type": {
3128
- "enum": [
3129
- "AMI",
3130
- "DOCKER"
3131
- ]
3132
- },
3133
- "Platform": {
3134
- "enum": [
3135
- "Windows",
3136
- "Linux",
3137
- "macOS"
3138
- ]
3139
- },
3140
- "OsVersion": {
3141
- "minLength": 1
3142
- },
3143
- "BuildType": {
3144
- "enum": [
3145
- "USER_INITIATED",
3146
- "SCHEDULED",
3147
- "IMPORT",
3148
- "IMPORT_ISO"
3149
- ]
3150
- },
3151
- "ExecutionRole": {
3152
- "pattern": "^(?:arn:aws(?:-[a-z]+)*:iam::[0-9]{12}:role/)?[a-zA-Z_0-9+=,.@\\-_/]+$",
3153
- "minLength": 1,
3154
- "maxLength": 2048
3155
- },
3156
- "ImageVersionArn": {
3157
- "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$"
3158
- }
3159
- },
3160
- "primaryIdentifier": [
3161
- "Arn"
3162
- ],
3163
- "tagging": {
3164
- "taggable": true,
3165
- "tagOnCreate": false,
3166
- "tagUpdatable": false
3167
- }
3168
- },
3169
- "AllWorkflowBuildVersions": {
3170
- "resourceType": "AWS::ImageBuilder::AllWorkflowBuildVersions",
3171
- "kind": "resource",
3172
- "lexicon": "aws",
3173
- "attrs": {
3174
- "Arn": "Arn",
3175
- "Name": "Name",
3176
- "Version": "Version",
3177
- "BuildNumber": "BuildNumber",
3178
- "WorkflowType": "WorkflowType",
3179
- "Description": "Description",
3180
- "ChangeDescription": "ChangeDescription",
3181
- "Owner": "Owner",
3182
- "Data": "Data",
3183
- "DateCreated": "DateCreated",
3184
- "Parameters": "Parameters",
3185
- "Tags": "Tags",
3186
- "WorkflowVersionArn": "WorkflowVersionArn"
3187
- },
3188
- "propertyConstraints": {
3189
- "Arn": {
3190
- "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+$"
3191
- },
3192
- "Name": {
3193
- "pattern": "^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$"
3194
- },
3195
- "Version": {
3196
- "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
3197
- },
3198
- "BuildNumber": {
3199
- "pattern": "^[0-9]+$"
3200
- },
3201
- "WorkflowType": {
3202
- "enum": [
3203
- "build",
3204
- "test",
3205
- "distribution"
3206
- ]
3207
- },
3208
- "Description": {
3209
- "minLength": 1,
3210
- "maxLength": 1024
3211
- },
3212
- "ChangeDescription": {
3213
- "minLength": 1,
3214
- "maxLength": 1024
3215
- },
3216
- "Owner": {
3217
- "minLength": 1,
3218
- "maxLength": 1024
3219
- },
3220
- "WorkflowVersionArn": {
3221
- "pattern": "^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/[0-9]+\\.[0-9]+\\.[0-9]+$"
3222
- }
3223
- },
3224
- "primaryIdentifier": [
3225
- "Arn"
3226
- ],
3227
- "tagging": {
3228
- "taggable": true,
3229
- "tagOnCreate": false,
3230
- "tagUpdatable": false
3231
- }
3232
- },
3233
3059
  "AllowList": {
3234
3060
  "resourceType": "AWS::Macie::AllowList",
3235
3061
  "kind": "resource",
@@ -7198,43 +7024,6 @@
7198
7024
  "kind": "property",
7199
7025
  "lexicon": "aws"
7200
7026
  },
7201
- "ApplicationProvider": {
7202
- "resourceType": "AWS::SSO::ApplicationProvider",
7203
- "kind": "resource",
7204
- "lexicon": "aws",
7205
- "attrs": {
7206
- "ApplicationProviderArn": "ApplicationProviderArn",
7207
- "FederationProtocol": "FederationProtocol",
7208
- "DisplayData": "DisplayData",
7209
- "ResourceServerConfig": "ResourceServerConfig"
7210
- },
7211
- "propertyConstraints": {
7212
- "ApplicationProviderArn": {
7213
- "pattern": "^arn:aws(-[a-z]{1,5}){0,3}:sso::aws:applicationProvider/[a-zA-Z0-9-/]+$",
7214
- "minLength": 10,
7215
- "maxLength": 1224
7216
- },
7217
- "FederationProtocol": {
7218
- "enum": [
7219
- "SAML",
7220
- "OAUTH"
7221
- ]
7222
- }
7223
- },
7224
- "primaryIdentifier": [
7225
- "ApplicationProviderArn"
7226
- ]
7227
- },
7228
- "ApplicationProvider_DisplayData": {
7229
- "resourceType": "AWS::SSO::ApplicationProvider.DisplayData",
7230
- "kind": "property",
7231
- "lexicon": "aws"
7232
- },
7233
- "ApplicationProvider_ResourceServerConfig": {
7234
- "resourceType": "AWS::SSO::ApplicationProvider.ResourceServerConfig",
7235
- "kind": "property",
7236
- "lexicon": "aws"
7237
- },
7238
7027
  "ApplicationResourceLifecycleConfig": {
7239
7028
  "resourceType": "AWS::ElasticBeanstalk::Application.ApplicationResourceLifecycleConfig",
7240
7029
  "kind": "property",
@@ -8055,48 +7844,6 @@
8055
7844
  "kind": "property",
8056
7845
  "lexicon": "aws"
8057
7846
  },
8058
- "AthenaSession": {
8059
- "resourceType": "AWS::Athena::Session",
8060
- "kind": "resource",
8061
- "lexicon": "aws",
8062
- "attrs": {
8063
- "Arn": "Arn",
8064
- "SessionId": "SessionId",
8065
- "EngineVersion": "EngineVersion",
8066
- "EngineConfiguration_AdditionalConfigs": "EngineConfiguration.AdditionalConfigs",
8067
- "EngineConfiguration_SparkProperties": "EngineConfiguration.SparkProperties"
8068
- },
8069
- "propertyConstraints": {
8070
- "SessionId": {
8071
- "minLength": 1,
8072
- "maxLength": 256
8073
- },
8074
- "WorkGroup": {
8075
- "pattern": "^[a-zA-Z0-9._-]{1,128}$"
8076
- },
8077
- "ExecutionRole": {
8078
- "minLength": 20,
8079
- "maxLength": 2048
8080
- },
8081
- "EngineVersion": {
8082
- "minLength": 1,
8083
- "maxLength": 128
8084
- }
8085
- },
8086
- "createOnly": [
8087
- "EngineConfiguration",
8088
- "ExecutionRole",
8089
- "WorkGroup"
8090
- ],
8091
- "primaryIdentifier": [
8092
- "Arn"
8093
- ]
8094
- },
8095
- "AthenaSession_EngineConfiguration": {
8096
- "resourceType": "AWS::Athena::Session.EngineConfiguration",
8097
- "kind": "property",
8098
- "lexicon": "aws"
8099
- },
8100
7847
  "AtlassianOauth2ProviderConfigInput": {
8101
7848
  "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.AtlassianOauth2ProviderConfigInput",
8102
7849
  "kind": "property",
@@ -9431,97 +9178,6 @@
9431
9178
  "kind": "property",
9432
9179
  "lexicon": "aws"
9433
9180
  },
9434
- "BCMDataExportsExport": {
9435
- "resourceType": "AWS::BCMDataExports::Export",
9436
- "kind": "resource",
9437
- "lexicon": "aws",
9438
- "attrs": {
9439
- "ExportArn": "ExportArn",
9440
- "Export_ExportArn": "Export.ExportArn"
9441
- },
9442
- "propertyConstraints": {
9443
- "ExportArn": {
9444
- "pattern": "^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$",
9445
- "minLength": 20,
9446
- "maxLength": 2048
9447
- }
9448
- },
9449
- "createOnly": [
9450
- "Export/Name",
9451
- "Export/RefreshCadence"
9452
- ],
9453
- "primaryIdentifier": [
9454
- "ExportArn"
9455
- ],
9456
- "tagging": {
9457
- "taggable": true,
9458
- "tagOnCreate": true,
9459
- "tagUpdatable": true
9460
- }
9461
- },
9462
- "BCMDataExportsExport_DataQuery": {
9463
- "resourceType": "AWS::BCMDataExports::Export.DataQuery",
9464
- "kind": "property",
9465
- "lexicon": "aws"
9466
- },
9467
- "BCMDataExportsExport_DestinationConfigurations": {
9468
- "resourceType": "AWS::BCMDataExports::Export.DestinationConfigurations",
9469
- "kind": "property",
9470
- "lexicon": "aws"
9471
- },
9472
- "BCMDataExportsExport_Export": {
9473
- "resourceType": "AWS::BCMDataExports::Export.Export",
9474
- "kind": "property",
9475
- "lexicon": "aws"
9476
- },
9477
- "BCMDataExportsExport_RefreshCadence": {
9478
- "resourceType": "AWS::BCMDataExports::Export.RefreshCadence",
9479
- "kind": "property",
9480
- "lexicon": "aws"
9481
- },
9482
- "BCMDataExportsExport_ResourceTag": {
9483
- "resourceType": "AWS::BCMDataExports::Export.ResourceTag",
9484
- "kind": "property",
9485
- "lexicon": "aws"
9486
- },
9487
- "BCMDataExportsExport_S3Destination": {
9488
- "resourceType": "AWS::BCMDataExports::Export.S3Destination",
9489
- "kind": "property",
9490
- "lexicon": "aws"
9491
- },
9492
- "BCMDataExportsTable": {
9493
- "resourceType": "AWS::BCMDataExports::Table",
9494
- "kind": "resource",
9495
- "lexicon": "aws",
9496
- "attrs": {
9497
- "Arn": "Arn",
9498
- "Description": "Description",
9499
- "Schema": "Schema"
9500
- },
9501
- "propertyConstraints": {
9502
- "TableName": {
9503
- "pattern": "^[\\S\\s]*$",
9504
- "minLength": 0,
9505
- "maxLength": 1024
9506
- },
9507
- "Description": {
9508
- "pattern": "^[\\S\\s]*$",
9509
- "minLength": 0,
9510
- "maxLength": 1024
9511
- }
9512
- },
9513
- "createOnly": [
9514
- "TableName"
9515
- ],
9516
- "primaryIdentifier": [
9517
- "Arn"
9518
- ]
9519
- },
9520
- "BCMDataExportsTable_Column": {
9521
- "resourceType": "AWS::BCMDataExports::Table.Column",
9522
- "kind": "property",
9523
- "lexicon": "aws"
9524
- },
9525
9181
  "BackendDefaults": {
9526
9182
  "resourceType": "AWS::AppMesh::VirtualNode.BackendDefaults",
9527
9183
  "kind": "property",
@@ -11647,33 +11303,6 @@
11647
11303
  "kind": "property",
11648
11304
  "lexicon": "aws"
11649
11305
  },
11650
- "Browser": {
11651
- "resourceType": "AWS::BedrockAgentCore::Browser",
11652
- "kind": "resource",
11653
- "lexicon": "aws",
11654
- "attrs": {
11655
- "BrowserArn": "BrowserArn",
11656
- "BrowserId": "BrowserId",
11657
- "Name": "Name",
11658
- "Status": "Status"
11659
- },
11660
- "propertyConstraints": {
11661
- "BrowserArn": {
11662
- "pattern": "^arn:[a-z0-9-]+:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):browser/aws\\.browser\\.v1$"
11663
- },
11664
- "BrowserId": {
11665
- "pattern": "^aws\\.browser\\.v1$"
11666
- },
11667
- "Status": {
11668
- "enum": [
11669
- "READY"
11670
- ]
11671
- }
11672
- },
11673
- "primaryIdentifier": [
11674
- "BrowserArn"
11675
- ]
11676
- },
11677
11306
  "BrowserConfig": {
11678
11307
  "resourceType": "AWS::Synthetics::Canary.BrowserConfig",
11679
11308
  "kind": "property",
@@ -14386,6 +14015,11 @@
14386
14015
  "kind": "property",
14387
14016
  "lexicon": "aws"
14388
14017
  },
14018
+ "ChannelLoggingInfo": {
14019
+ "resourceType": "AWS::MSK::Channel.ChannelLoggingInfo",
14020
+ "kind": "property",
14021
+ "lexicon": "aws"
14022
+ },
14389
14023
  "ChannelNamespace": {
14390
14024
  "resourceType": "AWS::AppSync::ChannelNamespace",
14391
14025
  "kind": "resource",
@@ -14457,6 +14091,11 @@
14457
14091
  "kind": "property",
14458
14092
  "lexicon": "aws"
14459
14093
  },
14094
+ "ChannelStateInfo": {
14095
+ "resourceType": "AWS::MSK::Channel.ChannelStateInfo",
14096
+ "kind": "property",
14097
+ "lexicon": "aws"
14098
+ },
14460
14099
  "ChannelStorage": {
14461
14100
  "resourceType": "AWS::IoTAnalytics::Channel.ChannelStorage",
14462
14101
  "kind": "property",
@@ -15690,6 +15329,11 @@
15690
15329
  "kind": "property",
15691
15330
  "lexicon": "aws"
15692
15331
  },
15332
+ "CloudWatchLogsLogDestination": {
15333
+ "resourceType": "AWS::MSK::Channel.CloudWatchLogsLogDestination",
15334
+ "kind": "property",
15335
+ "lexicon": "aws"
15336
+ },
15693
15337
  "CloudWatchLogsLogGroup": {
15694
15338
  "resourceType": "AWS::StepFunctions::StateMachine.CloudWatchLogsLogGroup",
15695
15339
  "kind": "property",
@@ -15970,64 +15614,6 @@
15970
15614
  "kind": "property",
15971
15615
  "lexicon": "aws"
15972
15616
  },
15973
- "CodeArtifactPackage": {
15974
- "resourceType": "AWS::CodeArtifact::Package",
15975
- "kind": "resource",
15976
- "lexicon": "aws",
15977
- "attrs": {
15978
- "Arn": "Arn",
15979
- "OriginConfiguration": "OriginConfiguration"
15980
- },
15981
- "propertyConstraints": {
15982
- "Arn": {
15983
- "pattern": "^\\S+$",
15984
- "minLength": 1,
15985
- "maxLength": 1011
15986
- },
15987
- "DomainName": {
15988
- "pattern": "^[a-z][a-z0-9\\-]{0,48}[a-z0-9]$",
15989
- "minLength": 2,
15990
- "maxLength": 50
15991
- },
15992
- "Repository": {
15993
- "pattern": "^[A-Za-z0-9][A-Za-z0-9._\\-]{1,99}$",
15994
- "minLength": 2,
15995
- "maxLength": 100
15996
- },
15997
- "Format": {
15998
- "enum": [
15999
- "npm",
16000
- "pypi",
16001
- "maven",
16002
- "nuget",
16003
- "generic",
16004
- "ruby",
16005
- "swift",
16006
- "cargo"
16007
- ]
16008
- },
16009
- "Namespace": {
16010
- "pattern": "^[^#/\\s]+$",
16011
- "minLength": 1,
16012
- "maxLength": 255
16013
- },
16014
- "Name": {
16015
- "pattern": "^[^#/\\s]+$",
16016
- "minLength": 1,
16017
- "maxLength": 255
16018
- }
16019
- },
16020
- "createOnly": [
16021
- "DomainName",
16022
- "Format",
16023
- "Name",
16024
- "Namespace",
16025
- "Repository"
16026
- ],
16027
- "primaryIdentifier": [
16028
- "Arn"
16029
- ]
16030
- },
16031
15617
  "CodeArtifactRepository": {
16032
15618
  "resourceType": "AWS::CodeArtifact::Repository",
16033
15619
  "kind": "resource",
@@ -16478,37 +16064,6 @@
16478
16064
  "kind": "property",
16479
16065
  "lexicon": "aws"
16480
16066
  },
16481
- "CodeInterpreter": {
16482
- "resourceType": "AWS::BedrockAgentCore::CodeInterpreter",
16483
- "kind": "resource",
16484
- "lexicon": "aws",
16485
- "attrs": {
16486
- "CodeInterpreterArn": "CodeInterpreterArn",
16487
- "CodeInterpreterId": "CodeInterpreterId",
16488
- "Status": "Status"
16489
- },
16490
- "propertyConstraints": {
16491
- "CodeInterpreterArn": {
16492
- "pattern": "^arn:[a-z0-9-]+:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter/aws\\.codeinterpreter\\.v1$"
16493
- },
16494
- "CodeInterpreterId": {
16495
- "pattern": "^aws\\.codeinterpreter\\.v1$"
16496
- },
16497
- "Status": {
16498
- "enum": [
16499
- "CREATING",
16500
- "CREATE_FAILED",
16501
- "READY",
16502
- "DELETING",
16503
- "DELETE_FAILED",
16504
- "DELETED"
16505
- ]
16506
- }
16507
- },
16508
- "primaryIdentifier": [
16509
- "CodeInterpreterArn"
16510
- ]
16511
- },
16512
16067
  "CodeInterpreterCustom": {
16513
16068
  "resourceType": "AWS::BedrockAgentCore::CodeInterpreterCustom",
16514
16069
  "kind": "resource",
@@ -16978,50 +16533,6 @@
16978
16533
  "kind": "property",
16979
16534
  "lexicon": "aws"
16980
16535
  },
16981
- "CognitoSyncDataset": {
16982
- "resourceType": "AWS::CognitoSync::Dataset",
16983
- "kind": "resource",
16984
- "lexicon": "aws",
16985
- "attrs": {
16986
- "Arn": "Arn",
16987
- "CreationDate": "CreationDate",
16988
- "LastModifiedDate": "LastModifiedDate",
16989
- "LastModifiedBy": "LastModifiedBy",
16990
- "DataStorage": "DataStorage",
16991
- "NumRecords": "NumRecords"
16992
- },
16993
- "propertyConstraints": {
16994
- "IdentityPoolId": {
16995
- "pattern": "^[\\w-]+:[0-9a-f-]+$",
16996
- "minLength": 1,
16997
- "maxLength": 55
16998
- },
16999
- "IdentityId": {
17000
- "pattern": "^[\\w-]+:[0-9a-f-]+$",
17001
- "minLength": 1,
17002
- "maxLength": 55
17003
- },
17004
- "DatasetName": {
17005
- "pattern": "^[a-zA-Z0-9_.:-]+$",
17006
- "minLength": 1,
17007
- "maxLength": 128
17008
- },
17009
- "CreationDate": {
17010
- "format": "date-time"
17011
- },
17012
- "LastModifiedDate": {
17013
- "format": "date-time"
17014
- }
17015
- },
17016
- "createOnly": [
17017
- "DatasetName",
17018
- "IdentityId",
17019
- "IdentityPoolId"
17020
- ],
17021
- "primaryIdentifier": [
17022
- "Arn"
17023
- ]
17024
- },
17025
16536
  "CognitoUserPoolConfig": {
17026
16537
  "resourceType": "AWS::AppSync::GraphQLApi.CognitoUserPoolConfig",
17027
16538
  "kind": "property",
@@ -21758,77 +21269,6 @@
21758
21269
  "kind": "property",
21759
21270
  "lexicon": "aws"
21760
21271
  },
21761
- "CoreDevice": {
21762
- "resourceType": "AWS::GreengrassV2::CoreDevice",
21763
- "kind": "resource",
21764
- "lexicon": "aws",
21765
- "attrs": {
21766
- "Arn": "Arn",
21767
- "CoreVersion": "CoreVersion",
21768
- "Platform": "Platform",
21769
- "Architecture": "Architecture",
21770
- "Runtime": "Runtime",
21771
- "Status": "Status",
21772
- "LastStatusUpdateTimestamp": "LastStatusUpdateTimestamp",
21773
- "Tags": "Tags"
21774
- },
21775
- "propertyConstraints": {
21776
- "Arn": {
21777
- "pattern": "^arn:[^:]*:greengrass:[^:]*:[0-9]+:coreDevices:.+$"
21778
- },
21779
- "CoreDeviceThingName": {
21780
- "minLength": 1,
21781
- "maxLength": 128
21782
- },
21783
- "CoreVersion": {
21784
- "minLength": 1,
21785
- "maxLength": 255
21786
- },
21787
- "Platform": {
21788
- "minLength": 1,
21789
- "maxLength": 255
21790
- },
21791
- "Architecture": {
21792
- "minLength": 1,
21793
- "maxLength": 255
21794
- },
21795
- "Runtime": {
21796
- "minLength": 1,
21797
- "maxLength": 255
21798
- },
21799
- "Status": {
21800
- "enum": [
21801
- "HEALTHY",
21802
- "UNHEALTHY"
21803
- ]
21804
- },
21805
- "LastStatusUpdateTimestamp": {
21806
- "format": "date-time"
21807
- }
21808
- },
21809
- "createOnly": [
21810
- "CoreDeviceThingName"
21811
- ],
21812
- "primaryIdentifier": [
21813
- "Arn"
21814
- ],
21815
- "tagging": {
21816
- "taggable": true,
21817
- "tagOnCreate": false,
21818
- "tagUpdatable": false
21819
- },
21820
- "runtimeDeprecations": {
21821
- "nodejs14.x": "deprecated",
21822
- "nodejs16.x": "deprecated",
21823
- "nodejs18.x": "approaching_eol",
21824
- "python3.7": "deprecated",
21825
- "python3.8": "deprecated",
21826
- "python3.9": "approaching_eol",
21827
- "dotnet6": "deprecated",
21828
- "java8": "deprecated",
21829
- "ruby2.7": "deprecated"
21830
- }
21831
- },
21832
21272
  "CoreNetwork": {
21833
21273
  "resourceType": "AWS::NetworkManager::CoreNetwork",
21834
21274
  "kind": "resource",
@@ -23910,16 +23350,41 @@
23910
23350
  "kind": "resource",
23911
23351
  "lexicon": "aws",
23912
23352
  "attrs": {
23913
- "Id": "Id",
23353
+ "EndpointArn": "EndpointArn",
23914
23354
  "ExternalId": "ExternalId"
23915
23355
  },
23916
23356
  "createOnly": [
23917
23357
  "KmsKeyId",
23918
- "ResourceIdentifier"
23358
+ "ResourceIdentifier",
23359
+ "ElasticsearchSettings/EndpointUri",
23360
+ "MongoDbSettings/AuthType"
23361
+ ],
23362
+ "writeOnly": [
23363
+ "ExtraConnectionAttributes",
23364
+ "Password",
23365
+ "ResourceIdentifier",
23366
+ "GcpMySQLSettings/Password",
23367
+ "DocDbSettings/SecretsManagerSecretId",
23368
+ "KafkaSettings/SaslPassword",
23369
+ "KafkaSettings/SslClientKeyPassword",
23370
+ "MicrosoftSqlServerSettings/Password",
23371
+ "MongoDbSettings/Password",
23372
+ "OracleSettings/AsmPassword",
23373
+ "OracleSettings/SecurityDbEncryption",
23374
+ "OracleSettings/SecurityDbEncryptionName",
23375
+ "RedisSettings/AuthPassword",
23376
+ "RedshiftSettings/TruncateColumns",
23377
+ "RedshiftSettings/ServerSideEncryptionKmsKeyId",
23378
+ "S3Settings/ServerSideEncryptionKmsKeyId"
23919
23379
  ],
23920
23380
  "primaryIdentifier": [
23921
- "Id"
23922
- ]
23381
+ "EndpointArn"
23382
+ ],
23383
+ "tagging": {
23384
+ "taggable": true,
23385
+ "tagOnCreate": true,
23386
+ "tagUpdatable": true
23387
+ }
23923
23388
  },
23924
23389
  "DMSEndpoint_DocDbSettings": {
23925
23390
  "resourceType": "AWS::DMS::Endpoint.DocDbSettings",
@@ -25140,52 +24605,6 @@
25140
24605
  "kind": "property",
25141
24606
  "lexicon": "aws"
25142
24607
  },
25143
- "DataBrewRecipe": {
25144
- "resourceType": "AWS::DataBrew::Recipe",
25145
- "kind": "resource",
25146
- "lexicon": "aws",
25147
- "propertyConstraints": {
25148
- "Description": {
25149
- "minLength": 0,
25150
- "maxLength": 1024
25151
- },
25152
- "Name": {
25153
- "minLength": 1,
25154
- "maxLength": 255
25155
- }
25156
- },
25157
- "createOnly": [
25158
- "Name"
25159
- ],
25160
- "primaryIdentifier": [
25161
- "Name"
25162
- ],
25163
- "tagging": {
25164
- "taggable": true,
25165
- "tagOnCreate": true,
25166
- "tagUpdatable": true
25167
- }
25168
- },
25169
- "DataBrewRecipe_Action": {
25170
- "resourceType": "AWS::DataBrew::Recipe.Action",
25171
- "kind": "property",
25172
- "lexicon": "aws"
25173
- },
25174
- "DataBrewRecipe_ConditionExpression": {
25175
- "resourceType": "AWS::DataBrew::Recipe.ConditionExpression",
25176
- "kind": "property",
25177
- "lexicon": "aws"
25178
- },
25179
- "DataBrewRecipe_RecipeStep": {
25180
- "resourceType": "AWS::DataBrew::Recipe.RecipeStep",
25181
- "kind": "property",
25182
- "lexicon": "aws"
25183
- },
25184
- "DataBrewRecipe_Tag": {
25185
- "resourceType": "AWS::DataBrew::Recipe.Tag",
25186
- "kind": "property",
25187
- "lexicon": "aws"
25188
- },
25189
24608
  "DataBrewSchedule": {
25190
24609
  "resourceType": "AWS::DataBrew::Schedule",
25191
24610
  "kind": "resource",
@@ -25351,59 +24770,6 @@
25351
24770
  "kind": "property",
25352
24771
  "lexicon": "aws"
25353
24772
  },
25354
- "DataDeletionJob": {
25355
- "resourceType": "AWS::Personalize::DataDeletionJob",
25356
- "kind": "resource",
25357
- "lexicon": "aws",
25358
- "attrs": {
25359
- "DataDeletionJobArn": "DataDeletionJobArn",
25360
- "Status": "Status",
25361
- "CreationDateTime": "CreationDateTime",
25362
- "LastUpdatedDateTime": "LastUpdatedDateTime"
25363
- },
25364
- "propertyConstraints": {
25365
- "JobName": {
25366
- "pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
25367
- "minLength": 1,
25368
- "maxLength": 63
25369
- },
25370
- "DataDeletionJobArn": {
25371
- "pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
25372
- "maxLength": 256
25373
- },
25374
- "DatasetGroupArn": {
25375
- "pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
25376
- "maxLength": 256
25377
- },
25378
- "RoleArn": {
25379
- "pattern": "^arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$",
25380
- "maxLength": 256
25381
- },
25382
- "Status": {
25383
- "maxLength": 256
25384
- },
25385
- "CreationDateTime": {
25386
- "format": "date-time"
25387
- },
25388
- "LastUpdatedDateTime": {
25389
- "format": "date-time"
25390
- }
25391
- },
25392
- "createOnly": [
25393
- "DataSource",
25394
- "DatasetGroupArn",
25395
- "JobName",
25396
- "RoleArn"
25397
- ],
25398
- "primaryIdentifier": [
25399
- "DataDeletionJobArn"
25400
- ]
25401
- },
25402
- "DataDeletionJob_DataSource": {
25403
- "resourceType": "AWS::Personalize::DataDeletionJob.DataSource",
25404
- "kind": "property",
25405
- "lexicon": "aws"
25406
- },
25407
24773
  "DataDeliveryObject": {
25408
24774
  "resourceType": "AWS::Evidently::Project.DataDeliveryObject",
25409
24775
  "kind": "property",
@@ -29423,6 +28789,11 @@
29423
28789
  "kind": "property",
29424
28790
  "lexicon": "aws"
29425
28791
  },
28792
+ "DeadLetterQueueS3": {
28793
+ "resourceType": "AWS::MSK::Channel.DeadLetterQueueS3",
28794
+ "kind": "property",
28795
+ "lexicon": "aws"
28796
+ },
29426
28797
  "DeadlineFleet": {
29427
28798
  "resourceType": "AWS::Deadline::Fleet",
29428
28799
  "kind": "resource",
@@ -29712,75 +29083,6 @@
29712
29083
  "kind": "property",
29713
29084
  "lexicon": "aws"
29714
29085
  },
29715
- "DefaultPromptRouter": {
29716
- "resourceType": "AWS::Bedrock::DefaultPromptRouter",
29717
- "kind": "resource",
29718
- "lexicon": "aws",
29719
- "attrs": {
29720
- "PromptRouterArn": "PromptRouterArn",
29721
- "PromptRouterId": "PromptRouterId",
29722
- "PromptRouterName": "PromptRouterName",
29723
- "Description": "Description",
29724
- "RoutingCriteria": "RoutingCriteria",
29725
- "FallbackModel": "FallbackModel",
29726
- "Models": "Models",
29727
- "Status": "Status",
29728
- "Type": "Type",
29729
- "CreatedAt": "CreatedAt",
29730
- "UpdatedAt": "UpdatedAt"
29731
- },
29732
- "propertyConstraints": {
29733
- "PromptRouterArn": {
29734
- "pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:default-prompt-router/[a-zA-Z0-9-:.]+$",
29735
- "minLength": 1,
29736
- "maxLength": 2048
29737
- },
29738
- "PromptRouterId": {
29739
- "minLength": 1,
29740
- "maxLength": 2048
29741
- },
29742
- "PromptRouterName": {
29743
- "pattern": "^([0-9a-zA-Z][ _-]?)+$",
29744
- "minLength": 1,
29745
- "maxLength": 64
29746
- },
29747
- "Description": {
29748
- "pattern": "^([0-9a-zA-Z:.][ _-]?)+$",
29749
- "minLength": 1,
29750
- "maxLength": 200
29751
- },
29752
- "Status": {
29753
- "enum": [
29754
- "AVAILABLE"
29755
- ]
29756
- },
29757
- "Type": {
29758
- "enum": [
29759
- "custom",
29760
- "default"
29761
- ]
29762
- },
29763
- "CreatedAt": {
29764
- "format": "date-time"
29765
- },
29766
- "UpdatedAt": {
29767
- "format": "date-time"
29768
- }
29769
- },
29770
- "primaryIdentifier": [
29771
- "PromptRouterArn"
29772
- ]
29773
- },
29774
- "DefaultPromptRouter_PromptRouterTargetModel": {
29775
- "resourceType": "AWS::Bedrock::DefaultPromptRouter.PromptRouterTargetModel",
29776
- "kind": "property",
29777
- "lexicon": "aws"
29778
- },
29779
- "DefaultPromptRouter_RoutingCriteria": {
29780
- "resourceType": "AWS::Bedrock::DefaultPromptRouter.RoutingCriteria",
29781
- "kind": "property",
29782
- "lexicon": "aws"
29783
- },
29784
29086
  "DefaultPushNotificationTemplate": {
29785
29087
  "resourceType": "AWS::Pinpoint::PushTemplate.DefaultPushNotificationTemplate",
29786
29088
  "kind": "property",
@@ -30830,6 +30132,11 @@
30830
30132
  "kind": "property",
30831
30133
  "lexicon": "aws"
30832
30134
  },
30135
+ "DestinationTable": {
30136
+ "resourceType": "AWS::MSK::Channel.DestinationTable",
30137
+ "kind": "property",
30138
+ "lexicon": "aws"
30139
+ },
30833
30140
  "DetailedStatusCodesMetrics": {
30834
30141
  "resourceType": "AWS::S3::StorageLens.DetailedStatusCodesMetrics",
30835
30142
  "kind": "property",
@@ -31914,11 +31221,6 @@
31914
31221
  "kind": "property",
31915
31222
  "lexicon": "aws"
31916
31223
  },
31917
- "DisplayData": {
31918
- "resourceType": "AWS::SSO::ApplicationProvider.DisplayData",
31919
- "kind": "property",
31920
- "lexicon": "aws"
31921
- },
31922
31224
  "Distribution": {
31923
31225
  "resourceType": "AWS::ImageBuilder::DistributionConfiguration.Distribution",
31924
31226
  "kind": "property",
@@ -33201,99 +32503,6 @@
33201
32503
  "kind": "property",
33202
32504
  "lexicon": "aws"
33203
32505
  },
33204
- "DynamoDBExport": {
33205
- "resourceType": "AWS::DynamoDB::Export",
33206
- "kind": "resource",
33207
- "lexicon": "aws",
33208
- "attrs": {
33209
- "ExportArn": "ExportArn",
33210
- "TableName": "TableName",
33211
- "ExportId": "ExportId",
33212
- "ExportStatus": "ExportStatus",
33213
- "TableId": "TableId",
33214
- "ExportTime": "ExportTime",
33215
- "StartTime": "StartTime",
33216
- "EndTime": "EndTime",
33217
- "ExportManifest": "ExportManifest",
33218
- "BilledSizeBytes": "BilledSizeBytes",
33219
- "ItemCount": "ItemCount"
33220
- },
33221
- "propertyConstraints": {
33222
- "ExportArn": {
33223
- "minLength": 37,
33224
- "maxLength": 1024
33225
- },
33226
- "ExportStatus": {
33227
- "enum": [
33228
- "IN_PROGRESS",
33229
- "COMPLETED",
33230
- "FAILED"
33231
- ]
33232
- },
33233
- "TableArn": {
33234
- "minLength": 1,
33235
- "maxLength": 1024
33236
- },
33237
- "TableId": {
33238
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
33239
- },
33240
- "ExportTime": {
33241
- "format": "date-time"
33242
- },
33243
- "S3Bucket": {
33244
- "pattern": "^[a-z0-9A-Z]+[\\.\\-\\w]*[a-z0-9A-Z]+$",
33245
- "maxLength": 255
33246
- },
33247
- "S3BucketOwner": {
33248
- "pattern": "^[0-9]{12}$"
33249
- },
33250
- "S3Prefix": {
33251
- "maxLength": 1024
33252
- },
33253
- "S3SseAlgorithm": {
33254
- "enum": [
33255
- "AES256",
33256
- "KMS"
33257
- ]
33258
- },
33259
- "ExportFormat": {
33260
- "enum": [
33261
- "DYNAMODB_JSON",
33262
- "ION"
33263
- ]
33264
- },
33265
- "ExportType": {
33266
- "enum": [
33267
- "FULL_EXPORT",
33268
- "INCREMENTAL_EXPORT"
33269
- ]
33270
- },
33271
- "StartTime": {
33272
- "format": "date-time"
33273
- },
33274
- "EndTime": {
33275
- "format": "date-time"
33276
- },
33277
- "BilledSizeBytes": {
33278
- "minimum": 0
33279
- },
33280
- "ItemCount": {
33281
- "minimum": 0
33282
- }
33283
- },
33284
- "createOnly": [
33285
- "ExportFormat",
33286
- "ExportType",
33287
- "S3Bucket",
33288
- "S3BucketOwner",
33289
- "S3Prefix",
33290
- "S3SseAlgorithm",
33291
- "TableArn"
33292
- ],
33293
- "primaryIdentifier": [
33294
- "ExportArn"
33295
- ]
33296
- },
33297
32506
  "DynamoDBTarget": {
33298
32507
  "resourceType": "AWS::Glue::Crawler.DynamoDBTarget",
33299
32508
  "kind": "property",
@@ -36090,6 +35299,11 @@
36090
35299
  "kind": "property",
36091
35300
  "lexicon": "aws"
36092
35301
  },
35302
+ "EmrSettings": {
35303
+ "resourceType": "AWS::SageMaker::UserProfile.EmrSettings",
35304
+ "kind": "property",
35305
+ "lexicon": "aws"
35306
+ },
36093
35307
  "EnaSrdUdpSpecification": {
36094
35308
  "resourceType": "AWS::EC2::Instance.EnaSrdUdpSpecification",
36095
35309
  "kind": "property",
@@ -36688,6 +35902,11 @@
36688
35902
  "kind": "property",
36689
35903
  "lexicon": "aws"
36690
35904
  },
35905
+ "EngineConfiguration": {
35906
+ "resourceType": "AWS::Athena::WorkGroup.EngineConfiguration",
35907
+ "kind": "property",
35908
+ "lexicon": "aws"
35909
+ },
36691
35910
  "EngineVersion": {
36692
35911
  "resourceType": "AWS::Athena::WorkGroup.EngineVersion",
36693
35912
  "kind": "property",
@@ -37244,11 +36463,6 @@
37244
36463
  "kind": "property",
37245
36464
  "lexicon": "aws"
37246
36465
  },
37247
- "EumsSmsConfiguration": {
37248
- "resourceType": "AWS::Cognito::UserPool.EumsSmsConfiguration",
37249
- "kind": "property",
37250
- "lexicon": "aws"
37251
- },
37252
36466
  "EvaluateOnExit": {
37253
36467
  "resourceType": "AWS::Batch::JobDefinition.EvaluateOnExit",
37254
36468
  "kind": "property",
@@ -37407,6 +36621,11 @@
37407
36621
  "kind": "property",
37408
36622
  "lexicon": "aws"
37409
36623
  },
36624
+ "EvaluationWindow": {
36625
+ "resourceType": "AWS::CloudWatch::Alarm.EvaluationWindow",
36626
+ "kind": "property",
36627
+ "lexicon": "aws"
36628
+ },
37410
36629
  "Evaluator": {
37411
36630
  "resourceType": "AWS::BedrockAgentCore::Evaluator",
37412
36631
  "kind": "resource",
@@ -38826,78 +38045,11 @@
38826
38045
  "kind": "property",
38827
38046
  "lexicon": "aws"
38828
38047
  },
38829
- "Execution": {
38830
- "resourceType": "AWS::States::Execution",
38831
- "kind": "resource",
38832
- "lexicon": "aws",
38833
- "attrs": {
38834
- "ExecutionArn": "ExecutionArn",
38835
- "StateMachineName": "StateMachineName",
38836
- "Status": "Status",
38837
- "StartDate": "StartDate",
38838
- "RedriveCount": "RedriveCount",
38839
- "RedriveStatus": "RedriveStatus"
38840
- },
38841
- "propertyConstraints": {
38842
- "ExecutionArn": {
38843
- "minLength": 1,
38844
- "maxLength": 256
38845
- },
38846
- "StateMachineArn": {
38847
- "minLength": 1,
38848
- "maxLength": 256
38849
- },
38850
- "StateMachineName": {
38851
- "minLength": 1,
38852
- "maxLength": 80
38853
- },
38854
- "Name": {
38855
- "minLength": 1,
38856
- "maxLength": 80
38857
- },
38858
- "Input": {
38859
- "maxLength": 262144
38860
- },
38861
- "Status": {
38862
- "enum": [
38863
- "RUNNING",
38864
- "SUCCEEDED",
38865
- "FAILED",
38866
- "TIMED_OUT",
38867
- "ABORTED",
38868
- "PENDING_REDRIVE"
38869
- ]
38870
- },
38871
- "StartDate": {
38872
- "format": "date-time"
38873
- },
38874
- "RedriveStatus": {
38875
- "enum": [
38876
- "REDRIVABLE",
38877
- "NOT_REDRIVABLE",
38878
- "REDRIVABLE_BY_MAP_RUN"
38879
- ]
38880
- }
38881
- },
38882
- "createOnly": [
38883
- "Input",
38884
- "Name",
38885
- "StateMachineArn"
38886
- ],
38887
- "primaryIdentifier": [
38888
- "ExecutionArn"
38889
- ]
38890
- },
38891
38048
  "ExecutionControls": {
38892
38049
  "resourceType": "AWS::Config::RemediationConfiguration.ExecutionControls",
38893
38050
  "kind": "property",
38894
38051
  "lexicon": "aws"
38895
38052
  },
38896
- "ExecutionEngineConfig": {
38897
- "resourceType": "AWS::EMR::NotebookExecution.ExecutionEngineConfig",
38898
- "kind": "property",
38899
- "lexicon": "aws"
38900
- },
38901
38053
  "ExecutionPlan": {
38902
38054
  "resourceType": "AWS::KendraRanking::ExecutionPlan",
38903
38055
  "kind": "resource",
@@ -39080,9 +38232,32 @@
39080
38232
  "lexicon": "aws"
39081
38233
  },
39082
38234
  "Export": {
39083
- "resourceType": "AWS::BCMDataExports::Export.Export",
39084
- "kind": "property",
39085
- "lexicon": "aws"
38235
+ "resourceType": "AWS::BCMDataExports::Export",
38236
+ "kind": "resource",
38237
+ "lexicon": "aws",
38238
+ "attrs": {
38239
+ "ExportArn": "ExportArn",
38240
+ "Export_ExportArn": "Export.ExportArn"
38241
+ },
38242
+ "propertyConstraints": {
38243
+ "ExportArn": {
38244
+ "pattern": "^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$",
38245
+ "minLength": 20,
38246
+ "maxLength": 2048
38247
+ }
38248
+ },
38249
+ "createOnly": [
38250
+ "Export/Name",
38251
+ "Export/RefreshCadence"
38252
+ ],
38253
+ "primaryIdentifier": [
38254
+ "ExportArn"
38255
+ ],
38256
+ "tagging": {
38257
+ "taggable": true,
38258
+ "tagOnCreate": true,
38259
+ "tagUpdatable": true
38260
+ }
39086
38261
  },
39087
38262
  "ExportHiddenFieldsOption": {
39088
38263
  "resourceType": "AWS::QuickSight::Dashboard.ExportHiddenFieldsOption",
@@ -39099,6 +38274,36 @@
39099
38274
  "kind": "property",
39100
38275
  "lexicon": "aws"
39101
38276
  },
38277
+ "Export_DataQuery": {
38278
+ "resourceType": "AWS::BCMDataExports::Export.DataQuery",
38279
+ "kind": "property",
38280
+ "lexicon": "aws"
38281
+ },
38282
+ "Export_DestinationConfigurations": {
38283
+ "resourceType": "AWS::BCMDataExports::Export.DestinationConfigurations",
38284
+ "kind": "property",
38285
+ "lexicon": "aws"
38286
+ },
38287
+ "Export_Export": {
38288
+ "resourceType": "AWS::BCMDataExports::Export.Export",
38289
+ "kind": "property",
38290
+ "lexicon": "aws"
38291
+ },
38292
+ "Export_RefreshCadence": {
38293
+ "resourceType": "AWS::BCMDataExports::Export.RefreshCadence",
38294
+ "kind": "property",
38295
+ "lexicon": "aws"
38296
+ },
38297
+ "Export_ResourceTag": {
38298
+ "resourceType": "AWS::BCMDataExports::Export.ResourceTag",
38299
+ "kind": "property",
38300
+ "lexicon": "aws"
38301
+ },
38302
+ "Export_S3Destination": {
38303
+ "resourceType": "AWS::BCMDataExports::Export.S3Destination",
38304
+ "kind": "property",
38305
+ "lexicon": "aws"
38306
+ },
39102
38307
  "ExportingConfig": {
39103
38308
  "resourceType": "AWS::CustomerProfiles::Domain.ExportingConfig",
39104
38309
  "kind": "property",
@@ -40507,11 +39712,6 @@
40507
39712
  "kind": "property",
40508
39713
  "lexicon": "aws"
40509
39714
  },
40510
- "FirehoseLogDestination": {
40511
- "resourceType": "AWS::Pipes::Pipe.FirehoseLogDestination",
40512
- "kind": "property",
40513
- "lexicon": "aws"
40514
- },
40515
39715
  "Firewall": {
40516
39716
  "resourceType": "AWS::NetworkFirewall::Firewall",
40517
39717
  "kind": "resource",
@@ -44515,35 +43715,6 @@
44515
43715
  "kind": "property",
44516
43716
  "lexicon": "aws"
44517
43717
  },
44518
- "GreengrassV2Component": {
44519
- "resourceType": "AWS::GreengrassV2::Component",
44520
- "kind": "resource",
44521
- "lexicon": "aws",
44522
- "attrs": {
44523
- "Arn": "Arn"
44524
- },
44525
- "propertyConstraints": {
44526
- "Arn": {
44527
- "pattern": "^arn:[^:]*:greengrass:[^:]*:(aws|[0-9]+):components:[^:]+$"
44528
- },
44529
- "ComponentName": {
44530
- "minLength": 1,
44531
- "maxLength": 128
44532
- }
44533
- },
44534
- "createOnly": [
44535
- "ComponentName",
44536
- "Tags"
44537
- ],
44538
- "primaryIdentifier": [
44539
- "Arn"
44540
- ],
44541
- "tagging": {
44542
- "taggable": true,
44543
- "tagOnCreate": false,
44544
- "tagUpdatable": false
44545
- }
44546
- },
44547
43718
  "GreengrassV2Deployment": {
44548
43719
  "resourceType": "AWS::GreengrassV2::Deployment",
44549
43720
  "kind": "resource",
@@ -45382,6 +44553,67 @@
45382
44553
  "kind": "property",
45383
44554
  "lexicon": "aws"
45384
44555
  },
44556
+ "HarnessEndpoint": {
44557
+ "resourceType": "AWS::BedrockAgentCore::HarnessEndpoint",
44558
+ "kind": "resource",
44559
+ "lexicon": "aws",
44560
+ "attrs": {
44561
+ "Arn": "Arn",
44562
+ "HarnessName": "HarnessName",
44563
+ "Status": "Status",
44564
+ "LiveVersion": "LiveVersion",
44565
+ "CreatedAt": "CreatedAt",
44566
+ "UpdatedAt": "UpdatedAt"
44567
+ },
44568
+ "propertyConstraints": {
44569
+ "HarnessId": {
44570
+ "pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,39}-[a-zA-Z0-9]{10}$"
44571
+ },
44572
+ "EndpointName": {
44573
+ "pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,47}$"
44574
+ },
44575
+ "TargetVersion": {
44576
+ "pattern": "^([1-9][0-9]{0,4})$",
44577
+ "minLength": 1,
44578
+ "maxLength": 5
44579
+ },
44580
+ "LiveVersion": {
44581
+ "pattern": "^([1-9][0-9]{0,4})$",
44582
+ "minLength": 1,
44583
+ "maxLength": 5
44584
+ },
44585
+ "Description": {
44586
+ "minLength": 1,
44587
+ "maxLength": 256
44588
+ },
44589
+ "CreatedAt": {
44590
+ "format": "date-time"
44591
+ },
44592
+ "UpdatedAt": {
44593
+ "format": "date-time"
44594
+ }
44595
+ },
44596
+ "createOnly": [
44597
+ "HarnessId",
44598
+ "EndpointName"
44599
+ ],
44600
+ "writeOnly": [
44601
+ "TargetVersion"
44602
+ ],
44603
+ "primaryIdentifier": [
44604
+ "Arn"
44605
+ ],
44606
+ "tagging": {
44607
+ "taggable": true,
44608
+ "tagOnCreate": true,
44609
+ "tagUpdatable": true
44610
+ }
44611
+ },
44612
+ "HarnessEndpoint_Tag": {
44613
+ "resourceType": "AWS::BedrockAgentCore::HarnessEndpoint.Tag",
44614
+ "kind": "property",
44615
+ "lexicon": "aws"
44616
+ },
45385
44617
  "HarnessEnvironmentArtifact": {
45386
44618
  "resourceType": "AWS::BedrockAgentCore::Harness.HarnessEnvironmentArtifact",
45387
44619
  "kind": "property",
@@ -45682,41 +44914,6 @@
45682
44914
  "kind": "property",
45683
44915
  "lexicon": "aws"
45684
44916
  },
45685
- "HarvestJob": {
45686
- "resourceType": "AWS::MediaPackage::HarvestJob",
45687
- "kind": "resource",
45688
- "lexicon": "aws",
45689
- "attrs": {
45690
- "Arn": "Arn",
45691
- "ChannelId": "ChannelId",
45692
- "CreatedAt": "CreatedAt",
45693
- "Status": "Status"
45694
- },
45695
- "propertyConstraints": {
45696
- "Status": {
45697
- "enum": [
45698
- "IN_PROGRESS",
45699
- "SUCCEEDED",
45700
- "FAILED"
45701
- ]
45702
- }
45703
- },
45704
- "createOnly": [
45705
- "EndTime",
45706
- "Id",
45707
- "OriginEndpointId",
45708
- "S3Destination",
45709
- "StartTime"
45710
- ],
45711
- "primaryIdentifier": [
45712
- "Arn"
45713
- ]
45714
- },
45715
- "HarvestJob_S3Destination": {
45716
- "resourceType": "AWS::MediaPackage::HarvestJob.S3Destination",
45717
- "kind": "property",
45718
- "lexicon": "aws"
45719
- },
45720
44917
  "HeaderConfig": {
45721
44918
  "resourceType": "AWS::Pinpoint::InAppTemplate.HeaderConfig",
45722
44919
  "kind": "property",
@@ -47353,11 +46550,6 @@
47353
46550
  "kind": "property",
47354
46551
  "lexicon": "aws"
47355
46552
  },
47356
- "IcebergDestinationConfiguration": {
47357
- "resourceType": "AWS::KinesisFirehose::DeliveryStream.IcebergDestinationConfiguration",
47358
- "kind": "property",
47359
- "lexicon": "aws"
47360
- },
47361
46553
  "IcebergInput": {
47362
46554
  "resourceType": "AWS::Glue::Table.IcebergInput",
47363
46555
  "kind": "property",
@@ -54319,11 +53511,6 @@
54319
53511
  "kind": "property",
54320
53512
  "lexicon": "aws"
54321
53513
  },
54322
- "KmsConfiguration": {
54323
- "resourceType": "AWS::BedrockAgentCore::TokenVault.KmsConfiguration",
54324
- "kind": "property",
54325
- "lexicon": "aws"
54326
- },
54327
53514
  "KmsEncryptionConfig": {
54328
53515
  "resourceType": "AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig",
54329
53516
  "kind": "property",
@@ -59005,6 +58192,162 @@
59005
58192
  "kind": "property",
59006
58193
  "lexicon": "aws"
59007
58194
  },
58195
+ "MSKChannel": {
58196
+ "resourceType": "AWS::MSK::Channel",
58197
+ "kind": "resource",
58198
+ "lexicon": "aws",
58199
+ "attrs": {
58200
+ "ChannelArn": "ChannelArn",
58201
+ "Status": "Status",
58202
+ "StateInfo": "StateInfo"
58203
+ },
58204
+ "propertyConstraints": {
58205
+ "ClusterArn": {
58206
+ "pattern": "^arn:[\\w-]+:kafka:[\\w-]+:\\d+:cluster.*\\Z"
58207
+ }
58208
+ },
58209
+ "createOnly": [
58210
+ "ChannelName",
58211
+ "ClusterArn",
58212
+ "TopicConfigurationList",
58213
+ "EncryptionConfiguration",
58214
+ "LoggingInfo",
58215
+ "IcebergDestinationConfiguration/ServiceExecutionRoleArn",
58216
+ "IcebergDestinationConfiguration/Catalog",
58217
+ "IcebergDestinationConfiguration/Catalog/CatalogArn",
58218
+ "IcebergDestinationConfiguration/Catalog/WarehouseLocation",
58219
+ "IcebergDestinationConfiguration/DeadLetterQueueS3",
58220
+ "IcebergDestinationConfiguration/DeadLetterQueueS3/BucketArn",
58221
+ "IcebergDestinationConfiguration/DeadLetterQueueS3/ErrorOutputPrefix",
58222
+ "IcebergDestinationConfiguration/DeadLetterQueueS3/ExpectedBucketOwner",
58223
+ "IcebergDestinationConfiguration/AppendOnly",
58224
+ "IcebergDestinationConfiguration/SchemaEvolution",
58225
+ "IcebergDestinationConfiguration/SchemaEvolution/EnableSchemaEvolution",
58226
+ "IcebergDestinationConfiguration/TableCreation",
58227
+ "IcebergDestinationConfiguration/TableCreation/EnableTableCreation",
58228
+ "IcebergDestinationConfiguration/DestinationTableList",
58229
+ "IcebergDestinationConfiguration/DestinationTableList/*/DestinationDatabaseName",
58230
+ "IcebergDestinationConfiguration/DestinationTableList/*/DestinationTableName",
58231
+ "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec",
58232
+ "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/PartitionStrategy",
58233
+ "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/SourceList",
58234
+ "IcebergDestinationConfiguration/DestinationTableList/*/PartitionSpec/SourceList/*/SourceName",
58235
+ "IcebergDestinationConfiguration/CompressionType",
58236
+ "S3DestinationConfiguration/ServiceExecutionRoleArn",
58237
+ "S3DestinationConfiguration/DeadLetterQueueS3",
58238
+ "S3DestinationConfiguration/DeadLetterQueueS3/BucketArn",
58239
+ "S3DestinationConfiguration/DeadLetterQueueS3/ErrorOutputPrefix",
58240
+ "S3DestinationConfiguration/DeadLetterQueueS3/ExpectedBucketOwner",
58241
+ "S3DestinationConfiguration/Storage",
58242
+ "S3DestinationConfiguration/Storage/BucketArn",
58243
+ "S3DestinationConfiguration/Storage/OutputPrefix",
58244
+ "S3DestinationConfiguration/Storage/OutputKeyTemplate",
58245
+ "S3DestinationConfiguration/Storage/StorageClass",
58246
+ "S3DestinationConfiguration/Storage/CompressionType",
58247
+ "S3DestinationConfiguration/Storage/ExpectedBucketOwner"
58248
+ ],
58249
+ "writeOnly": [
58250
+ "ClusterArn"
58251
+ ],
58252
+ "primaryIdentifier": [
58253
+ "ChannelArn"
58254
+ ],
58255
+ "tagging": {
58256
+ "taggable": true,
58257
+ "tagOnCreate": true,
58258
+ "tagUpdatable": true
58259
+ }
58260
+ },
58261
+ "MSKChannel_Catalog": {
58262
+ "resourceType": "AWS::MSK::Channel.Catalog",
58263
+ "kind": "property",
58264
+ "lexicon": "aws"
58265
+ },
58266
+ "MSKChannel_ChannelLoggingInfo": {
58267
+ "resourceType": "AWS::MSK::Channel.ChannelLoggingInfo",
58268
+ "kind": "property",
58269
+ "lexicon": "aws"
58270
+ },
58271
+ "MSKChannel_ChannelStateInfo": {
58272
+ "resourceType": "AWS::MSK::Channel.ChannelStateInfo",
58273
+ "kind": "property",
58274
+ "lexicon": "aws"
58275
+ },
58276
+ "MSKChannel_CloudWatchLogsLogDestination": {
58277
+ "resourceType": "AWS::MSK::Channel.CloudWatchLogsLogDestination",
58278
+ "kind": "property",
58279
+ "lexicon": "aws"
58280
+ },
58281
+ "MSKChannel_DeadLetterQueueS3": {
58282
+ "resourceType": "AWS::MSK::Channel.DeadLetterQueueS3",
58283
+ "kind": "property",
58284
+ "lexicon": "aws"
58285
+ },
58286
+ "MSKChannel_DestinationTable": {
58287
+ "resourceType": "AWS::MSK::Channel.DestinationTable",
58288
+ "kind": "property",
58289
+ "lexicon": "aws"
58290
+ },
58291
+ "MSKChannel_EncryptionConfiguration": {
58292
+ "resourceType": "AWS::MSK::Channel.EncryptionConfiguration",
58293
+ "kind": "property",
58294
+ "lexicon": "aws"
58295
+ },
58296
+ "MSKChannel_FirehoseLogDestination": {
58297
+ "resourceType": "AWS::MSK::Channel.FirehoseLogDestination",
58298
+ "kind": "property",
58299
+ "lexicon": "aws"
58300
+ },
58301
+ "MSKChannel_IcebergDestinationConfiguration": {
58302
+ "resourceType": "AWS::MSK::Channel.IcebergDestinationConfiguration",
58303
+ "kind": "property",
58304
+ "lexicon": "aws"
58305
+ },
58306
+ "MSKChannel_PartitionSpec": {
58307
+ "resourceType": "AWS::MSK::Channel.PartitionSpec",
58308
+ "kind": "property",
58309
+ "lexicon": "aws"
58310
+ },
58311
+ "MSKChannel_RecordConverter": {
58312
+ "resourceType": "AWS::MSK::Channel.RecordConverter",
58313
+ "kind": "property",
58314
+ "lexicon": "aws"
58315
+ },
58316
+ "MSKChannel_RecordSchema": {
58317
+ "resourceType": "AWS::MSK::Channel.RecordSchema",
58318
+ "kind": "property",
58319
+ "lexicon": "aws"
58320
+ },
58321
+ "MSKChannel_S3DestinationConfiguration": {
58322
+ "resourceType": "AWS::MSK::Channel.S3DestinationConfiguration",
58323
+ "kind": "property",
58324
+ "lexicon": "aws"
58325
+ },
58326
+ "MSKChannel_S3LogDestination": {
58327
+ "resourceType": "AWS::MSK::Channel.S3LogDestination",
58328
+ "kind": "property",
58329
+ "lexicon": "aws"
58330
+ },
58331
+ "MSKChannel_S3Storage": {
58332
+ "resourceType": "AWS::MSK::Channel.S3Storage",
58333
+ "kind": "property",
58334
+ "lexicon": "aws"
58335
+ },
58336
+ "MSKChannel_SchemaEvolution": {
58337
+ "resourceType": "AWS::MSK::Channel.SchemaEvolution",
58338
+ "kind": "property",
58339
+ "lexicon": "aws"
58340
+ },
58341
+ "MSKChannel_TableCreation": {
58342
+ "resourceType": "AWS::MSK::Channel.TableCreation",
58343
+ "kind": "property",
58344
+ "lexicon": "aws"
58345
+ },
58346
+ "MSKChannel_TopicConfiguration": {
58347
+ "resourceType": "AWS::MSK::Channel.TopicConfiguration",
58348
+ "kind": "property",
58349
+ "lexicon": "aws"
58350
+ },
59008
58351
  "MSKCluster": {
59009
58352
  "resourceType": "AWS::MSK::Cluster",
59010
58353
  "kind": "resource",
@@ -59358,42 +58701,6 @@
59358
58701
  "kind": "property",
59359
58702
  "lexicon": "aws"
59360
58703
  },
59361
- "MacieSession": {
59362
- "resourceType": "AWS::Macie::Session",
59363
- "kind": "resource",
59364
- "lexicon": "aws",
59365
- "attrs": {
59366
- "AwsAccountId": "AwsAccountId",
59367
- "ServiceRole": "ServiceRole",
59368
- "AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
59369
- },
59370
- "propertyConstraints": {
59371
- "Status": {
59372
- "default": "ENABLED",
59373
- "enum": [
59374
- "ENABLED",
59375
- "PAUSED"
59376
- ]
59377
- },
59378
- "FindingPublishingFrequency": {
59379
- "default": "SIX_HOURS",
59380
- "enum": [
59381
- "FIFTEEN_MINUTES",
59382
- "ONE_HOUR",
59383
- "SIX_HOURS"
59384
- ]
59385
- },
59386
- "AutomatedDiscoveryStatus": {
59387
- "enum": [
59388
- "ENABLED",
59389
- "DISABLED"
59390
- ]
59391
- }
59392
- },
59393
- "primaryIdentifier": [
59394
- "AwsAccountId"
59395
- ]
59396
- },
59397
58704
  "Macro": {
59398
58705
  "resourceType": "AWS::CloudFormation::Macro",
59399
58706
  "kind": "resource",
@@ -60106,37 +59413,6 @@
60106
59413
  "ManagedNotificationConfigurationArn"
60107
59414
  ]
60108
59415
  },
60109
- "ManagedNotificationConfiguration": {
60110
- "resourceType": "AWS::UserNotifications::ManagedNotificationConfiguration",
60111
- "kind": "resource",
60112
- "lexicon": "aws",
60113
- "attrs": {
60114
- "Arn": "Arn",
60115
- "Name": "Name",
60116
- "Description": "Description"
60117
- },
60118
- "propertyConstraints": {
60119
- "Arn": {
60120
- "pattern": "^arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9\\-]{3,64}/sub-category/[a-zA-Z0-9\\-]{3,64}$"
60121
- },
60122
- "Name": {
60123
- "minLength": 1,
60124
- "maxLength": 64
60125
- },
60126
- "Description": {
60127
- "pattern": "^[^\\u0001-\\u001F\\u007F-\\u009F]*$",
60128
- "minLength": 0,
60129
- "maxLength": 256
60130
- }
60131
- },
60132
- "createOnly": [
60133
- "Category",
60134
- "SubCategory"
60135
- ],
60136
- "primaryIdentifier": [
60137
- "Arn"
60138
- ]
60139
- },
60140
59416
  "ManagedPersistenceMonitoringConfiguration": {
60141
59417
  "resourceType": "AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration",
60142
59418
  "kind": "property",
@@ -60296,82 +59572,6 @@
60296
59572
  "kind": "property",
60297
59573
  "lexicon": "aws"
60298
59574
  },
60299
- "MapRun": {
60300
- "resourceType": "AWS::StepFunctions::MapRun",
60301
- "kind": "resource",
60302
- "lexicon": "aws",
60303
- "attrs": {
60304
- "MapRunArn": "MapRunArn",
60305
- "Status": "Status",
60306
- "StartDate": "StartDate",
60307
- "StopDate": "StopDate",
60308
- "MaxConcurrency": "MaxConcurrency",
60309
- "ToleratedFailurePercentage": "ToleratedFailurePercentage",
60310
- "ToleratedFailureCount": "ToleratedFailureCount",
60311
- "ItemCounts": "ItemCounts",
60312
- "ExecutionCounts": "ExecutionCounts"
60313
- },
60314
- "propertyConstraints": {
60315
- "MapRunArn": {
60316
- "minLength": 1,
60317
- "maxLength": 2000
60318
- },
60319
- "ExecutionArn": {
60320
- "minLength": 1,
60321
- "maxLength": 256
60322
- },
60323
- "Status": {
60324
- "enum": [
60325
- "RUNNING",
60326
- "SUCCEEDED",
60327
- "FAILED",
60328
- "ABORTED"
60329
- ]
60330
- },
60331
- "StartDate": {
60332
- "format": "date-time"
60333
- },
60334
- "StopDate": {
60335
- "format": "date-time"
60336
- },
60337
- "MaxConcurrency": {
60338
- "minimum": 0
60339
- },
60340
- "ToleratedFailurePercentage": {
60341
- "minimum": 0,
60342
- "maximum": 100
60343
- },
60344
- "ToleratedFailureCount": {
60345
- "minimum": 0
60346
- }
60347
- },
60348
- "createOnly": [
60349
- "ExecutionArn"
60350
- ],
60351
- "primaryIdentifier": [
60352
- "MapRunArn"
60353
- ]
60354
- },
60355
- "MapRunExecutionCounts": {
60356
- "resourceType": "AWS::StepFunctions::MapRun.MapRunExecutionCounts",
60357
- "kind": "property",
60358
- "lexicon": "aws"
60359
- },
60360
- "MapRunItemCounts": {
60361
- "resourceType": "AWS::StepFunctions::MapRun.MapRunItemCounts",
60362
- "kind": "property",
60363
- "lexicon": "aws"
60364
- },
60365
- "MapRun_MapRunExecutionCounts": {
60366
- "resourceType": "AWS::StepFunctions::MapRun.MapRunExecutionCounts",
60367
- "kind": "property",
60368
- "lexicon": "aws"
60369
- },
60370
- "MapRun_MapRunItemCounts": {
60371
- "resourceType": "AWS::StepFunctions::MapRun.MapRunItemCounts",
60372
- "kind": "property",
60373
- "lexicon": "aws"
60374
- },
60375
59575
  "Map_MapConfiguration": {
60376
59576
  "resourceType": "AWS::Location::Map.MapConfiguration",
60377
59577
  "kind": "property",
@@ -60718,11 +59918,6 @@
60718
59918
  "kind": "property",
60719
59919
  "lexicon": "aws"
60720
59920
  },
60721
- "Media": {
60722
- "resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Media",
60723
- "kind": "property",
60724
- "lexicon": "aws"
60725
- },
60726
59921
  "MediaConcurrency": {
60727
59922
  "resourceType": "AWS::Connect::RoutingProfile.MediaConcurrency",
60728
59923
  "kind": "property",
@@ -62060,111 +61255,6 @@
62060
61255
  "kind": "property",
62061
61256
  "lexicon": "aws"
62062
61257
  },
62063
- "MedicalTranscript": {
62064
- "resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscript",
62065
- "kind": "property",
62066
- "lexicon": "aws"
62067
- },
62068
- "MedicalTranscriptionJob": {
62069
- "resourceType": "AWS::Transcribe::MedicalTranscriptionJob",
62070
- "kind": "resource",
62071
- "lexicon": "aws",
62072
- "attrs": {
62073
- "Arn": "Arn",
62074
- "TranscriptionJobStatus": "TranscriptionJobStatus",
62075
- "Transcript": "Transcript",
62076
- "CreationTime": "CreationTime"
62077
- },
62078
- "propertyConstraints": {
62079
- "MedicalTranscriptionJobName": {
62080
- "pattern": "^[0-9a-zA-Z._-]+$",
62081
- "minLength": 1,
62082
- "maxLength": 200
62083
- },
62084
- "TranscriptionJobStatus": {
62085
- "enum": [
62086
- "QUEUED",
62087
- "IN_PROGRESS",
62088
- "FAILED",
62089
- "COMPLETED"
62090
- ]
62091
- },
62092
- "MediaSampleRateHertz": {
62093
- "minimum": 16000,
62094
- "maximum": 48000
62095
- },
62096
- "MediaFormat": {
62097
- "enum": [
62098
- "mp3",
62099
- "mp4",
62100
- "wav",
62101
- "flac",
62102
- "ogg",
62103
- "amr",
62104
- "webm",
62105
- "m4a"
62106
- ]
62107
- },
62108
- "CreationTime": {
62109
- "format": "date-time"
62110
- },
62111
- "Specialty": {
62112
- "enum": [
62113
- "PRIMARYCARE"
62114
- ]
62115
- },
62116
- "Type": {
62117
- "enum": [
62118
- "CONVERSATION",
62119
- "DICTATION"
62120
- ]
62121
- }
62122
- },
62123
- "createOnly": [
62124
- "LanguageCode",
62125
- "Media",
62126
- "MediaFormat",
62127
- "MediaSampleRateHertz",
62128
- "MedicalTranscriptionJobName",
62129
- "Settings",
62130
- "Specialty",
62131
- "Tags",
62132
- "Type"
62133
- ],
62134
- "primaryIdentifier": [
62135
- "Arn"
62136
- ],
62137
- "tagging": {
62138
- "taggable": true,
62139
- "tagOnCreate": false,
62140
- "tagUpdatable": false
62141
- }
62142
- },
62143
- "MedicalTranscriptionJob_Media": {
62144
- "resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Media",
62145
- "kind": "property",
62146
- "lexicon": "aws"
62147
- },
62148
- "MedicalTranscriptionJob_MedicalTranscript": {
62149
- "resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscript",
62150
- "kind": "property",
62151
- "lexicon": "aws"
62152
- },
62153
- "MedicalTranscriptionJob_MedicalTranscriptionSetting": {
62154
- "resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscriptionSetting",
62155
- "kind": "property",
62156
- "lexicon": "aws"
62157
- },
62158
- "MedicalTranscriptionJob_Tag": {
62159
- "resourceType": "AWS::Transcribe::MedicalTranscriptionJob.Tag",
62160
- "kind": "property",
62161
- "lexicon": "aws"
62162
- },
62163
- "MedicalTranscriptionSetting": {
62164
- "resourceType": "AWS::Transcribe::MedicalTranscriptionJob.MedicalTranscriptionSetting",
62165
- "kind": "property",
62166
- "lexicon": "aws"
62167
- },
62168
61258
  "Member": {
62169
61259
  "resourceType": "AWS::DataZone::Project.Member",
62170
61260
  "kind": "property",
@@ -63982,77 +63072,6 @@
63982
63072
  "tagUpdatable": true
63983
63073
  }
63984
63074
  },
63985
- "ModelCardExportArtifacts": {
63986
- "resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
63987
- "kind": "property",
63988
- "lexicon": "aws"
63989
- },
63990
- "ModelCardExportJob": {
63991
- "resourceType": "AWS::SageMaker::ModelCardExportJob",
63992
- "kind": "resource",
63993
- "lexicon": "aws",
63994
- "attrs": {
63995
- "ModelCardExportJobArn": "ModelCardExportJobArn",
63996
- "Status": "Status",
63997
- "CreatedAt": "CreatedAt",
63998
- "LastModifiedAt": "LastModifiedAt",
63999
- "ExportArtifacts": "ExportArtifacts"
64000
- },
64001
- "propertyConstraints": {
64002
- "ModelCardExportJobArn": {
64003
- "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}$",
64004
- "minLength": 0,
64005
- "maxLength": 256
64006
- },
64007
- "ModelCardExportJobName": {
64008
- "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
64009
- "minLength": 1,
64010
- "maxLength": 63
64011
- },
64012
- "ModelCardName": {
64013
- "pattern": "^(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-card/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,62})$",
64014
- "minLength": 1,
64015
- "maxLength": 256
64016
- },
64017
- "Status": {
64018
- "enum": [
64019
- "InProgress",
64020
- "Completed",
64021
- "Failed"
64022
- ]
64023
- },
64024
- "CreatedAt": {
64025
- "format": "date-time"
64026
- },
64027
- "LastModifiedAt": {
64028
- "format": "date-time"
64029
- }
64030
- },
64031
- "createOnly": [
64032
- "ModelCardExportJobName",
64033
- "ModelCardName",
64034
- "ModelCardVersion",
64035
- "OutputConfig"
64036
- ],
64037
- "primaryIdentifier": [
64038
- "ModelCardExportJobArn"
64039
- ]
64040
- },
64041
- "ModelCardExportJob_ModelCardExportArtifacts": {
64042
- "resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportArtifacts",
64043
- "kind": "property",
64044
- "lexicon": "aws"
64045
- },
64046
- "ModelCardExportJob_ModelCardExportOutputConfig": {
64047
- "resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
64048
- "kind": "property",
64049
- "lexicon": "aws"
64050
- },
64051
- "ModelCardExportOutputConfig": {
64052
- "resourceType": "AWS::SageMaker::ModelCardExportJob.ModelCardExportOutputConfig",
64053
- "kind": "property",
64054
- "lexicon": "aws"
64055
- },
64056
63075
  "ModelCard_AdditionalInformation": {
64057
63076
  "resourceType": "AWS::SageMaker::ModelCard.AdditionalInformation",
64058
63077
  "kind": "property",
@@ -64118,11 +63137,6 @@
64118
63137
  "kind": "property",
64119
63138
  "lexicon": "aws"
64120
63139
  },
64121
- "ModelDashboardIndicatorAction": {
64122
- "resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
64123
- "kind": "property",
64124
- "lexicon": "aws"
64125
- },
64126
63140
  "ModelDataQuality": {
64127
63141
  "resourceType": "AWS::SageMaker::ModelPackage.ModelDataQuality",
64128
63142
  "kind": "property",
@@ -64288,117 +63302,6 @@
64288
63302
  "kind": "property",
64289
63303
  "lexicon": "aws"
64290
63304
  },
64291
- "ModelInvocationJob": {
64292
- "resourceType": "AWS::Bedrock::ModelInvocationJob",
64293
- "kind": "resource",
64294
- "lexicon": "aws",
64295
- "attrs": {
64296
- "JobArn": "JobArn",
64297
- "JobName": "JobName",
64298
- "ModelId": "ModelId",
64299
- "RoleArn": "RoleArn",
64300
- "InputDataConfig": "InputDataConfig",
64301
- "OutputDataConfig": "OutputDataConfig",
64302
- "VpcConfig": "VpcConfig",
64303
- "TimeoutDurationInHours": "TimeoutDurationInHours",
64304
- "Status": "Status",
64305
- "SubmitTime": "SubmitTime",
64306
- "LastModifiedTime": "LastModifiedTime",
64307
- "JobExpirationTime": "JobExpirationTime",
64308
- "Tags": "Tags"
64309
- },
64310
- "propertyConstraints": {
64311
- "JobArn": {
64312
- "pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-invocation-job/[a-z0-9]{12})$",
64313
- "maxLength": 1011
64314
- },
64315
- "JobName": {
64316
- "pattern": "^[a-zA-Z0-9]{1,63}(-*[a-zA-Z0-9\\+\\-\\.]){0,63}$",
64317
- "minLength": 1,
64318
- "maxLength": 63
64319
- },
64320
- "ModelId": {
64321
- "pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-:]{1,63}/[a-z0-9]{12}$)|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)$)|([0-9]{12}:(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+$)))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)$",
64322
- "minLength": 1,
64323
- "maxLength": 2048
64324
- },
64325
- "RoleArn": {
64326
- "pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$",
64327
- "maxLength": 2048
64328
- },
64329
- "TimeoutDurationInHours": {
64330
- "minimum": 24,
64331
- "maximum": 168
64332
- },
64333
- "SubmitTime": {
64334
- "format": "date-time"
64335
- },
64336
- "LastModifiedTime": {
64337
- "format": "date-time"
64338
- },
64339
- "JobExpirationTime": {
64340
- "format": "date-time"
64341
- }
64342
- },
64343
- "primaryIdentifier": [
64344
- "JobArn"
64345
- ],
64346
- "tagging": {
64347
- "taggable": true,
64348
- "tagOnCreate": false,
64349
- "tagUpdatable": false
64350
- }
64351
- },
64352
- "ModelInvocationJobInputDataConfig": {
64353
- "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
64354
- "kind": "property",
64355
- "lexicon": "aws"
64356
- },
64357
- "ModelInvocationJobOutputDataConfig": {
64358
- "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
64359
- "kind": "property",
64360
- "lexicon": "aws"
64361
- },
64362
- "ModelInvocationJobS3InputDataConfig": {
64363
- "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
64364
- "kind": "property",
64365
- "lexicon": "aws"
64366
- },
64367
- "ModelInvocationJobS3OutputDataConfig": {
64368
- "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
64369
- "kind": "property",
64370
- "lexicon": "aws"
64371
- },
64372
- "ModelInvocationJob_ModelInvocationJobInputDataConfig": {
64373
- "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobInputDataConfig",
64374
- "kind": "property",
64375
- "lexicon": "aws"
64376
- },
64377
- "ModelInvocationJob_ModelInvocationJobOutputDataConfig": {
64378
- "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobOutputDataConfig",
64379
- "kind": "property",
64380
- "lexicon": "aws"
64381
- },
64382
- "ModelInvocationJob_ModelInvocationJobS3InputDataConfig": {
64383
- "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3InputDataConfig",
64384
- "kind": "property",
64385
- "lexicon": "aws"
64386
- },
64387
- "ModelInvocationJob_ModelInvocationJobS3OutputDataConfig": {
64388
- "resourceType": "AWS::Bedrock::ModelInvocationJob.ModelInvocationJobS3OutputDataConfig",
64389
- "kind": "property",
64390
- "lexicon": "aws"
64391
- },
64392
- "ModelInvocationJob_Tag": {
64393
- "resourceType": "AWS::Bedrock::ModelInvocationJob.Tag",
64394
- "kind": "property",
64395
- "lexicon": "aws"
64396
- },
64397
- "ModelInvocationJob_VpcConfig": {
64398
- "resourceType": "AWS::Bedrock::ModelInvocationJob.VpcConfig",
64399
- "kind": "property",
64400
- "lexicon": "aws"
64401
- },
64402
63305
  "ModelManifest": {
64403
63306
  "resourceType": "AWS::IoTFleetWise::ModelManifest",
64404
63307
  "kind": "resource",
@@ -64984,11 +63887,6 @@
64984
63887
  "kind": "property",
64985
63888
  "lexicon": "aws"
64986
63889
  },
64987
- "MonitoringAlertActions": {
64988
- "resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
64989
- "kind": "property",
64990
- "lexicon": "aws"
64991
- },
64992
63890
  "MonitoringAppSpecification": {
64993
63891
  "resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringAppSpecification",
64994
63892
  "kind": "property",
@@ -65038,72 +63936,6 @@
65038
63936
  "MonitoringScheduleArn"
65039
63937
  ]
65040
63938
  },
65041
- "MonitoringScheduleAlert": {
65042
- "resourceType": "AWS::SageMaker::MonitoringScheduleAlert",
65043
- "kind": "resource",
65044
- "lexicon": "aws",
65045
- "attrs": {
65046
- "Arn": "Arn",
65047
- "AlertStatus": "AlertStatus",
65048
- "CreationTime": "CreationTime",
65049
- "LastModifiedTime": "LastModifiedTime",
65050
- "Actions": "Actions"
65051
- },
65052
- "propertyConstraints": {
65053
- "Arn": {
65054
- "maxLength": 256
65055
- },
65056
- "MonitoringScheduleName": {
65057
- "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
65058
- "minLength": 1,
65059
- "maxLength": 63
65060
- },
65061
- "MonitoringAlertName": {
65062
- "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
65063
- "minLength": 1,
65064
- "maxLength": 63
65065
- },
65066
- "DatapointsToAlert": {
65067
- "minimum": 1,
65068
- "maximum": 100
65069
- },
65070
- "EvaluationPeriod": {
65071
- "minimum": 1,
65072
- "maximum": 100
65073
- },
65074
- "AlertStatus": {
65075
- "enum": [
65076
- "InAlert",
65077
- "OK"
65078
- ]
65079
- },
65080
- "CreationTime": {
65081
- "format": "date-time"
65082
- },
65083
- "LastModifiedTime": {
65084
- "format": "date-time"
65085
- }
65086
- },
65087
- "createOnly": [
65088
- "DatapointsToAlert",
65089
- "EvaluationPeriod",
65090
- "MonitoringAlertName",
65091
- "MonitoringScheduleName"
65092
- ],
65093
- "primaryIdentifier": [
65094
- "Arn"
65095
- ]
65096
- },
65097
- "MonitoringScheduleAlert_ModelDashboardIndicatorAction": {
65098
- "resourceType": "AWS::SageMaker::MonitoringScheduleAlert.ModelDashboardIndicatorAction",
65099
- "kind": "property",
65100
- "lexicon": "aws"
65101
- },
65102
- "MonitoringScheduleAlert_MonitoringAlertActions": {
65103
- "resourceType": "AWS::SageMaker::MonitoringScheduleAlert.MonitoringAlertActions",
65104
- "kind": "property",
65105
- "lexicon": "aws"
65106
- },
65107
63939
  "MonitoringScheduleConfig": {
65108
63940
  "resourceType": "AWS::SageMaker::MonitoringSchedule.MonitoringScheduleConfig",
65109
63941
  "kind": "property",
@@ -65379,20 +64211,6 @@
65379
64211
  "kind": "property",
65380
64212
  "lexicon": "aws"
65381
64213
  },
65382
- "MultiRegionParameterGroup": {
65383
- "resourceType": "AWS::MemoryDB::MultiRegionParameterGroup",
65384
- "kind": "resource",
65385
- "lexicon": "aws",
65386
- "attrs": {
65387
- "Arn": "Arn",
65388
- "MultiRegionParameterGroupName": "MultiRegionParameterGroupName",
65389
- "Family": "Family",
65390
- "Description": "Description"
65391
- },
65392
- "primaryIdentifier": [
65393
- "Arn"
65394
- ]
65395
- },
65396
64214
  "MultiRegionTargets": {
65397
64215
  "resourceType": "AWS::ResilienceHubV2::Policy.MultiRegionTargets",
65398
64216
  "kind": "property",
@@ -67217,91 +66035,6 @@
67217
66035
  "kind": "property",
67218
66036
  "lexicon": "aws"
67219
66037
  },
67220
- "NotebookExecution": {
67221
- "resourceType": "AWS::EMR::NotebookExecution",
67222
- "kind": "resource",
67223
- "lexicon": "aws",
67224
- "attrs": {
67225
- "NotebookExecutionId": "NotebookExecutionId",
67226
- "Arn": "Arn",
67227
- "Status": "Status",
67228
- "StartTime": "StartTime"
67229
- },
67230
- "propertyConstraints": {
67231
- "NotebookExecutionId": {
67232
- "maxLength": 256
67233
- },
67234
- "Arn": {
67235
- "maxLength": 256
67236
- },
67237
- "NotebookExecutionName": {
67238
- "maxLength": 256
67239
- },
67240
- "NotebookParams": {
67241
- "maxLength": 10280
67242
- },
67243
- "OutputNotebookFormat": {
67244
- "enum": [
67245
- "HTML"
67246
- ]
67247
- },
67248
- "Status": {
67249
- "enum": [
67250
- "START_PENDING",
67251
- "STARTING",
67252
- "RUNNING",
67253
- "FINISHING",
67254
- "FINISHED",
67255
- "FAILING",
67256
- "FAILED",
67257
- "STOP_PENDING",
67258
- "STOPPING",
67259
- "STOPPED"
67260
- ]
67261
- },
67262
- "StartTime": {
67263
- "format": "date-time"
67264
- }
67265
- },
67266
- "createOnly": [
67267
- "EnvironmentVariables",
67268
- "ExecutionEngine",
67269
- "NotebookExecutionName",
67270
- "NotebookParams",
67271
- "NotebookS3Location",
67272
- "OutputNotebookFormat",
67273
- "OutputNotebookS3Location",
67274
- "Tags"
67275
- ],
67276
- "primaryIdentifier": [
67277
- "Arn"
67278
- ],
67279
- "tagging": {
67280
- "taggable": true,
67281
- "tagOnCreate": false,
67282
- "tagUpdatable": false
67283
- }
67284
- },
67285
- "NotebookExecution_ExecutionEngineConfig": {
67286
- "resourceType": "AWS::EMR::NotebookExecution.ExecutionEngineConfig",
67287
- "kind": "property",
67288
- "lexicon": "aws"
67289
- },
67290
- "NotebookExecution_NotebookS3Location": {
67291
- "resourceType": "AWS::EMR::NotebookExecution.NotebookS3Location",
67292
- "kind": "property",
67293
- "lexicon": "aws"
67294
- },
67295
- "NotebookExecution_OutputNotebookS3Location": {
67296
- "resourceType": "AWS::EMR::NotebookExecution.OutputNotebookS3Location",
67297
- "kind": "property",
67298
- "lexicon": "aws"
67299
- },
67300
- "NotebookExecution_Tag": {
67301
- "resourceType": "AWS::EMR::NotebookExecution.Tag",
67302
- "kind": "property",
67303
- "lexicon": "aws"
67304
- },
67305
66038
  "NotebookInstance": {
67306
66039
  "resourceType": "AWS::SageMaker::NotebookInstance",
67307
66040
  "kind": "resource",
@@ -67370,11 +66103,6 @@
67370
66103
  "kind": "property",
67371
66104
  "lexicon": "aws"
67372
66105
  },
67373
- "NotebookS3Location": {
67374
- "resourceType": "AWS::EMR::NotebookExecution.NotebookS3Location",
67375
- "kind": "property",
67376
- "lexicon": "aws"
67377
- },
67378
66106
  "Notification": {
67379
66107
  "resourceType": "AWS::Connect::Notification",
67380
66108
  "kind": "resource",
@@ -68294,39 +67022,6 @@
68294
67022
  "kind": "property",
68295
67023
  "lexicon": "aws"
68296
67024
  },
68297
- "Objective": {
68298
- "resourceType": "AWS::ControlCatalog::Objective",
68299
- "kind": "resource",
68300
- "lexicon": "aws",
68301
- "attrs": {
68302
- "Arn": "Arn",
68303
- "ObjectiveId": "ObjectiveId",
68304
- "Name": "Name",
68305
- "Description": "Description",
68306
- "Domain": "Domain",
68307
- "CreateTime": "CreateTime",
68308
- "LastUpdateTime": "LastUpdateTime"
68309
- },
68310
- "propertyConstraints": {
68311
- "Arn": {
68312
- "pattern": "^arn:(aws(?:[-a-z]*)?):controlcatalog:::objective/[0-9a-z]+$",
68313
- "minLength": 36,
68314
- "maxLength": 2048
68315
- },
68316
- "ObjectiveId": {
68317
- "pattern": "^[0-9a-z]+$"
68318
- },
68319
- "CreateTime": {
68320
- "format": "date-time"
68321
- },
68322
- "LastUpdateTime": {
68323
- "format": "date-time"
68324
- }
68325
- },
68326
- "primaryIdentifier": [
68327
- "Arn"
68328
- ]
68329
- },
68330
67025
  "ObjectiveFunction": {
68331
67026
  "resourceType": "AWS::SageMaker::ModelCard.ObjectiveFunction",
68332
67027
  "kind": "property",
@@ -68571,44 +67266,6 @@
68571
67266
  "kind": "property",
68572
67267
  "lexicon": "aws"
68573
67268
  },
68574
- "Offering": {
68575
- "resourceType": "AWS::MediaLive::Offering",
68576
- "kind": "resource",
68577
- "lexicon": "aws",
68578
- "attrs": {
68579
- "Arn": "Arn",
68580
- "OfferingId": "OfferingId",
68581
- "CurrencyCode": "CurrencyCode",
68582
- "Duration": "Duration",
68583
- "DurationUnits": "DurationUnits",
68584
- "FixedPrice": "FixedPrice",
68585
- "OfferingDescription": "OfferingDescription",
68586
- "OfferingType": "OfferingType",
68587
- "Region": "Region",
68588
- "ResourceSpecification": "ResourceSpecification",
68589
- "UsagePrice": "UsagePrice"
68590
- },
68591
- "propertyConstraints": {
68592
- "DurationUnits": {
68593
- "enum": [
68594
- "MONTHS"
68595
- ]
68596
- },
68597
- "OfferingType": {
68598
- "enum": [
68599
- "NO_UPFRONT"
68600
- ]
68601
- }
68602
- },
68603
- "primaryIdentifier": [
68604
- "Arn"
68605
- ]
68606
- },
68607
- "Offering_ReservationResourceSpecification": {
68608
- "resourceType": "AWS::MediaLive::Offering.ReservationResourceSpecification",
68609
- "kind": "property",
68610
- "lexicon": "aws"
68611
- },
68612
67269
  "OidcIdentityProviderConfig": {
68613
67270
  "resourceType": "AWS::EKS::IdentityProviderConfig.OidcIdentityProviderConfig",
68614
67271
  "kind": "property",
@@ -69312,8 +67969,25 @@
69312
67969
  "IdentityCenterOptions_IdentityCenterApplicationARN": "IdentityCenterOptions.IdentityCenterApplicationARN",
69313
67970
  "IdentityCenterOptions_IdentityStoreId": "IdentityCenterOptions.IdentityStoreId"
69314
67971
  },
67972
+ "propertyConstraints": {
67973
+ "EngineMode": {
67974
+ "enum": [
67975
+ "GENERAL",
67976
+ "OPTIMIZED"
67977
+ ]
67978
+ },
67979
+ "UseCase": {
67980
+ "enum": [
67981
+ "SEARCH",
67982
+ "VECTOR",
67983
+ "OBSERVABILITY",
67984
+ "MIXED"
67985
+ ]
67986
+ }
67987
+ },
69315
67988
  "createOnly": [
69316
- "DomainName"
67989
+ "DomainName",
67990
+ "EngineMode"
69317
67991
  ],
69318
67992
  "writeOnly": [
69319
67993
  "AdvancedSecurityOptions/MasterUserOptions",
@@ -70707,11 +69381,6 @@
70707
69381
  "kind": "property",
70708
69382
  "lexicon": "aws"
70709
69383
  },
70710
- "OutputNotebookS3Location": {
70711
- "resourceType": "AWS::EMR::NotebookExecution.OutputNotebookS3Location",
70712
- "kind": "property",
70713
- "lexicon": "aws"
70714
- },
70715
69384
  "OutputSource": {
70716
69385
  "resourceType": "AWS::EntityResolution::MatchingWorkflow.OutputSource",
70717
69386
  "kind": "property",
@@ -71033,6 +69702,32 @@
71033
69702
  "kind": "property",
71034
69703
  "lexicon": "aws"
71035
69704
  },
69705
+ "Package": {
69706
+ "resourceType": "AWS::Panorama::Package",
69707
+ "kind": "resource",
69708
+ "lexicon": "aws",
69709
+ "attrs": {
69710
+ "PackageId": "PackageId",
69711
+ "Arn": "Arn",
69712
+ "CreatedTime": "CreatedTime",
69713
+ "StorageLocation_Bucket": "StorageLocation.Bucket",
69714
+ "StorageLocation_RepoPrefixLocation": "StorageLocation.RepoPrefixLocation",
69715
+ "StorageLocation_GeneratedPrefixLocation": "StorageLocation.GeneratedPrefixLocation",
69716
+ "StorageLocation_BinaryPrefixLocation": "StorageLocation.BinaryPrefixLocation",
69717
+ "StorageLocation_ManifestPrefixLocation": "StorageLocation.ManifestPrefixLocation"
69718
+ },
69719
+ "createOnly": [
69720
+ "PackageName"
69721
+ ],
69722
+ "primaryIdentifier": [
69723
+ "PackageId"
69724
+ ],
69725
+ "tagging": {
69726
+ "taggable": true,
69727
+ "tagOnCreate": true,
69728
+ "tagUpdatable": true
69729
+ }
69730
+ },
71036
69731
  "PackageGroup": {
71037
69732
  "resourceType": "AWS::CodeArtifact::PackageGroup",
71038
69733
  "kind": "resource",
@@ -71129,6 +69824,11 @@
71129
69824
  "kind": "property",
71130
69825
  "lexicon": "aws"
71131
69826
  },
69827
+ "Package_StorageLocation": {
69828
+ "resourceType": "AWS::Panorama::Package.StorageLocation",
69829
+ "kind": "property",
69830
+ "lexicon": "aws"
69831
+ },
71132
69832
  "PackagingConfiguration": {
71133
69833
  "resourceType": "AWS::MediaPackage::PackagingConfiguration",
71134
69834
  "kind": "resource",
@@ -71282,37 +69982,6 @@
71282
69982
  "kind": "property",
71283
69983
  "lexicon": "aws"
71284
69984
  },
71285
- "PanoramaPackage": {
71286
- "resourceType": "AWS::Panorama::Package",
71287
- "kind": "resource",
71288
- "lexicon": "aws",
71289
- "attrs": {
71290
- "PackageId": "PackageId",
71291
- "Arn": "Arn",
71292
- "CreatedTime": "CreatedTime",
71293
- "StorageLocation_Bucket": "StorageLocation.Bucket",
71294
- "StorageLocation_RepoPrefixLocation": "StorageLocation.RepoPrefixLocation",
71295
- "StorageLocation_GeneratedPrefixLocation": "StorageLocation.GeneratedPrefixLocation",
71296
- "StorageLocation_BinaryPrefixLocation": "StorageLocation.BinaryPrefixLocation",
71297
- "StorageLocation_ManifestPrefixLocation": "StorageLocation.ManifestPrefixLocation"
71298
- },
71299
- "createOnly": [
71300
- "PackageName"
71301
- ],
71302
- "primaryIdentifier": [
71303
- "PackageId"
71304
- ],
71305
- "tagging": {
71306
- "taggable": true,
71307
- "tagOnCreate": true,
71308
- "tagUpdatable": true
71309
- }
71310
- },
71311
- "PanoramaPackage_StorageLocation": {
71312
- "resourceType": "AWS::Panorama::Package.StorageLocation",
71313
- "kind": "property",
71314
- "lexicon": "aws"
71315
- },
71316
69985
  "ParallelismConfiguration": {
71317
69986
  "resourceType": "AWS::KinesisAnalyticsV2::Application.ParallelismConfiguration",
71318
69987
  "kind": "property",
@@ -71424,6 +70093,11 @@
71424
70093
  "kind": "property",
71425
70094
  "lexicon": "aws"
71426
70095
  },
70096
+ "PartitionSpec": {
70097
+ "resourceType": "AWS::MSK::Channel.PartitionSpec",
70098
+ "kind": "property",
70099
+ "lexicon": "aws"
70100
+ },
71427
70101
  "Partition_Column": {
71428
70102
  "resourceType": "AWS::Glue::Partition.Column",
71429
70103
  "kind": "property",
@@ -72271,7 +70945,7 @@
72271
70945
  "maxLength": 256
72272
70946
  },
72273
70947
  "FunctionName": {
72274
- "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?$",
70948
+ "pattern": "^(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST(\\.PUBLISHED)?|[a-zA-Z0-9-_]+))?$",
72275
70949
  "minLength": 1,
72276
70950
  "maxLength": 140
72277
70951
  },
@@ -72551,58 +71225,6 @@
72551
71225
  "kind": "property",
72552
71226
  "lexicon": "aws"
72553
71227
  },
72554
- "PersonalizeRecipe": {
72555
- "resourceType": "AWS::Personalize::Recipe",
72556
- "kind": "resource",
72557
- "lexicon": "aws",
72558
- "attrs": {
72559
- "RecipeArn": "RecipeArn",
72560
- "AlgorithmArn": "AlgorithmArn",
72561
- "FeatureTransformationArn": "FeatureTransformationArn",
72562
- "Status": "Status",
72563
- "Description": "Description",
72564
- "RecipeType": "RecipeType",
72565
- "CreationDateTime": "CreationDateTime",
72566
- "LastUpdatedDateTime": "LastUpdatedDateTime"
72567
- },
72568
- "propertyConstraints": {
72569
- "RecipeArn": {
72570
- "pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
72571
- "maxLength": 256
72572
- },
72573
- "Name": {
72574
- "pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
72575
- "minLength": 1,
72576
- "maxLength": 63
72577
- },
72578
- "AlgorithmArn": {
72579
- "pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
72580
- "maxLength": 256
72581
- },
72582
- "FeatureTransformationArn": {
72583
- "pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
72584
- "maxLength": 256
72585
- },
72586
- "Status": {
72587
- "maxLength": 256
72588
- },
72589
- "RecipeType": {
72590
- "maxLength": 256
72591
- },
72592
- "CreationDateTime": {
72593
- "format": "date-time"
72594
- },
72595
- "LastUpdatedDateTime": {
72596
- "format": "date-time"
72597
- }
72598
- },
72599
- "createOnly": [
72600
- "Name"
72601
- ],
72602
- "primaryIdentifier": [
72603
- "RecipeArn"
72604
- ]
72605
- },
72606
71228
  "PersonalizeSchema": {
72607
71229
  "resourceType": "AWS::Personalize::Schema",
72608
71230
  "kind": "resource",
@@ -73450,25 +72072,6 @@
73450
72072
  "kind": "property",
73451
72073
  "lexicon": "aws"
73452
72074
  },
73453
- "PipelineBlueprint": {
73454
- "resourceType": "AWS::OSIS::PipelineBlueprint",
73455
- "kind": "resource",
73456
- "lexicon": "aws",
73457
- "attrs": {
73458
- "Arn": "Arn",
73459
- "PipelineConfigurationBody": "PipelineConfigurationBody",
73460
- "DisplayName": "DisplayName",
73461
- "DisplayDescription": "DisplayDescription",
73462
- "Service": "Service",
73463
- "UseCase": "UseCase"
73464
- },
73465
- "createOnly": [
73466
- "BlueprintName"
73467
- ],
73468
- "primaryIdentifier": [
73469
- "Arn"
73470
- ]
73471
- },
73472
72075
  "PipelineConfig": {
73473
72076
  "resourceType": "AWS::AppSync::Resolver.PipelineConfig",
73474
72077
  "kind": "property",
@@ -75712,6 +74315,11 @@
75712
74315
  "kind": "property",
75713
74316
  "lexicon": "aws"
75714
74317
  },
74318
+ "PromptRouterTargetModel": {
74319
+ "resourceType": "AWS::Bedrock::IntelligentPromptRouter.PromptRouterTargetModel",
74320
+ "kind": "property",
74321
+ "lexicon": "aws"
74322
+ },
75715
74323
  "PromptVersion": {
75716
74324
  "resourceType": "AWS::Bedrock::PromptVersion",
75717
74325
  "kind": "resource",
@@ -79507,9 +78115,30 @@
79507
78115
  "lexicon": "aws"
79508
78116
  },
79509
78117
  "Recipe": {
79510
- "resourceType": "AWS::DataBrew::Job.Recipe",
79511
- "kind": "property",
79512
- "lexicon": "aws"
78118
+ "resourceType": "AWS::DataBrew::Recipe",
78119
+ "kind": "resource",
78120
+ "lexicon": "aws",
78121
+ "propertyConstraints": {
78122
+ "Description": {
78123
+ "minLength": 0,
78124
+ "maxLength": 1024
78125
+ },
78126
+ "Name": {
78127
+ "minLength": 1,
78128
+ "maxLength": 255
78129
+ }
78130
+ },
78131
+ "createOnly": [
78132
+ "Name"
78133
+ ],
78134
+ "primaryIdentifier": [
78135
+ "Name"
78136
+ ],
78137
+ "tagging": {
78138
+ "taggable": true,
78139
+ "tagOnCreate": true,
78140
+ "tagUpdatable": true
78141
+ }
79513
78142
  },
79514
78143
  "RecipeSelection": {
79515
78144
  "resourceType": "AWS::ImageBuilder::LifecyclePolicy.RecipeSelection",
@@ -79521,6 +78150,26 @@
79521
78150
  "kind": "property",
79522
78151
  "lexicon": "aws"
79523
78152
  },
78153
+ "Recipe_Action": {
78154
+ "resourceType": "AWS::DataBrew::Recipe.Action",
78155
+ "kind": "property",
78156
+ "lexicon": "aws"
78157
+ },
78158
+ "Recipe_ConditionExpression": {
78159
+ "resourceType": "AWS::DataBrew::Recipe.ConditionExpression",
78160
+ "kind": "property",
78161
+ "lexicon": "aws"
78162
+ },
78163
+ "Recipe_RecipeStep": {
78164
+ "resourceType": "AWS::DataBrew::Recipe.RecipeStep",
78165
+ "kind": "property",
78166
+ "lexicon": "aws"
78167
+ },
78168
+ "Recipe_Tag": {
78169
+ "resourceType": "AWS::DataBrew::Recipe.Tag",
78170
+ "kind": "property",
78171
+ "lexicon": "aws"
78172
+ },
79524
78173
  "RecommendationConfiguration": {
79525
78174
  "resourceType": "AWS::DataZone::DataSource.RecommendationConfiguration",
79526
78175
  "kind": "property",
@@ -79601,11 +78250,21 @@
79601
78250
  "kind": "property",
79602
78251
  "lexicon": "aws"
79603
78252
  },
78253
+ "RecordConverter": {
78254
+ "resourceType": "AWS::MSK::Channel.RecordConverter",
78255
+ "kind": "property",
78256
+ "lexicon": "aws"
78257
+ },
79604
78258
  "RecordExpiration": {
79605
78259
  "resourceType": "AWS::S3::Bucket.RecordExpiration",
79606
78260
  "kind": "property",
79607
78261
  "lexicon": "aws"
79608
78262
  },
78263
+ "RecordSchema": {
78264
+ "resourceType": "AWS::MSK::Channel.RecordSchema",
78265
+ "kind": "property",
78266
+ "lexicon": "aws"
78267
+ },
79609
78268
  "RecordSet": {
79610
78269
  "resourceType": "AWS::Route53::RecordSet",
79611
78270
  "kind": "resource",
@@ -80120,45 +78779,6 @@
80120
78779
  "kind": "property",
80121
78780
  "lexicon": "aws"
80122
78781
  },
80123
- "RecoveryPoint": {
80124
- "resourceType": "AWS::RedshiftServerless::RecoveryPoint",
80125
- "kind": "resource",
80126
- "lexicon": "aws",
80127
- "attrs": {
80128
- "Arn": "Arn",
80129
- "RecoveryPointId": "RecoveryPointId",
80130
- "RecoveryPointCreateTime": "RecoveryPointCreateTime",
80131
- "TotalSizeInMegaBytes": "TotalSizeInMegaBytes",
80132
- "NamespaceArn": "NamespaceArn",
80133
- "Tags": "Tags"
80134
- },
80135
- "propertyConstraints": {
80136
- "RecoveryPointCreateTime": {
80137
- "format": "date-time"
80138
- },
80139
- "NamespaceName": {
80140
- "pattern": "^[a-z0-9-]+$",
80141
- "minLength": 3,
80142
- "maxLength": 64
80143
- }
80144
- },
80145
- "createOnly": [
80146
- "NamespaceName"
80147
- ],
80148
- "primaryIdentifier": [
80149
- "Arn"
80150
- ],
80151
- "tagging": {
80152
- "taggable": true,
80153
- "tagOnCreate": false,
80154
- "tagUpdatable": false
80155
- }
80156
- },
80157
- "RecoveryPoint_Tag": {
80158
- "resourceType": "AWS::RedshiftServerless::RecoveryPoint.Tag",
80159
- "kind": "property",
80160
- "lexicon": "aws"
80161
- },
80162
78782
  "RecrawlPolicy": {
80163
78783
  "resourceType": "AWS::Glue::Crawler.RecrawlPolicy",
80164
78784
  "kind": "property",
@@ -80886,90 +79506,6 @@
80886
79506
  "kind": "property",
80887
79507
  "lexicon": "aws"
80888
79508
  },
80889
- "Reference": {
80890
- "resourceType": "AWS::Omics::Reference",
80891
- "kind": "resource",
80892
- "lexicon": "aws",
80893
- "attrs": {
80894
- "Arn": "Arn",
80895
- "Id": "Id",
80896
- "Md5": "Md5",
80897
- "Status": "Status",
80898
- "CreationTime": "CreationTime",
80899
- "UpdateTime": "UpdateTime",
80900
- "CreationType": "CreationType",
80901
- "CreationJobId": "CreationJobId"
80902
- },
80903
- "propertyConstraints": {
80904
- "Arn": {
80905
- "pattern": "^arn:.+$",
80906
- "minLength": 1,
80907
- "maxLength": 127
80908
- },
80909
- "Id": {
80910
- "pattern": "^[0-9]+$",
80911
- "minLength": 10,
80912
- "maxLength": 36
80913
- },
80914
- "ReferenceStoreId": {
80915
- "pattern": "^[0-9]+$",
80916
- "minLength": 10,
80917
- "maxLength": 36
80918
- },
80919
- "Name": {
80920
- "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$",
80921
- "minLength": 3,
80922
- "maxLength": 255
80923
- },
80924
- "Description": {
80925
- "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$",
80926
- "minLength": 1,
80927
- "maxLength": 255
80928
- },
80929
- "Md5": {
80930
- "pattern": "^[\\p{L}||\\p{N}]+$",
80931
- "minLength": 1,
80932
- "maxLength": 255
80933
- },
80934
- "Status": {
80935
- "enum": [
80936
- "ACTIVE",
80937
- "DELETING",
80938
- "DELETED"
80939
- ]
80940
- },
80941
- "CreationTime": {
80942
- "format": "date-time"
80943
- },
80944
- "UpdateTime": {
80945
- "format": "date-time"
80946
- },
80947
- "CreationType": {
80948
- "enum": [
80949
- "IMPORT"
80950
- ]
80951
- },
80952
- "CreationJobId": {
80953
- "pattern": "^[a-zA-Z0-9]+$",
80954
- "minLength": 1,
80955
- "maxLength": 127
80956
- }
80957
- },
80958
- "createOnly": [
80959
- "Description",
80960
- "Name",
80961
- "ReferenceStoreId",
80962
- "Tags"
80963
- ],
80964
- "primaryIdentifier": [
80965
- "Arn"
80966
- ],
80967
- "tagging": {
80968
- "taggable": true,
80969
- "tagOnCreate": false,
80970
- "tagUpdatable": false
80971
- }
80972
- },
80973
79509
  "ReferenceSets": {
80974
79510
  "resourceType": "AWS::NetworkFirewall::RuleGroup.ReferenceSets",
80975
79511
  "kind": "property",
@@ -81325,60 +79861,6 @@
81325
79861
  "kind": "property",
81326
79862
  "lexicon": "aws"
81327
79863
  },
81328
- "Replay": {
81329
- "resourceType": "AWS::Events::Replay",
81330
- "kind": "resource",
81331
- "lexicon": "aws",
81332
- "attrs": {
81333
- "ReplayArn": "ReplayArn",
81334
- "State": "State",
81335
- "ReplayStartTime": "ReplayStartTime"
81336
- },
81337
- "propertyConstraints": {
81338
- "ReplayName": {
81339
- "pattern": "^[\\.\\-_A-Za-z0-9]+$",
81340
- "minLength": 1,
81341
- "maxLength": 64
81342
- },
81343
- "ReplayArn": {
81344
- "minLength": 1,
81345
- "maxLength": 1600
81346
- },
81347
- "EventSourceArn": {
81348
- "minLength": 1,
81349
- "maxLength": 1600
81350
- },
81351
- "EventStartTime": {
81352
- "format": "date-time"
81353
- },
81354
- "EventEndTime": {
81355
- "format": "date-time"
81356
- },
81357
- "State": {
81358
- "enum": [
81359
- "STARTING",
81360
- "RUNNING",
81361
- "CANCELLING",
81362
- "COMPLETED",
81363
- "CANCELLED",
81364
- "FAILED"
81365
- ]
81366
- },
81367
- "ReplayStartTime": {
81368
- "format": "date-time"
81369
- }
81370
- },
81371
- "createOnly": [
81372
- "Destination",
81373
- "EventEndTime",
81374
- "EventSourceArn",
81375
- "EventStartTime",
81376
- "ReplayName"
81377
- ],
81378
- "primaryIdentifier": [
81379
- "ReplayArn"
81380
- ]
81381
- },
81382
79864
  "ReplicaGlobalSecondaryIndexSpecification": {
81383
79865
  "resourceType": "AWS::DynamoDB::GlobalTable.ReplicaGlobalSecondaryIndexSpecification",
81384
79866
  "kind": "property",
@@ -81935,64 +80417,6 @@
81935
80417
  "kind": "property",
81936
80418
  "lexicon": "aws"
81937
80419
  },
81938
- "Report": {
81939
- "resourceType": "AWS::Artifact::Report",
81940
- "kind": "resource",
81941
- "lexicon": "aws",
81942
- "attrs": {
81943
- "Arn": "Arn",
81944
- "ReportId": "ReportId",
81945
- "Name": "Name",
81946
- "Description": "Description",
81947
- "PeriodStart": "PeriodStart",
81948
- "PeriodEnd": "PeriodEnd",
81949
- "CreatedAt": "CreatedAt",
81950
- "State": "State",
81951
- "Series": "Series",
81952
- "Category": "Category",
81953
- "CompanyName": "CompanyName",
81954
- "ProductName": "ProductName",
81955
- "TermArn": "TermArn",
81956
- "Version": "Version",
81957
- "AcceptanceType": "AcceptanceType",
81958
- "SequenceNumber": "SequenceNumber"
81959
- },
81960
- "propertyConstraints": {
81961
- "ReportId": {
81962
- "pattern": "^report-[a-zA-Z0-9]{16}$"
81963
- },
81964
- "PeriodStart": {
81965
- "format": "date-time"
81966
- },
81967
- "PeriodEnd": {
81968
- "format": "date-time"
81969
- },
81970
- "CreatedAt": {
81971
- "format": "date-time"
81972
- },
81973
- "State": {
81974
- "enum": [
81975
- "PUBLISHED",
81976
- "UNPUBLISHED"
81977
- ]
81978
- },
81979
- "Version": {
81980
- "pattern": "^[0-9]+$"
81981
- },
81982
- "AcceptanceType": {
81983
- "enum": [
81984
- "PASSTHROUGH",
81985
- "EXPLICIT"
81986
- ]
81987
- },
81988
- "SequenceNumber": {
81989
- "minimum": 1
81990
- }
81991
- },
81992
- "primaryIdentifier": [
81993
- "Arn"
81994
- ]
81995
- },
81996
80420
  "ReportConfiguration": {
81997
80421
  "resourceType": "AWS::ARCRegionSwitch::Plan.ReportConfiguration",
81998
80422
  "kind": "property",
@@ -82431,102 +80855,11 @@
82431
80855
  "kind": "property",
82432
80856
  "lexicon": "aws"
82433
80857
  },
82434
- "ReservationResourceSpecification": {
82435
- "resourceType": "AWS::MediaLive::Offering.ReservationResourceSpecification",
82436
- "kind": "property",
82437
- "lexicon": "aws"
82438
- },
82439
- "ReservedCacheNode": {
82440
- "resourceType": "AWS::ElastiCache::ReservedCacheNode",
82441
- "kind": "resource",
82442
- "lexicon": "aws",
82443
- "attrs": {
82444
- "ReservationARN": "ReservationARN",
82445
- "ReservedCacheNodeId": "ReservedCacheNodeId",
82446
- "ReservedCacheNodesOfferingId": "ReservedCacheNodesOfferingId",
82447
- "CacheNodeType": "CacheNodeType",
82448
- "StartTime": "StartTime",
82449
- "Duration": "Duration",
82450
- "FixedPrice": "FixedPrice",
82451
- "UsagePrice": "UsagePrice",
82452
- "CacheNodeCount": "CacheNodeCount",
82453
- "ProductDescription": "ProductDescription",
82454
- "OfferingType": "OfferingType",
82455
- "State": "State",
82456
- "RecurringCharges": "RecurringCharges",
82457
- "Tags": "Tags"
82458
- },
82459
- "propertyConstraints": {
82460
- "StartTime": {
82461
- "format": "date-time"
82462
- }
82463
- },
82464
- "primaryIdentifier": [
82465
- "ReservationARN"
82466
- ],
82467
- "tagging": {
82468
- "taggable": true,
82469
- "tagOnCreate": false,
82470
- "tagUpdatable": false
82471
- }
82472
- },
82473
- "ReservedCacheNode_RecurringCharge": {
82474
- "resourceType": "AWS::ElastiCache::ReservedCacheNode.RecurringCharge",
82475
- "kind": "property",
82476
- "lexicon": "aws"
82477
- },
82478
- "ReservedCacheNode_Tag": {
82479
- "resourceType": "AWS::ElastiCache::ReservedCacheNode.Tag",
82480
- "kind": "property",
82481
- "lexicon": "aws"
82482
- },
82483
80858
  "ReservedCapacityOptionsRequest": {
82484
80859
  "resourceType": "AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest",
82485
80860
  "kind": "property",
82486
80861
  "lexicon": "aws"
82487
80862
  },
82488
- "ReservedNode": {
82489
- "resourceType": "AWS::MemoryDB::ReservedNode",
82490
- "kind": "resource",
82491
- "lexicon": "aws",
82492
- "attrs": {
82493
- "Arn": "Arn",
82494
- "ReservationId": "ReservationId",
82495
- "ReservedNodesOfferingId": "ReservedNodesOfferingId",
82496
- "NodeType": "NodeType",
82497
- "Duration": "Duration",
82498
- "FixedPrice": "FixedPrice",
82499
- "NodeCount": "NodeCount",
82500
- "OfferingType": "OfferingType",
82501
- "State": "State",
82502
- "StartTime": "StartTime",
82503
- "RecurringCharges": "RecurringCharges",
82504
- "Tags": "Tags"
82505
- },
82506
- "propertyConstraints": {
82507
- "StartTime": {
82508
- "format": "date-time"
82509
- }
82510
- },
82511
- "primaryIdentifier": [
82512
- "Arn"
82513
- ],
82514
- "tagging": {
82515
- "taggable": true,
82516
- "tagOnCreate": false,
82517
- "tagUpdatable": false
82518
- }
82519
- },
82520
- "ReservedNode_RecurringCharge": {
82521
- "resourceType": "AWS::MemoryDB::ReservedNode.RecurringCharge",
82522
- "kind": "property",
82523
- "lexicon": "aws"
82524
- },
82525
- "ReservedNode_Tag": {
82526
- "resourceType": "AWS::MemoryDB::ReservedNode.Tag",
82527
- "kind": "property",
82528
- "lexicon": "aws"
82529
- },
82530
80863
  "ReshardingConfiguration": {
82531
80864
  "resourceType": "AWS::ElastiCache::GlobalReplicationGroup.ReshardingConfiguration",
82532
80865
  "kind": "property",
@@ -83818,47 +82151,6 @@
83818
82151
  "kind": "property",
83819
82152
  "lexicon": "aws"
83820
82153
  },
83821
- "ResourceScan": {
83822
- "resourceType": "AWS::CloudFormation::ResourceScan",
83823
- "kind": "resource",
83824
- "lexicon": "aws",
83825
- "attrs": {
83826
- "ResourceScanId": "ResourceScanId",
83827
- "ScanId": "ScanId",
83828
- "Status": "Status",
83829
- "StartTime": "StartTime",
83830
- "PercentageCompleted": "PercentageCompleted"
83831
- },
83832
- "propertyConstraints": {
83833
- "Status": {
83834
- "enum": [
83835
- "IN_PROGRESS",
83836
- "FAILED",
83837
- "COMPLETE",
83838
- "EXPIRED"
83839
- ]
83840
- },
83841
- "StartTime": {
83842
- "format": "date-time"
83843
- }
83844
- },
83845
- "createOnly": [
83846
- "ScanFilters"
83847
- ],
83848
- "primaryIdentifier": [
83849
- "ResourceScanId"
83850
- ]
83851
- },
83852
- "ResourceScan_ScanFilter": {
83853
- "resourceType": "AWS::CloudFormation::ResourceScan.ScanFilter",
83854
- "kind": "property",
83855
- "lexicon": "aws"
83856
- },
83857
- "ResourceServerConfig": {
83858
- "resourceType": "AWS::SSO::ApplicationProvider.ResourceServerConfig",
83859
- "kind": "property",
83860
- "lexicon": "aws"
83861
- },
83862
82154
  "ResourceServerScopeType": {
83863
82155
  "resourceType": "AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType",
83864
82156
  "kind": "property",
@@ -85845,6 +84137,11 @@
85845
84137
  "RoutingControlArn"
85846
84138
  ]
85847
84139
  },
84140
+ "RoutingCriteria": {
84141
+ "resourceType": "AWS::Bedrock::IntelligentPromptRouter.RoutingCriteria",
84142
+ "kind": "property",
84143
+ "lexicon": "aws"
84144
+ },
85848
84145
  "RoutingProfile": {
85849
84146
  "resourceType": "AWS::Connect::RoutingProfile",
85850
84147
  "kind": "resource",
@@ -86912,11 +85209,6 @@
86912
85209
  "kind": "property",
86913
85210
  "lexicon": "aws"
86914
85211
  },
86915
- "S3LogDestination": {
86916
- "resourceType": "AWS::Pipes::Pipe.S3LogDestination",
86917
- "kind": "property",
86918
- "lexicon": "aws"
86919
- },
86920
85212
  "S3LoggingConfiguration": {
86921
85213
  "resourceType": "AWS::Athena::WorkGroup.S3LoggingConfiguration",
86922
85214
  "kind": "property",
@@ -87232,8 +85524,8 @@
87232
85524
  "kind": "property",
87233
85525
  "lexicon": "aws"
87234
85526
  },
87235
- "S3SignedObject": {
87236
- "resourceType": "AWS::Signer::SigningJob.S3SignedObject",
85527
+ "S3Source": {
85528
+ "resourceType": "AWS::BedrockAgentCore::Dataset.S3Source",
87237
85529
  "kind": "property",
87238
85530
  "lexicon": "aws"
87239
85531
  },
@@ -87242,6 +85534,11 @@
87242
85534
  "kind": "property",
87243
85535
  "lexicon": "aws"
87244
85536
  },
85537
+ "S3Storage": {
85538
+ "resourceType": "AWS::MSK::Channel.S3Storage",
85539
+ "kind": "property",
85540
+ "lexicon": "aws"
85541
+ },
87245
85542
  "S3StorageConfiguration": {
87246
85543
  "resourceType": "AWS::IVS::StorageConfiguration.S3StorageConfiguration",
87247
85544
  "kind": "property",
@@ -88170,64 +86467,6 @@
88170
86467
  "ResourceArn"
88171
86468
  ]
88172
86469
  },
88173
- "SSMSession": {
88174
- "resourceType": "AWS::SSM::Session",
88175
- "kind": "resource",
88176
- "lexicon": "aws",
88177
- "attrs": {
88178
- "Arn": "Arn",
88179
- "SessionId": "SessionId",
88180
- "Status": "Status",
88181
- "StartDate": "StartDate",
88182
- "Owner": "Owner",
88183
- "AccessType": "AccessType"
88184
- },
88185
- "propertyConstraints": {
88186
- "SessionId": {
88187
- "minLength": 1,
88188
- "maxLength": 96
88189
- },
88190
- "Target": {
88191
- "minLength": 1,
88192
- "maxLength": 400
88193
- },
88194
- "Status": {
88195
- "enum": [
88196
- "Connected",
88197
- "Connecting",
88198
- "Disconnected",
88199
- "Terminated",
88200
- "Terminating",
88201
- "Failed"
88202
- ]
88203
- },
88204
- "StartDate": {
88205
- "format": "date-time"
88206
- },
88207
- "Reason": {
88208
- "pattern": "^.{1,256}$",
88209
- "minLength": 1,
88210
- "maxLength": 256
88211
- },
88212
- "Owner": {
88213
- "minLength": 1,
88214
- "maxLength": 256
88215
- },
88216
- "AccessType": {
88217
- "enum": [
88218
- "Standard",
88219
- "JustInTime"
88220
- ]
88221
- }
88222
- },
88223
- "createOnly": [
88224
- "Reason",
88225
- "Target"
88226
- ],
88227
- "primaryIdentifier": [
88228
- "Arn"
88229
- ]
88230
- },
88231
86470
  "SSOApplication": {
88232
86471
  "resourceType": "AWS::SSO::Application",
88233
86472
  "kind": "resource",
@@ -88354,40 +86593,6 @@
88354
86593
  "kind": "property",
88355
86594
  "lexicon": "aws"
88356
86595
  },
88357
- "SafetyLever": {
88358
- "resourceType": "AWS::FIS::SafetyLever",
88359
- "kind": "resource",
88360
- "lexicon": "aws",
88361
- "attrs": {
88362
- "Arn": "Arn",
88363
- "Status": "Status",
88364
- "Reason": "Reason"
88365
- },
88366
- "propertyConstraints": {
88367
- "Id": {
88368
- "pattern": "^[\\S]+$",
88369
- "maxLength": 64
88370
- },
88371
- "Arn": {
88372
- "pattern": "^[\\S]+$",
88373
- "minLength": 20,
88374
- "maxLength": 2048
88375
- },
88376
- "Status": {
88377
- "enum": [
88378
- "disengaged",
88379
- "engaged",
88380
- "engaging"
88381
- ]
88382
- }
88383
- },
88384
- "createOnly": [
88385
- "Id"
88386
- ],
88387
- "primaryIdentifier": [
88388
- "Arn"
88389
- ]
88390
- },
88391
86596
  "SafetyRule": {
88392
86597
  "resourceType": "AWS::Route53RecoveryControl::SafetyRule",
88393
86598
  "kind": "resource",
@@ -89408,19 +87613,20 @@
89408
87613
  "createOnly": [
89409
87614
  "DomainId",
89410
87615
  "UserProfileName",
87616
+ "UserSettings/RStudioServerProAppSettings/AccessStatus",
89411
87617
  "SingleSignOnUserIdentifier",
89412
87618
  "SingleSignOnUserValue",
89413
- "UserSettings/RStudioServerProAppSettings/AccessStatus",
89414
- "UserSettings/RStudioServerProAppSettings/UserGroup",
89415
- "Tags"
89416
- ],
89417
- "writeOnly": [
89418
- "Tags"
87619
+ "UserSettings/RStudioServerProAppSettings/UserGroup"
89419
87620
  ],
89420
87621
  "primaryIdentifier": [
89421
87622
  "UserProfileName",
89422
87623
  "DomainId"
89423
- ]
87624
+ ],
87625
+ "tagging": {
87626
+ "taggable": true,
87627
+ "tagOnCreate": true,
87628
+ "tagUpdatable": true
87629
+ }
89424
87630
  },
89425
87631
  "SageMakerUserProfile_AppLifecycleManagement": {
89426
87632
  "resourceType": "AWS::SageMaker::UserProfile.AppLifecycleManagement",
@@ -89467,6 +87673,11 @@
89467
87673
  "kind": "property",
89468
87674
  "lexicon": "aws"
89469
87675
  },
87676
+ "SageMakerUserProfile_EmrSettings": {
87677
+ "resourceType": "AWS::SageMaker::UserProfile.EmrSettings",
87678
+ "kind": "property",
87679
+ "lexicon": "aws"
87680
+ },
89470
87681
  "SageMakerUserProfile_FSxLustreFileSystemConfig": {
89471
87682
  "resourceType": "AWS::SageMaker::UserProfile.FSxLustreFileSystemConfig",
89472
87683
  "kind": "property",
@@ -89676,48 +87887,6 @@
89676
87887
  "kind": "property",
89677
87888
  "lexicon": "aws"
89678
87889
  },
89679
- "Sandbox": {
89680
- "resourceType": "AWS::CodeBuild::Sandbox",
89681
- "kind": "resource",
89682
- "lexicon": "aws",
89683
- "attrs": {
89684
- "Arn": "Arn",
89685
- "Id": "Id",
89686
- "Status": "Status",
89687
- "RequestTime": "RequestTime",
89688
- "StartTime": "StartTime",
89689
- "EncryptionKey": "EncryptionKey",
89690
- "ServiceRole": "ServiceRole",
89691
- "TimeoutInMinutes": "TimeoutInMinutes",
89692
- "QueuedTimeoutInMinutes": "QueuedTimeoutInMinutes"
89693
- },
89694
- "propertyConstraints": {
89695
- "Id": {
89696
- "minLength": 1
89697
- },
89698
- "ProjectName": {
89699
- "minLength": 1
89700
- },
89701
- "RequestTime": {
89702
- "format": "date-time"
89703
- },
89704
- "StartTime": {
89705
- "format": "date-time"
89706
- },
89707
- "EncryptionKey": {
89708
- "minLength": 1
89709
- },
89710
- "ServiceRole": {
89711
- "minLength": 1
89712
- }
89713
- },
89714
- "createOnly": [
89715
- "ProjectName"
89716
- ],
89717
- "primaryIdentifier": [
89718
- "Arn"
89719
- ]
89720
- },
89721
87890
  "Sbom": {
89722
87891
  "resourceType": "AWS::IoT::SoftwarePackageVersion.Sbom",
89723
87892
  "kind": "property",
@@ -89882,11 +88051,6 @@
89882
88051
  "kind": "property",
89883
88052
  "lexicon": "aws"
89884
88053
  },
89885
- "ScanFilter": {
89886
- "resourceType": "AWS::CloudFormation::ResourceScan.ScanFilter",
89887
- "kind": "property",
89888
- "lexicon": "aws"
89889
- },
89890
88054
  "ScanSettingResourceType": {
89891
88055
  "resourceType": "AWS::Backup::BackupPlan.ScanSettingResourceType",
89892
88056
  "kind": "property",
@@ -90251,6 +88415,11 @@
90251
88415
  "kind": "property",
90252
88416
  "lexicon": "aws"
90253
88417
  },
88418
+ "SchemaEvolution": {
88419
+ "resourceType": "AWS::MSK::Channel.SchemaEvolution",
88420
+ "kind": "property",
88421
+ "lexicon": "aws"
88422
+ },
90254
88423
  "SchemaEvolutionConfiguration": {
90255
88424
  "resourceType": "AWS::KinesisFirehose::DeliveryStream.SchemaEvolutionConfiguration",
90256
88425
  "kind": "property",
@@ -90605,57 +88774,6 @@
90605
88774
  "kind": "property",
90606
88775
  "lexicon": "aws"
90607
88776
  },
90608
- "SearchJob": {
90609
- "resourceType": "AWS::BackupSearch::SearchJob",
90610
- "kind": "resource",
90611
- "lexicon": "aws",
90612
- "attrs": {
90613
- "SearchJobArn": "SearchJobArn",
90614
- "SearchJobIdentifier": "SearchJobIdentifier",
90615
- "CreationTime": "CreationTime",
90616
- "Status": "Status"
90617
- },
90618
- "propertyConstraints": {
90619
- "Name": {
90620
- "maxLength": 500
90621
- },
90622
- "CreationTime": {
90623
- "format": "date-time"
90624
- },
90625
- "Status": {
90626
- "enum": [
90627
- "RUNNING",
90628
- "COMPLETED",
90629
- "STOPPING",
90630
- "STOPPED",
90631
- "FAILED"
90632
- ]
90633
- }
90634
- },
90635
- "createOnly": [
90636
- "Name",
90637
- "SearchScope",
90638
- "Tags"
90639
- ],
90640
- "primaryIdentifier": [
90641
- "SearchJobArn"
90642
- ],
90643
- "tagging": {
90644
- "taggable": true,
90645
- "tagOnCreate": false,
90646
- "tagUpdatable": false
90647
- }
90648
- },
90649
- "SearchJob_SearchScope": {
90650
- "resourceType": "AWS::BackupSearch::SearchJob.SearchScope",
90651
- "kind": "property",
90652
- "lexicon": "aws"
90653
- },
90654
- "SearchScope": {
90655
- "resourceType": "AWS::BackupSearch::SearchJob.SearchScope",
90656
- "kind": "property",
90657
- "lexicon": "aws"
90658
- },
90659
88777
  "Secondary": {
90660
88778
  "resourceType": "AWS::Events::Endpoint.Secondary",
90661
88779
  "kind": "property",
@@ -93151,6 +91269,42 @@
93151
91269
  "kind": "property",
93152
91270
  "lexicon": "aws"
93153
91271
  },
91272
+ "Session": {
91273
+ "resourceType": "AWS::Macie::Session",
91274
+ "kind": "resource",
91275
+ "lexicon": "aws",
91276
+ "attrs": {
91277
+ "AwsAccountId": "AwsAccountId",
91278
+ "ServiceRole": "ServiceRole",
91279
+ "AutomatedDiscoveryStatus": "AutomatedDiscoveryStatus"
91280
+ },
91281
+ "propertyConstraints": {
91282
+ "Status": {
91283
+ "default": "ENABLED",
91284
+ "enum": [
91285
+ "ENABLED",
91286
+ "PAUSED"
91287
+ ]
91288
+ },
91289
+ "FindingPublishingFrequency": {
91290
+ "default": "SIX_HOURS",
91291
+ "enum": [
91292
+ "FIFTEEN_MINUTES",
91293
+ "ONE_HOUR",
91294
+ "SIX_HOURS"
91295
+ ]
91296
+ },
91297
+ "AutomatedDiscoveryStatus": {
91298
+ "enum": [
91299
+ "ENABLED",
91300
+ "DISABLED"
91301
+ ]
91302
+ }
91303
+ },
91304
+ "primaryIdentifier": [
91305
+ "AwsAccountId"
91306
+ ]
91307
+ },
93154
91308
  "SessionConfig": {
93155
91309
  "resourceType": "AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig",
93156
91310
  "kind": "property",
@@ -93542,11 +91696,6 @@
93542
91696
  "kind": "property",
93543
91697
  "lexicon": "aws"
93544
91698
  },
93545
- "SignedObject": {
93546
- "resourceType": "AWS::Signer::SigningJob.SignedObject",
93547
- "kind": "property",
93548
- "lexicon": "aws"
93549
- },
93550
91699
  "SigningConfiguration": {
93551
91700
  "resourceType": "AWS::ECR::SigningConfiguration",
93552
91701
  "kind": "resource",
@@ -93573,91 +91722,6 @@
93573
91722
  "kind": "property",
93574
91723
  "lexicon": "aws"
93575
91724
  },
93576
- "SigningJob": {
93577
- "resourceType": "AWS::Signer::SigningJob",
93578
- "kind": "resource",
93579
- "lexicon": "aws",
93580
- "attrs": {
93581
- "Arn": "Arn",
93582
- "JobId": "JobId",
93583
- "Source": "Source",
93584
- "Status": "Status",
93585
- "CreatedAt": "CreatedAt",
93586
- "CompletedAt": "CompletedAt",
93587
- "SignatureExpiresAt": "SignatureExpiresAt",
93588
- "RequestedBy": "RequestedBy",
93589
- "JobOwner": "JobOwner",
93590
- "JobInvoker": "JobInvoker",
93591
- "SignedObject": "SignedObject",
93592
- "PlatformId": "PlatformId",
93593
- "PlatformDisplayName": "PlatformDisplayName",
93594
- "ProfileVersion": "ProfileVersion"
93595
- },
93596
- "propertyConstraints": {
93597
- "ProfileName": {
93598
- "pattern": "^[a-zA-Z0-9_]{2,}$",
93599
- "minLength": 2,
93600
- "maxLength": 64
93601
- },
93602
- "ProfileVersion": {
93603
- "pattern": "^[a-zA-Z0-9]{10}$",
93604
- "minLength": 10,
93605
- "maxLength": 10
93606
- },
93607
- "CreatedAt": {
93608
- "format": "date-time"
93609
- },
93610
- "CompletedAt": {
93611
- "format": "date-time"
93612
- },
93613
- "SignatureExpiresAt": {
93614
- "format": "date-time"
93615
- },
93616
- "Status": {
93617
- "enum": [
93618
- "InProgress",
93619
- "Failed",
93620
- "Succeeded"
93621
- ]
93622
- },
93623
- "JobOwner": {
93624
- "pattern": "^[0-9]{12}$",
93625
- "minLength": 12,
93626
- "maxLength": 12
93627
- },
93628
- "JobInvoker": {
93629
- "pattern": "^[0-9]{12}$",
93630
- "minLength": 12,
93631
- "maxLength": 12
93632
- }
93633
- },
93634
- "createOnly": [
93635
- "ProfileName"
93636
- ],
93637
- "primaryIdentifier": [
93638
- "Arn"
93639
- ]
93640
- },
93641
- "SigningJob_S3SignedObject": {
93642
- "resourceType": "AWS::Signer::SigningJob.S3SignedObject",
93643
- "kind": "property",
93644
- "lexicon": "aws"
93645
- },
93646
- "SigningJob_S3Source": {
93647
- "resourceType": "AWS::Signer::SigningJob.S3Source",
93648
- "kind": "property",
93649
- "lexicon": "aws"
93650
- },
93651
- "SigningJob_SignedObject": {
93652
- "resourceType": "AWS::Signer::SigningJob.SignedObject",
93653
- "kind": "property",
93654
- "lexicon": "aws"
93655
- },
93656
- "SigningJob_Source": {
93657
- "resourceType": "AWS::Signer::SigningJob.Source",
93658
- "kind": "property",
93659
- "lexicon": "aws"
93660
- },
93661
91725
  "SigningProfile": {
93662
91726
  "resourceType": "AWS::Signer::SigningProfile",
93663
91727
  "kind": "resource",
@@ -94295,11 +92359,6 @@
94295
92359
  "kind": "property",
94296
92360
  "lexicon": "aws"
94297
92361
  },
94298
- "Software": {
94299
- "resourceType": "AWS::ThinClient::SoftwareSet.Software",
94300
- "kind": "property",
94301
- "lexicon": "aws"
94302
- },
94303
92362
  "SoftwarePackage": {
94304
92363
  "resourceType": "AWS::IoT::SoftwarePackage",
94305
92364
  "kind": "resource",
@@ -94400,59 +92459,6 @@
94400
92459
  "kind": "property",
94401
92460
  "lexicon": "aws"
94402
92461
  },
94403
- "SoftwareSet": {
94404
- "resourceType": "AWS::ThinClient::SoftwareSet",
94405
- "kind": "resource",
94406
- "lexicon": "aws",
94407
- "attrs": {
94408
- "Arn": "Arn",
94409
- "Id": "Id",
94410
- "Version": "Version",
94411
- "ReleasedAt": "ReleasedAt",
94412
- "ValidationStatus": "ValidationStatus",
94413
- "Software": "Software"
94414
- },
94415
- "propertyConstraints": {
94416
- "Arn": {
94417
- "pattern": "^arn:[\\w+=\\/,.@-]+:[a-zA-Z0-9\\-]+:[a-zA-Z0-9\\-]*:[0-9]{0,12}:[a-zA-Z0-9\\-\\/\\._]+$",
94418
- "minLength": 20,
94419
- "maxLength": 2048
94420
- },
94421
- "Id": {
94422
- "pattern": "^[0-9]{1,9}$"
94423
- },
94424
- "ReleasedAt": {
94425
- "format": "date-time"
94426
- },
94427
- "ValidationStatus": {
94428
- "enum": [
94429
- "VALIDATED",
94430
- "NOT_VALIDATED"
94431
- ]
94432
- }
94433
- },
94434
- "createOnly": [
94435
- "Tags"
94436
- ],
94437
- "primaryIdentifier": [
94438
- "Arn"
94439
- ],
94440
- "tagging": {
94441
- "taggable": true,
94442
- "tagOnCreate": false,
94443
- "tagUpdatable": false
94444
- }
94445
- },
94446
- "SoftwareSet_Software": {
94447
- "resourceType": "AWS::ThinClient::SoftwareSet.Software",
94448
- "kind": "property",
94449
- "lexicon": "aws"
94450
- },
94451
- "SoftwareSet_Tag": {
94452
- "resourceType": "AWS::ThinClient::SoftwareSet.Tag",
94453
- "kind": "property",
94454
- "lexicon": "aws"
94455
- },
94456
92462
  "SoftwareUpdateOptions": {
94457
92463
  "resourceType": "AWS::OpenSearchService::Domain.SoftwareUpdateOptions",
94458
92464
  "kind": "property",
@@ -94881,11 +92887,9 @@
94881
92887
  "SpotFleetRequestConfigData/InstanceInterruptionBehavior",
94882
92888
  "SpotFleetRequestConfigData/InstancePoolsToUseCount",
94883
92889
  "SpotFleetRequestConfigData/LaunchSpecifications",
94884
- "SpotFleetRequestConfigData/LaunchTemplateConfigs",
94885
92890
  "SpotFleetRequestConfigData/LoadBalancersConfig",
94886
92891
  "SpotFleetRequestConfigData/OnDemandAllocationStrategy",
94887
92892
  "SpotFleetRequestConfigData/OnDemandMaxTotalPrice",
94888
- "SpotFleetRequestConfigData/OnDemandTargetCapacity",
94889
92893
  "SpotFleetRequestConfigData/ReplaceUnhealthyInstances",
94890
92894
  "SpotFleetRequestConfigData/SpotMaintenanceStrategies",
94891
92895
  "SpotFleetRequestConfigData/SpotMaxTotalPrice",
@@ -97691,6 +95695,11 @@
97691
95695
  "kind": "property",
97692
95696
  "lexicon": "aws"
97693
95697
  },
95698
+ "TableCreation": {
95699
+ "resourceType": "AWS::MSK::Channel.TableCreation",
95700
+ "kind": "property",
95701
+ "lexicon": "aws"
95702
+ },
97694
95703
  "TableCreationConfiguration": {
97695
95704
  "resourceType": "AWS::KinesisFirehose::DeliveryStream.TableCreationConfiguration",
97696
95705
  "kind": "property",
@@ -100192,38 +98201,6 @@
100192
98201
  "kind": "property",
100193
98202
  "lexicon": "aws"
100194
98203
  },
100195
- "TokenVault": {
100196
- "resourceType": "AWS::BedrockAgentCore::TokenVault",
100197
- "kind": "resource",
100198
- "lexicon": "aws",
100199
- "attrs": {
100200
- "Arn": "Arn",
100201
- "TokenVaultId": "TokenVaultId",
100202
- "KmsConfiguration": "KmsConfiguration",
100203
- "LastModifiedDate": "LastModifiedDate"
100204
- },
100205
- "propertyConstraints": {
100206
- "TokenVaultId": {
100207
- "pattern": "^[a-zA-Z0-9\\-_]+$",
100208
- "minLength": 1,
100209
- "maxLength": 64
100210
- },
100211
- "Arn": {
100212
- "pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$"
100213
- },
100214
- "LastModifiedDate": {
100215
- "format": "date-time"
100216
- }
100217
- },
100218
- "primaryIdentifier": [
100219
- "Arn"
100220
- ]
100221
- },
100222
- "TokenVault_KmsConfiguration": {
100223
- "resourceType": "AWS::BedrockAgentCore::TokenVault.KmsConfiguration",
100224
- "kind": "property",
100225
- "lexicon": "aws"
100226
- },
100227
98204
  "ToolbarConfiguration": {
100228
98205
  "resourceType": "AWS::WorkSpacesWeb::UserSettings.ToolbarConfiguration",
100229
98206
  "kind": "property",
@@ -100280,11 +98257,6 @@
100280
98257
  "kind": "property",
100281
98258
  "lexicon": "aws"
100282
98259
  },
100283
- "TopicConfiguration": {
100284
- "resourceType": "AWS::S3::Bucket.TopicConfiguration",
100285
- "kind": "property",
100286
- "lexicon": "aws"
100287
- },
100288
98260
  "TopicDateRangeFilter": {
100289
98261
  "resourceType": "AWS::QuickSight::Topic.TopicDateRangeFilter",
100290
98262
  "kind": "property",
@@ -101339,88 +99311,6 @@
101339
99311
  "kind": "property",
101340
99312
  "lexicon": "aws"
101341
99313
  },
101342
- "TransformJob": {
101343
- "resourceType": "AWS::SageMaker::TransformJob",
101344
- "kind": "resource",
101345
- "lexicon": "aws",
101346
- "attrs": {
101347
- "TransformJobArn": "TransformJobArn",
101348
- "TransformJobName": "TransformJobName",
101349
- "TransformJobStatus": "TransformJobStatus",
101350
- "CreationTime": "CreationTime",
101351
- "TransformStartTime": "TransformStartTime",
101352
- "TransformEndTime": "TransformEndTime"
101353
- },
101354
- "propertyConstraints": {
101355
- "TransformJobArn": {
101356
- "pattern": "^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/",
101357
- "minLength": 0,
101358
- "maxLength": 256
101359
- },
101360
- "TransformJobName": {
101361
- "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$",
101362
- "minLength": 1,
101363
- "maxLength": 63
101364
- },
101365
- "TransformJobStatus": {
101366
- "enum": [
101367
- "InProgress",
101368
- "Completed",
101369
- "Failed",
101370
- "Stopping",
101371
- "Stopped"
101372
- ]
101373
- },
101374
- "ModelName": {
101375
- "pattern": "^[a-zA-Z0-9]([\\-a-zA-Z0-9]*[a-zA-Z0-9])?$",
101376
- "maxLength": 63
101377
- },
101378
- "MaxConcurrentTransforms": {
101379
- "minimum": 0
101380
- },
101381
- "MaxPayloadInMB": {
101382
- "minimum": 0
101383
- },
101384
- "BatchStrategy": {
101385
- "enum": [
101386
- "MultiRecord",
101387
- "SingleRecord"
101388
- ]
101389
- },
101390
- "CreationTime": {
101391
- "format": "date-time"
101392
- },
101393
- "TransformStartTime": {
101394
- "format": "date-time"
101395
- },
101396
- "TransformEndTime": {
101397
- "format": "date-time"
101398
- }
101399
- },
101400
- "createOnly": [
101401
- "BatchStrategy",
101402
- "DataCaptureConfig",
101403
- "DataProcessing",
101404
- "Environment",
101405
- "ExperimentConfig",
101406
- "MaxConcurrentTransforms",
101407
- "MaxPayloadInMB",
101408
- "ModelClientConfig",
101409
- "ModelName",
101410
- "Tags",
101411
- "TransformInput",
101412
- "TransformOutput",
101413
- "TransformResources"
101414
- ],
101415
- "primaryIdentifier": [
101416
- "TransformJobArn"
101417
- ],
101418
- "tagging": {
101419
- "taggable": true,
101420
- "tagOnCreate": false,
101421
- "tagUpdatable": false
101422
- }
101423
- },
101424
99314
  "TransformJobDefinition": {
101425
99315
  "resourceType": "AWS::SageMaker::ModelPackage.TransformJobDefinition",
101426
99316
  "kind": "property",
@@ -101853,6 +99743,11 @@
101853
99743
  "kind": "property",
101854
99744
  "lexicon": "aws"
101855
99745
  },
99746
+ "TransitGatewayPolicyRule": {
99747
+ "resourceType": "AWS::EC2::TransitGatewayPolicyTableEntry.TransitGatewayPolicyRule",
99748
+ "kind": "property",
99749
+ "lexicon": "aws"
99750
+ },
101856
99751
  "TransitGatewayPolicyTable": {
101857
99752
  "resourceType": "AWS::EC2::TransitGatewayPolicyTable",
101858
99753
  "kind": "resource",
@@ -101890,6 +99785,28 @@
101890
99785
  "TransitGatewayAttachmentId"
101891
99786
  ]
101892
99787
  },
99788
+ "TransitGatewayPolicyTableEntry": {
99789
+ "resourceType": "AWS::EC2::TransitGatewayPolicyTableEntry",
99790
+ "kind": "resource",
99791
+ "lexicon": "aws",
99792
+ "attrs": {
99793
+ "State": "State"
99794
+ },
99795
+ "createOnly": [
99796
+ "TransitGatewayPolicyTableId",
99797
+ "PolicyRuleNumber"
99798
+ ],
99799
+ "primaryIdentifier": [
99800
+ "TransitGatewayPolicyTableId",
99801
+ "PolicyRuleNumber"
99802
+ ],
99803
+ "replacementStrategy": "delete_then_create"
99804
+ },
99805
+ "TransitGatewayPolicyTableEntry_TransitGatewayPolicyRule": {
99806
+ "resourceType": "AWS::EC2::TransitGatewayPolicyTableEntry.TransitGatewayPolicyRule",
99807
+ "kind": "property",
99808
+ "lexicon": "aws"
99809
+ },
101893
99810
  "TransitGatewayPolicyTable_Tag": {
101894
99811
  "resourceType": "AWS::EC2::TransitGatewayPolicyTable.Tag",
101895
99812
  "kind": "property",
@@ -103313,6 +101230,11 @@
103313
101230
  "kind": "property",
103314
101231
  "lexicon": "aws"
103315
101232
  },
101233
+ "UserPoolRegionalConfigurationAttachment_EumsSmsConfiguration": {
101234
+ "resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.EumsSmsConfiguration",
101235
+ "kind": "property",
101236
+ "lexicon": "aws"
101237
+ },
103316
101238
  "UserPoolRegionalConfigurationAttachment_InboundFederation": {
103317
101239
  "resourceType": "AWS::Cognito::UserPoolRegionalConfigurationAttachment.InboundFederation",
103318
101240
  "kind": "property",
@@ -107732,6 +105654,11 @@
107732
105654
  "Id"
107733
105655
  ]
107734
105656
  },
105657
+ "WallClockWindow": {
105658
+ "resourceType": "AWS::CloudWatch::Alarm.WallClockWindow",
105659
+ "kind": "property",
105660
+ "lexicon": "aws"
105661
+ },
107735
105662
  "WarmPool": {
107736
105663
  "resourceType": "AWS::AutoScaling::WarmPool",
107737
105664
  "kind": "resource",
@@ -108939,57 +106866,6 @@
108939
106866
  "kind": "property",
108940
106867
  "lexicon": "aws"
108941
106868
  },
108942
- "WorkflowExecution": {
108943
- "resourceType": "AWS::ImageBuilder::WorkflowExecution",
108944
- "kind": "resource",
108945
- "lexicon": "aws",
108946
- "attrs": {
108947
- "Arn": "Arn",
108948
- "WorkflowExecutionId": "WorkflowExecutionId",
108949
- "WorkflowBuildVersionArn": "WorkflowBuildVersionArn",
108950
- "Type": "Type",
108951
- "Status": "Status",
108952
- "TotalStepCount": "TotalStepCount",
108953
- "TotalStepsSucceeded": "TotalStepsSucceeded",
108954
- "TotalStepsFailed": "TotalStepsFailed",
108955
- "TotalStepsSkipped": "TotalStepsSkipped",
108956
- "StartTime": "StartTime",
108957
- "EndTime": "EndTime"
108958
- },
108959
- "propertyConstraints": {
108960
- "WorkflowExecutionId": {
108961
- "pattern": "^wf-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
108962
- },
108963
- "WorkflowBuildVersionArn": {
108964
- "maxLength": 1024
108965
- },
108966
- "Type": {
108967
- "enum": [
108968
- "BUILD",
108969
- "TEST",
108970
- "DISTRIBUTION"
108971
- ]
108972
- },
108973
- "Status": {
108974
- "enum": [
108975
- "PENDING",
108976
- "SKIPPED",
108977
- "RUNNING",
108978
- "COMPLETED",
108979
- "FAILED",
108980
- "ROLLBACK_IN_PROGRESS",
108981
- "ROLLBACK_COMPLETED",
108982
- "CANCELLED"
108983
- ]
108984
- }
108985
- },
108986
- "createOnly": [
108987
- "ImageBuildVersionArn"
108988
- ],
108989
- "primaryIdentifier": [
108990
- "Arn"
108991
- ]
108992
- },
108993
106869
  "WorkflowExportConfig": {
108994
106870
  "resourceType": "AWS::NovaAct::WorkflowDefinition.WorkflowExportConfig",
108995
106871
  "kind": "property",
@@ -109000,64 +106876,6 @@
109000
106876
  "kind": "property",
109001
106877
  "lexicon": "aws"
109002
106878
  },
109003
- "WorkflowStepExecution": {
109004
- "resourceType": "AWS::ImageBuilder::WorkflowStepExecution",
109005
- "kind": "resource",
109006
- "lexicon": "aws",
109007
- "attrs": {
109008
- "StepExecutionId": "StepExecutionId",
109009
- "WorkflowExecutionId": "WorkflowExecutionId",
109010
- "WorkflowBuildVersionArn": "WorkflowBuildVersionArn",
109011
- "ImageBuildVersionArn": "ImageBuildVersionArn",
109012
- "Name": "Name",
109013
- "Action": "Action",
109014
- "Status": "Status",
109015
- "Inputs": "Inputs",
109016
- "Outputs": "Outputs",
109017
- "StartTime": "StartTime",
109018
- "EndTime": "EndTime",
109019
- "OnFailure": "OnFailure",
109020
- "TimeoutSeconds": "TimeoutSeconds"
109021
- },
109022
- "propertyConstraints": {
109023
- "StepExecutionId": {
109024
- "pattern": "^step-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
109025
- },
109026
- "WorkflowExecutionId": {
109027
- "pattern": "^wf-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
109028
- },
109029
- "WorkflowBuildVersionArn": {
109030
- "maxLength": 1024
109031
- },
109032
- "Name": {
109033
- "pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$"
109034
- },
109035
- "Action": {
109036
- "pattern": "^[A-Za-z][A-Za-z0-9-_]{1,99}$"
109037
- },
109038
- "Status": {
109039
- "enum": [
109040
- "PENDING",
109041
- "SKIPPED",
109042
- "RUNNING",
109043
- "COMPLETED",
109044
- "FAILED",
109045
- "CANCELLED"
109046
- ]
109047
- },
109048
- "OnFailure": {
109049
- "minLength": 1,
109050
- "maxLength": 1024
109051
- },
109052
- "TimeoutSeconds": {
109053
- "minimum": 0,
109054
- "maximum": 43200
109055
- }
109056
- },
109057
- "primaryIdentifier": [
109058
- "StepExecutionId"
109059
- ]
109060
- },
109061
106879
  "WorkflowUpdate": {
109062
106880
  "resourceType": "AWS::SecurityHub::AutomationRule.WorkflowUpdate",
109063
106881
  "kind": "property",