@intentius/chant-lexicon-aws 0.1.14 → 0.1.16

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
@@ -1007,6 +1007,16 @@
1007
1007
  "kind": "property",
1008
1008
  "lexicon": "aws"
1009
1009
  },
1010
+ "ARCRegionSwitchPlan_AuroraProvisionedScalingConfiguration": {
1011
+ "resourceType": "AWS::ARCRegionSwitch::Plan.AuroraProvisionedScalingConfiguration",
1012
+ "kind": "property",
1013
+ "lexicon": "aws"
1014
+ },
1015
+ "ARCRegionSwitchPlan_AuroraServerlessScalingConfiguration": {
1016
+ "resourceType": "AWS::ARCRegionSwitch::Plan.AuroraServerlessScalingConfiguration",
1017
+ "kind": "property",
1018
+ "lexicon": "aws"
1019
+ },
1010
1020
  "ARCRegionSwitchPlan_CustomActionLambdaConfiguration": {
1011
1021
  "resourceType": "AWS::ARCRegionSwitch::Plan.CustomActionLambdaConfiguration",
1012
1022
  "kind": "property",
@@ -1112,6 +1122,16 @@
1112
1122
  "kind": "property",
1113
1123
  "lexicon": "aws"
1114
1124
  },
1125
+ "ARCRegionSwitchPlan_NeptuneGlobalDatabaseConfiguration": {
1126
+ "resourceType": "AWS::ARCRegionSwitch::Plan.NeptuneGlobalDatabaseConfiguration",
1127
+ "kind": "property",
1128
+ "lexicon": "aws"
1129
+ },
1130
+ "ARCRegionSwitchPlan_NeptuneUngraceful": {
1131
+ "resourceType": "AWS::ARCRegionSwitch::Plan.NeptuneUngraceful",
1132
+ "kind": "property",
1133
+ "lexicon": "aws"
1134
+ },
1115
1135
  "ARCRegionSwitchPlan_ParallelExecutionBlockConfiguration": {
1116
1136
  "resourceType": "AWS::ARCRegionSwitch::Plan.ParallelExecutionBlockConfiguration",
1117
1137
  "kind": "property",
@@ -7363,6 +7383,7 @@
7363
7383
  "attrs": {
7364
7384
  "CredentialProviderArn": "CredentialProviderArn",
7365
7385
  "ApiKeySecretArn": "ApiKeySecretArn",
7386
+ "ApiKeySecretJsonKey": "ApiKeySecretJsonKey",
7366
7387
  "CreatedTime": "CreatedTime",
7367
7388
  "LastUpdatedTime": "LastUpdatedTime"
7368
7389
  },
@@ -7379,6 +7400,16 @@
7379
7400
  "CredentialProviderArn": {
7380
7401
  "pattern": "^arn:(aws|aws-us-gov):bedrock-agentcore:[A-Za-z0-9-]{1,64}:[0-9]{12}:token-vault/[a-zA-Z0-9-.]+/apikeycredentialprovider/[a-zA-Z0-9-]+$"
7381
7402
  },
7403
+ "ApiKeySecretSource": {
7404
+ "enum": [
7405
+ "MANAGED",
7406
+ "EXTERNAL"
7407
+ ]
7408
+ },
7409
+ "ApiKeySecretJsonKey": {
7410
+ "minLength": 1,
7411
+ "maxLength": 128
7412
+ },
7382
7413
  "CreatedTime": {
7383
7414
  "format": "date-time"
7384
7415
  },
@@ -7390,7 +7421,9 @@
7390
7421
  "Name"
7391
7422
  ],
7392
7423
  "writeOnly": [
7393
- "ApiKey"
7424
+ "ApiKey",
7425
+ "ApiKeySecretConfig",
7426
+ "ApiKeySecretSource"
7394
7427
  ],
7395
7428
  "primaryIdentifier": [
7396
7429
  "CredentialProviderArn"
@@ -7406,6 +7439,11 @@
7406
7439
  "kind": "property",
7407
7440
  "lexicon": "aws"
7408
7441
  },
7442
+ "ApiKeyCredentialProvider_SecretReference": {
7443
+ "resourceType": "AWS::BedrockAgentCore::ApiKeyCredentialProvider.SecretReference",
7444
+ "kind": "property",
7445
+ "lexicon": "aws"
7446
+ },
7409
7447
  "ApiKeyCredentialProvider_Tag": {
7410
7448
  "resourceType": "AWS::BedrockAgentCore::ApiKeyCredentialProvider.Tag",
7411
7449
  "kind": "property",
@@ -7792,7 +7830,7 @@
7792
7830
  "tagging": {
7793
7831
  "taggable": true,
7794
7832
  "tagOnCreate": true,
7795
- "tagUpdatable": false
7833
+ "tagUpdatable": true
7796
7834
  }
7797
7835
  },
7798
7836
  "Apigwv2DomainName_DomainNameConfiguration": {
@@ -9293,17 +9331,26 @@
9293
9331
  "kind": "resource",
9294
9332
  "lexicon": "aws",
9295
9333
  "attrs": {
9296
- "Id": "Id"
9334
+ "Arn": "Arn"
9335
+ },
9336
+ "propertyConstraints": {
9337
+ "Arn": {
9338
+ "pattern": "^arn:.*"
9339
+ }
9297
9340
  },
9298
9341
  "createOnly": [
9299
- "FirstName",
9300
- "MessageAction",
9301
- "LastName",
9302
9342
  "AuthenticationType",
9303
- "UserName"
9343
+ "UserName",
9344
+ "MessageAction",
9345
+ "FirstName",
9346
+ "LastName"
9347
+ ],
9348
+ "writeOnly": [
9349
+ "MessageAction"
9304
9350
  ],
9305
9351
  "primaryIdentifier": [
9306
- "Id"
9352
+ "UserName",
9353
+ "AuthenticationType"
9307
9354
  ]
9308
9355
  },
9309
9356
  "AppSyncApi": {
@@ -10418,6 +10465,11 @@
10418
10465
  "kind": "property",
10419
10466
  "lexicon": "aws"
10420
10467
  },
10468
+ "AssertionDefinition": {
10469
+ "resourceType": "AWS::ResilienceHubV2::Service.AssertionDefinition",
10470
+ "kind": "property",
10471
+ "lexicon": "aws"
10472
+ },
10421
10473
  "AssertionRule": {
10422
10474
  "resourceType": "AWS::Route53RecoveryControl::SafetyRule.AssertionRule",
10423
10475
  "kind": "property",
@@ -10867,6 +10919,11 @@
10867
10919
  "kind": "property",
10868
10920
  "lexicon": "aws"
10869
10921
  },
10922
+ "AssociatedSystem": {
10923
+ "resourceType": "AWS::ResilienceHubV2::Service.AssociatedSystem",
10924
+ "kind": "property",
10925
+ "lexicon": "aws"
10926
+ },
10870
10927
  "AssociationConfig": {
10871
10928
  "resourceType": "AWS::WAFv2::WebACL.AssociationConfig",
10872
10929
  "kind": "property",
@@ -11151,6 +11208,11 @@
11151
11208
  "kind": "property",
11152
11209
  "lexicon": "aws"
11153
11210
  },
11211
+ "AudioFillerSettings": {
11212
+ "resourceType": "AWS::Lex::Bot.AudioFillerSettings",
11213
+ "kind": "property",
11214
+ "lexicon": "aws"
11215
+ },
11154
11216
  "AudioHlsRenditionSelection": {
11155
11217
  "resourceType": "AWS::MediaLive::Channel.AudioHlsRenditionSelection",
11156
11218
  "kind": "property",
@@ -11286,6 +11348,16 @@
11286
11348
  "kind": "property",
11287
11349
  "lexicon": "aws"
11288
11350
  },
11351
+ "AuroraProvisionedScalingConfiguration": {
11352
+ "resourceType": "AWS::ARCRegionSwitch::Plan.AuroraProvisionedScalingConfiguration",
11353
+ "kind": "property",
11354
+ "lexicon": "aws"
11355
+ },
11356
+ "AuroraServerlessScalingConfiguration": {
11357
+ "resourceType": "AWS::ARCRegionSwitch::Plan.AuroraServerlessScalingConfiguration",
11358
+ "kind": "property",
11359
+ "lexicon": "aws"
11360
+ },
11289
11361
  "Auth": {
11290
11362
  "resourceType": "AWS::Serverless::Api.Auth",
11291
11363
  "kind": "property",
@@ -11978,6 +12050,11 @@
11978
12050
  "kind": "property",
11979
12051
  "lexicon": "aws"
11980
12052
  },
12053
+ "AutomatedSnapshotPauseOptions": {
12054
+ "resourceType": "AWS::OpenSearchService::Domain.AutomatedSnapshotPauseOptions",
12055
+ "kind": "property",
12056
+ "lexicon": "aws"
12057
+ },
11981
12058
  "AutomaticFailConfiguration": {
11982
12059
  "resourceType": "AWS::Connect::EvaluationForm.AutomaticFailConfiguration",
11983
12060
  "kind": "property",
@@ -12191,6 +12268,11 @@
12191
12268
  "kind": "property",
12192
12269
  "lexicon": "aws"
12193
12270
  },
12271
+ "AvailabilitySlo": {
12272
+ "resourceType": "AWS::ResilienceHubV2::Policy.AvailabilitySlo",
12273
+ "kind": "property",
12274
+ "lexicon": "aws"
12275
+ },
12194
12276
  "AvailabilityZoneAddress": {
12195
12277
  "resourceType": "AWS::EC2::NatGateway.AvailabilityZoneAddress",
12196
12278
  "kind": "property",
@@ -13226,6 +13308,28 @@
13226
13308
  "kind": "property",
13227
13309
  "lexicon": "aws"
13228
13310
  },
13311
+ "BedrockAgentCoreResourcePolicy": {
13312
+ "resourceType": "AWS::BedrockAgentCore::ResourcePolicy",
13313
+ "kind": "resource",
13314
+ "lexicon": "aws",
13315
+ "propertyConstraints": {
13316
+ "ResourceArn": {
13317
+ "pattern": "^arn:[a-z0-9-]+:bedrock-agentcore:[a-z0-9-]*:[0-9]{12}:.+$",
13318
+ "minLength": 20,
13319
+ "maxLength": 1011
13320
+ },
13321
+ "Policy": {
13322
+ "minLength": 1,
13323
+ "maxLength": 20480
13324
+ }
13325
+ },
13326
+ "createOnly": [
13327
+ "ResourceArn"
13328
+ ],
13329
+ "primaryIdentifier": [
13330
+ "ResourceArn"
13331
+ ]
13332
+ },
13229
13333
  "BedrockAgentIntentConfiguration": {
13230
13334
  "resourceType": "AWS::Lex::Bot.BedrockAgentIntentConfiguration",
13231
13335
  "kind": "property",
@@ -14757,6 +14861,11 @@
14757
14861
  "kind": "property",
14758
14862
  "lexicon": "aws"
14759
14863
  },
14864
+ "Bot_AudioFillerSettings": {
14865
+ "resourceType": "AWS::Lex::Bot.AudioFillerSettings",
14866
+ "kind": "property",
14867
+ "lexicon": "aws"
14868
+ },
14760
14869
  "Bot_AudioLogDestination": {
14761
14870
  "resourceType": "AWS::Lex::Bot.AudioLogDestination",
14762
14871
  "kind": "property",
@@ -20092,6 +20201,11 @@
20092
20201
  "kind": "property",
20093
20202
  "lexicon": "aws"
20094
20203
  },
20204
+ "ClusterNetworkInterface": {
20205
+ "resourceType": "AWS::SageMaker::Cluster.ClusterNetworkInterface",
20206
+ "kind": "property",
20207
+ "lexicon": "aws"
20208
+ },
20095
20209
  "ClusterNetworkSettings": {
20096
20210
  "resourceType": "AWS::MediaLive::Cluster.ClusterNetworkSettings",
20097
20211
  "kind": "property",
@@ -21481,6 +21595,36 @@
21481
21595
  "kind": "property",
21482
21596
  "lexicon": "aws"
21483
21597
  },
21598
+ "CollectionIndex": {
21599
+ "resourceType": "AWS::OpenSearchServerless::CollectionIndex",
21600
+ "kind": "resource",
21601
+ "lexicon": "aws",
21602
+ "propertyConstraints": {
21603
+ "Id": {
21604
+ "pattern": "^[a-z0-9]{3,40}$",
21605
+ "minLength": 3,
21606
+ "maxLength": 40
21607
+ },
21608
+ "IndexName": {
21609
+ "pattern": "^(?![_-])[a-z][a-z0-9_-]*$",
21610
+ "minLength": 1,
21611
+ "maxLength": 255
21612
+ },
21613
+ "IndexSchema": {
21614
+ "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+",
21615
+ "minLength": 1,
21616
+ "maxLength": 2480
21617
+ }
21618
+ },
21619
+ "createOnly": [
21620
+ "Id",
21621
+ "IndexName"
21622
+ ],
21623
+ "primaryIdentifier": [
21624
+ "Id",
21625
+ "IndexName"
21626
+ ]
21627
+ },
21484
21628
  "CollectiveConstant": {
21485
21629
  "resourceType": "AWS::QuickSight::Topic.CollectiveConstant",
21486
21630
  "kind": "property",
@@ -26762,6 +26906,11 @@
26762
26906
  "kind": "property",
26763
26907
  "lexicon": "aws"
26764
26908
  },
26909
+ "CredentialsProviderConfiguration": {
26910
+ "resourceType": "AWS::BedrockAgentCore::PaymentConnector.CredentialsProviderConfiguration",
26911
+ "kind": "property",
26912
+ "lexicon": "aws"
26913
+ },
26765
26914
  "CreditSpecification": {
26766
26915
  "resourceType": "AWS::EC2::LaunchTemplate.CreditSpecification",
26767
26916
  "kind": "property",
@@ -26828,6 +26977,11 @@
26828
26977
  "kind": "property",
26829
26978
  "lexicon": "aws"
26830
26979
  },
26980
+ "CrossAccountRoleConfiguration": {
26981
+ "resourceType": "AWS::ResilienceHubV2::Service.CrossAccountRoleConfiguration",
26982
+ "kind": "property",
26983
+ "lexicon": "aws"
26984
+ },
26831
26985
  "CrossChannelBehavior": {
26832
26986
  "resourceType": "AWS::Connect::RoutingProfile.CrossChannelBehavior",
26833
26987
  "kind": "property",
@@ -27101,7 +27255,8 @@
27101
27255
  "enum": [
27102
27256
  "available",
27103
27257
  "inactive",
27104
- "inactive-except-restore"
27258
+ "inactive-except-restore",
27259
+ "pending-validation"
27105
27260
  ]
27106
27261
  }
27107
27262
  },
@@ -29028,7 +29183,9 @@
29028
29183
  "Memory",
29029
29184
  "ExecutionRoleArn",
29030
29185
  "TaskRoleArn",
29031
- "Volumes"
29186
+ "Volumes",
29187
+ "PidMode",
29188
+ "IpcMode"
29032
29189
  ],
29033
29190
  "primaryIdentifier": [
29034
29191
  "DaemonTaskDefinitionArn"
@@ -30897,6 +31054,11 @@
30897
31054
  "kind": "property",
30898
31055
  "lexicon": "aws"
30899
31056
  },
31057
+ "DataRecoveryTargets": {
31058
+ "resourceType": "AWS::ResilienceHubV2::Policy.DataRecoveryTargets",
31059
+ "kind": "property",
31060
+ "lexicon": "aws"
31061
+ },
30900
31062
  "DataRepositoryAssociation": {
30901
31063
  "resourceType": "AWS::FSx::DataRepositoryAssociation",
30902
31064
  "kind": "resource",
@@ -37653,6 +37815,11 @@
37653
37815
  "kind": "property",
37654
37816
  "lexicon": "aws"
37655
37817
  },
37818
+ "DisasterRecoverySource": {
37819
+ "resourceType": "AWS::ResilienceHubV2::Service.DisasterRecoverySource",
37820
+ "kind": "property",
37821
+ "lexicon": "aws"
37822
+ },
37656
37823
  "Discoverer": {
37657
37824
  "resourceType": "AWS::EventSchemas::Discoverer",
37658
37825
  "kind": "resource",
@@ -41639,6 +41806,11 @@
41639
41806
  "kind": "property",
41640
41807
  "lexicon": "aws"
41641
41808
  },
41809
+ "EffectivePolicyValues": {
41810
+ "resourceType": "AWS::ResilienceHubV2::Service.EffectivePolicyValues",
41811
+ "kind": "property",
41812
+ "lexicon": "aws"
41813
+ },
41642
41814
  "EfsAccessPointConfiguration": {
41643
41815
  "resourceType": "AWS::BedrockAgentCore::Runtime.EfsAccessPointConfiguration",
41644
41816
  "kind": "property",
@@ -41798,6 +41970,11 @@
41798
41970
  "kind": "property",
41799
41971
  "lexicon": "aws"
41800
41972
  },
41973
+ "EksSource": {
41974
+ "resourceType": "AWS::ResilienceHubV2::Service.EksSource",
41975
+ "kind": "property",
41976
+ "lexicon": "aws"
41977
+ },
41801
41978
  "EksVolume": {
41802
41979
  "resourceType": "AWS::Batch::JobDefinition.EksVolume",
41803
41980
  "kind": "property",
@@ -50577,7 +50754,10 @@
50577
50754
  "Status": "Status",
50578
50755
  "StatusReasons": "StatusReasons",
50579
50756
  "TargetId": "TargetId",
50580
- "UpdatedAt": "UpdatedAt"
50757
+ "PrivateEndpointManagedResources": "PrivateEndpointManagedResources",
50758
+ "UpdatedAt": "UpdatedAt",
50759
+ "AuthorizationData": "AuthorizationData",
50760
+ "ProtocolType": "ProtocolType"
50581
50761
  },
50582
50762
  "propertyConstraints": {
50583
50763
  "CreatedAt": {
@@ -50649,6 +50829,16 @@
50649
50829
  "kind": "property",
50650
50830
  "lexicon": "aws"
50651
50831
  },
50832
+ "GatewayTarget_ManagedResourceDetails": {
50833
+ "resourceType": "AWS::BedrockAgentCore::GatewayTarget.ManagedResourceDetails",
50834
+ "kind": "property",
50835
+ "lexicon": "aws"
50836
+ },
50837
+ "GatewayTarget_ManagedVpcResource": {
50838
+ "resourceType": "AWS::BedrockAgentCore::GatewayTarget.ManagedVpcResource",
50839
+ "kind": "property",
50840
+ "lexicon": "aws"
50841
+ },
50652
50842
  "GatewayTarget_McpLambdaTargetConfiguration": {
50653
50843
  "resourceType": "AWS::BedrockAgentCore::GatewayTarget.McpLambdaTargetConfiguration",
50654
50844
  "kind": "property",
@@ -50664,11 +50854,21 @@
50664
50854
  "kind": "property",
50665
50855
  "lexicon": "aws"
50666
50856
  },
50857
+ "GatewayTarget_OAuth2AuthorizationData": {
50858
+ "resourceType": "AWS::BedrockAgentCore::GatewayTarget.OAuth2AuthorizationData",
50859
+ "kind": "property",
50860
+ "lexicon": "aws"
50861
+ },
50667
50862
  "GatewayTarget_OAuthCredentialProvider": {
50668
50863
  "resourceType": "AWS::BedrockAgentCore::GatewayTarget.OAuthCredentialProvider",
50669
50864
  "kind": "property",
50670
50865
  "lexicon": "aws"
50671
50866
  },
50867
+ "GatewayTarget_RuntimeTargetConfiguration": {
50868
+ "resourceType": "AWS::BedrockAgentCore::GatewayTarget.RuntimeTargetConfiguration",
50869
+ "kind": "property",
50870
+ "lexicon": "aws"
50871
+ },
50672
50872
  "GatewayTarget_S3Configuration": {
50673
50873
  "resourceType": "AWS::BedrockAgentCore::GatewayTarget.S3Configuration",
50674
50874
  "kind": "property",
@@ -57166,26 +57366,20 @@
57166
57366
  "AvailabilityZone": "AvailabilityZone",
57167
57367
  "Endpoint": "Endpoint",
57168
57368
  "SecondaryAvailabilityZone": "SecondaryAvailabilityZone",
57169
- "InfluxAuthParametersSecretArn": "InfluxAuthParametersSecretArn"
57369
+ "InfluxAuthParametersSecretArn": "InfluxAuthParametersSecretArn",
57370
+ "NextMaintenanceTime": "NextMaintenanceTime"
57170
57371
  },
57171
57372
  "propertyConstraints": {
57172
- "Username": {
57173
- "minLength": 1,
57174
- "maxLength": 64
57175
- },
57176
- "Password": {
57177
- "pattern": "^[a-zA-Z0-9]+$",
57178
- "minLength": 8,
57179
- "maxLength": 64
57180
- },
57181
57373
  "Organization": {
57182
57374
  "minLength": 1,
57183
57375
  "maxLength": 64
57184
57376
  },
57185
- "Bucket": {
57186
- "pattern": "^[^_][^\"]*$",
57187
- "minLength": 2,
57188
- "maxLength": 64
57377
+ "InfluxAuthParametersSecretArn": {
57378
+ "pattern": "^arn:[a-z]*:secretsmanager:[a-z\\-0-9]*:[0-9]*:secret:[a-zA-Z0-9\\-]*"
57379
+ },
57380
+ "Port": {
57381
+ "minimum": 1024,
57382
+ "maximum": 65535
57189
57383
  },
57190
57384
  "DbInstanceType": {
57191
57385
  "enum": [
@@ -57200,31 +57394,19 @@
57200
57394
  "db.influx.24xlarge"
57201
57395
  ]
57202
57396
  },
57203
- "VpcSecurityGroupIds": {
57204
- "format": "AWS::EC2::SecurityGroup.Ids"
57205
- },
57206
- "PubliclyAccessible": {
57207
- "default": false
57208
- },
57209
- "DbStorageType": {
57397
+ "DeploymentType": {
57210
57398
  "enum": [
57211
- "InfluxIOIncludedT1",
57212
- "InfluxIOIncludedT2",
57213
- "InfluxIOIncludedT3"
57399
+ "SINGLE_AZ",
57400
+ "WITH_MULTIAZ_STANDBY"
57214
57401
  ]
57215
57402
  },
57216
- "AllocatedStorage": {
57217
- "minimum": 20,
57218
- "maximum": 16384
57219
- },
57220
- "DbParameterGroupIdentifier": {
57221
- "pattern": "^[a-zA-Z0-9]+$",
57403
+ "Name": {
57404
+ "pattern": "^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$",
57222
57405
  "minLength": 3,
57223
- "maxLength": 64
57406
+ "maxLength": 40
57224
57407
  },
57225
- "Port": {
57226
- "minimum": 1024,
57227
- "maximum": 65535
57408
+ "VpcSecurityGroupIds": {
57409
+ "format": "AWS::EC2::SecurityGroup.Ids"
57228
57410
  },
57229
57411
  "NetworkType": {
57230
57412
  "enum": [
@@ -57232,6 +57414,19 @@
57232
57414
  "DUAL"
57233
57415
  ]
57234
57416
  },
57417
+ "NextMaintenanceTime": {
57418
+ "format": "date-time"
57419
+ },
57420
+ "Password": {
57421
+ "pattern": "^[a-zA-Z0-9]+$",
57422
+ "minLength": 8,
57423
+ "maxLength": 64
57424
+ },
57425
+ "DbParameterGroupIdentifier": {
57426
+ "pattern": "^[a-zA-Z0-9]+$",
57427
+ "minLength": 3,
57428
+ "maxLength": 64
57429
+ },
57235
57430
  "Status": {
57236
57431
  "enum": [
57237
57432
  "CREATING",
@@ -57248,29 +57443,38 @@
57248
57443
  "FAILED"
57249
57444
  ]
57250
57445
  },
57251
- "Arn": {
57252
- "pattern": "^arn:aws[a-z\\-]*:timestream\\-influxdb:[a-z0-9\\-]+:[0-9]{12}:(db\\-instance)/[a-zA-Z0-9]{3,64}$",
57446
+ "AllocatedStorage": {
57447
+ "minimum": 20,
57448
+ "maximum": 16384
57449
+ },
57450
+ "DbStorageType": {
57451
+ "enum": [
57452
+ "InfluxIOIncludedT1",
57453
+ "InfluxIOIncludedT2",
57454
+ "InfluxIOIncludedT3"
57455
+ ]
57456
+ },
57457
+ "Username": {
57253
57458
  "minLength": 1,
57254
- "maxLength": 1011
57459
+ "maxLength": 64
57255
57460
  },
57256
- "Name": {
57257
- "pattern": "^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$",
57258
- "minLength": 3,
57259
- "maxLength": 40
57461
+ "Bucket": {
57462
+ "pattern": "^[^_][^\"]*$",
57463
+ "minLength": 2,
57464
+ "maxLength": 64
57260
57465
  },
57261
- "InfluxAuthParametersSecretArn": {
57262
- "pattern": "^arn:[a-z]*:secretsmanager:[a-z\\-0-9]*:[0-9]*:secret:[a-zA-Z0-9\\-]*"
57466
+ "PubliclyAccessible": {
57467
+ "default": false
57263
57468
  },
57264
57469
  "Id": {
57265
57470
  "pattern": "^[a-zA-Z0-9]+$",
57266
57471
  "minLength": 3,
57267
57472
  "maxLength": 64
57268
57473
  },
57269
- "DeploymentType": {
57270
- "enum": [
57271
- "SINGLE_AZ",
57272
- "WITH_MULTIAZ_STANDBY"
57273
- ]
57474
+ "Arn": {
57475
+ "pattern": "^arn:aws[a-z\\-]*:timestream\\-influxdb:[a-z0-9\\-]+:[0-9]{12}:(db\\-instance)/[a-zA-Z0-9]{3,64}$",
57476
+ "minLength": 1,
57477
+ "maxLength": 1011
57274
57478
  }
57275
57479
  },
57276
57480
  "createOnly": [
@@ -57299,6 +57503,11 @@
57299
57503
  "tagUpdatable": true
57300
57504
  }
57301
57505
  },
57506
+ "InfluxDBInstance_MaintenanceSchedule": {
57507
+ "resourceType": "AWS::Timestream::InfluxDBInstance.MaintenanceSchedule",
57508
+ "kind": "property",
57509
+ "lexicon": "aws"
57510
+ },
57302
57511
  "InfluxDBInstance_Tag": {
57303
57512
  "resourceType": "AWS::Timestream::InfluxDBInstance.Tag",
57304
57513
  "kind": "property",
@@ -57705,6 +57914,11 @@
57705
57914
  "kind": "property",
57706
57915
  "lexicon": "aws"
57707
57916
  },
57917
+ "InputSourceDefinition": {
57918
+ "resourceType": "AWS::ResilienceHubV2::Service.InputSourceDefinition",
57919
+ "kind": "property",
57920
+ "lexicon": "aws"
57921
+ },
57708
57922
  "InputSourceRequest": {
57709
57923
  "resourceType": "AWS::MediaLive::Input.InputSourceRequest",
57710
57924
  "kind": "property",
@@ -58666,7 +58880,17 @@
58666
58880
  "InstanceId",
58667
58881
  "IntegrationType",
58668
58882
  "IntegrationArn"
58669
- ]
58883
+ ],
58884
+ "tagging": {
58885
+ "taggable": true,
58886
+ "tagOnCreate": true,
58887
+ "tagUpdatable": true
58888
+ }
58889
+ },
58890
+ "IntegrationAssociation_Tag": {
58891
+ "resourceType": "AWS::Connect::IntegrationAssociation.Tag",
58892
+ "kind": "property",
58893
+ "lexicon": "aws"
58670
58894
  },
58671
58895
  "IntegrationConfig": {
58672
58896
  "resourceType": "AWS::Glue::Integration.IntegrationConfig",
@@ -61773,6 +61997,11 @@
61773
61997
  "pattern": "^arn:aws:payment-cryptography:[a-z]{2}-[a-z]{1,16}-[0-9]+:[0-9]{12}:(key/[0-9a-zA-Z]{16,64}|alias/[a-zA-Z0-9/_-]+)$|^alias/[a-zA-Z0-9/_-]+$",
61774
61998
  "minLength": 7,
61775
61999
  "maxLength": 322
62000
+ },
62001
+ "Policy": {
62002
+ "pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+$",
62003
+ "minLength": 1,
62004
+ "maxLength": 20480
61776
62005
  }
61777
62006
  },
61778
62007
  "writeOnly": [
@@ -63058,6 +63287,11 @@
63058
63287
  "kind": "property",
63059
63288
  "lexicon": "aws"
63060
63289
  },
63290
+ "LambdaCapacityProvider_PropagateTagsConfig": {
63291
+ "resourceType": "AWS::Lambda::CapacityProvider.PropagateTagsConfig",
63292
+ "kind": "property",
63293
+ "lexicon": "aws"
63294
+ },
63061
63295
  "LambdaCapacityProvider_Tag": {
63062
63296
  "resourceType": "AWS::Lambda::CapacityProvider.Tag",
63063
63297
  "kind": "property",
@@ -63354,7 +63588,9 @@
63354
63588
  "writeOnly": [
63355
63589
  "InstanceId",
63356
63590
  "ClassicLinkVPCId",
63357
- "ClassicLinkVPCSecurityGroups"
63591
+ "ClassicLinkVPCSecurityGroups",
63592
+ "KernelId",
63593
+ "RamDiskId"
63358
63594
  ],
63359
63595
  "primaryIdentifier": [
63360
63596
  "LaunchConfigurationName"
@@ -64860,6 +65096,45 @@
64860
65096
  "kind": "property",
64861
65097
  "lexicon": "aws"
64862
65098
  },
65099
+ "LinkRoutingRule": {
65100
+ "resourceType": "AWS::RTBFabric::LinkRoutingRule",
65101
+ "kind": "resource",
65102
+ "lexicon": "aws",
65103
+ "attrs": {
65104
+ "RuleId": "RuleId",
65105
+ "Arn": "Arn",
65106
+ "Status": "Status",
65107
+ "CreatedTimestamp": "CreatedTimestamp",
65108
+ "UpdatedTimestamp": "UpdatedTimestamp"
65109
+ },
65110
+ "primaryIdentifier": [
65111
+ "Arn"
65112
+ ],
65113
+ "conditionalCreateOnly": [
65114
+ "GatewayId",
65115
+ "LinkId"
65116
+ ],
65117
+ "tagging": {
65118
+ "taggable": true,
65119
+ "tagOnCreate": true,
65120
+ "tagUpdatable": true
65121
+ }
65122
+ },
65123
+ "LinkRoutingRule_QueryStringKeyValuePair": {
65124
+ "resourceType": "AWS::RTBFabric::LinkRoutingRule.QueryStringKeyValuePair",
65125
+ "kind": "property",
65126
+ "lexicon": "aws"
65127
+ },
65128
+ "LinkRoutingRule_RuleCondition": {
65129
+ "resourceType": "AWS::RTBFabric::LinkRoutingRule.RuleCondition",
65130
+ "kind": "property",
65131
+ "lexicon": "aws"
65132
+ },
65133
+ "LinkRoutingRule_Tag": {
65134
+ "resourceType": "AWS::RTBFabric::LinkRoutingRule.Tag",
65135
+ "kind": "property",
65136
+ "lexicon": "aws"
65137
+ },
64863
65138
  "LinkSharingConfiguration": {
64864
65139
  "resourceType": "AWS::QuickSight::Dashboard.LinkSharingConfiguration",
64865
65140
  "kind": "property",
@@ -64995,6 +65270,11 @@
64995
65270
  "kind": "property",
64996
65271
  "lexicon": "aws"
64997
65272
  },
65273
+ "ListenerConfig": {
65274
+ "resourceType": "AWS::RTBFabric::ResponderGateway.ListenerConfig",
65275
+ "kind": "property",
65276
+ "lexicon": "aws"
65277
+ },
64998
65278
  "ListenerRule": {
64999
65279
  "resourceType": "AWS::ElasticLoadBalancingV2::ListenerRule",
65000
65280
  "kind": "resource",
@@ -68562,6 +68842,11 @@
68562
68842
  "kind": "property",
68563
68843
  "lexicon": "aws"
68564
68844
  },
68845
+ "MaintenanceSchedule": {
68846
+ "resourceType": "AWS::Timestream::InfluxDBInstance.MaintenanceSchedule",
68847
+ "kind": "property",
68848
+ "lexicon": "aws"
68849
+ },
68565
68850
  "MaintenanceStrategies": {
68566
68851
  "resourceType": "AWS::EC2::EC2Fleet.MaintenanceStrategies",
68567
68852
  "kind": "property",
@@ -68931,6 +69216,11 @@
68931
69216
  "kind": "property",
68932
69217
  "lexicon": "aws"
68933
69218
  },
69219
+ "ManagedResourceDetails": {
69220
+ "resourceType": "AWS::BedrockAgentCore::GatewayTarget.ManagedResourceDetails",
69221
+ "kind": "property",
69222
+ "lexicon": "aws"
69223
+ },
68934
69224
  "ManagedRuleGroupConfig": {
68935
69225
  "resourceType": "AWS::WAFv2::WebACL.ManagedRuleGroupConfig",
68936
69226
  "kind": "property",
@@ -68966,6 +69256,11 @@
68966
69256
  "kind": "property",
68967
69257
  "lexicon": "aws"
68968
69258
  },
69259
+ "ManagedVpcResource": {
69260
+ "resourceType": "AWS::BedrockAgentCore::GatewayTarget.ManagedVpcResource",
69261
+ "kind": "property",
69262
+ "lexicon": "aws"
69263
+ },
68969
69264
  "ManagedWordsConfig": {
68970
69265
  "resourceType": "AWS::Bedrock::Guardrail.ManagedWordsConfig",
68971
69266
  "kind": "property",
@@ -69660,6 +69955,31 @@
69660
69955
  "kind": "property",
69661
69956
  "lexicon": "aws"
69662
69957
  },
69958
+ "MediaConnectRouterContainerSettings": {
69959
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterContainerSettings",
69960
+ "kind": "property",
69961
+ "lexicon": "aws"
69962
+ },
69963
+ "MediaConnectRouterGroupSettings": {
69964
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterGroupSettings",
69965
+ "kind": "property",
69966
+ "lexicon": "aws"
69967
+ },
69968
+ "MediaConnectRouterOutputConnectionMap": {
69969
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterOutputConnectionMap",
69970
+ "kind": "property",
69971
+ "lexicon": "aws"
69972
+ },
69973
+ "MediaConnectRouterOutputDestinationSettings": {
69974
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterOutputDestinationSettings",
69975
+ "kind": "property",
69976
+ "lexicon": "aws"
69977
+ },
69978
+ "MediaConnectRouterOutputSettings": {
69979
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterOutputSettings",
69980
+ "kind": "property",
69981
+ "lexicon": "aws"
69982
+ },
69663
69983
  "MediaConvertJobTemplate": {
69664
69984
  "resourceType": "AWS::MediaConvert::JobTemplate",
69665
69985
  "kind": "resource",
@@ -70246,6 +70566,31 @@
70246
70566
  "kind": "property",
70247
70567
  "lexicon": "aws"
70248
70568
  },
70569
+ "MediaLiveChannel_MediaConnectRouterContainerSettings": {
70570
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterContainerSettings",
70571
+ "kind": "property",
70572
+ "lexicon": "aws"
70573
+ },
70574
+ "MediaLiveChannel_MediaConnectRouterGroupSettings": {
70575
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterGroupSettings",
70576
+ "kind": "property",
70577
+ "lexicon": "aws"
70578
+ },
70579
+ "MediaLiveChannel_MediaConnectRouterOutputConnectionMap": {
70580
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterOutputConnectionMap",
70581
+ "kind": "property",
70582
+ "lexicon": "aws"
70583
+ },
70584
+ "MediaLiveChannel_MediaConnectRouterOutputDestinationSettings": {
70585
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterOutputDestinationSettings",
70586
+ "kind": "property",
70587
+ "lexicon": "aws"
70588
+ },
70589
+ "MediaLiveChannel_MediaConnectRouterOutputSettings": {
70590
+ "resourceType": "AWS::MediaLive::Channel.MediaConnectRouterOutputSettings",
70591
+ "kind": "property",
70592
+ "lexicon": "aws"
70593
+ },
70249
70594
  "MediaLiveChannel_MediaPackageAdditionalDestinations": {
70250
70595
  "resourceType": "AWS::MediaLive::Channel.MediaPackageAdditionalDestinations",
70251
70596
  "kind": "property",
@@ -71106,7 +71451,7 @@
71106
71451
  "maxLength": 256
71107
71452
  },
71108
71453
  "StartoverWindowSeconds": {
71109
- "minimum": 60,
71454
+ "minimum": 0,
71110
71455
  "maximum": 1209600
71111
71456
  }
71112
71457
  },
@@ -74467,6 +74812,11 @@
74467
74812
  "kind": "property",
74468
74813
  "lexicon": "aws"
74469
74814
  },
74815
+ "MultiAzTargets": {
74816
+ "resourceType": "AWS::ResilienceHubV2::Policy.MultiAzTargets",
74817
+ "kind": "property",
74818
+ "lexicon": "aws"
74819
+ },
74470
74820
  "MultiMeasureMapping": {
74471
74821
  "resourceType": "AWS::Pipes::Pipe.MultiMeasureMapping",
74472
74822
  "kind": "property",
@@ -74631,6 +74981,11 @@
74631
74981
  "kind": "property",
74632
74982
  "lexicon": "aws"
74633
74983
  },
74984
+ "MultiRegionTargets": {
74985
+ "resourceType": "AWS::ResilienceHubV2::Policy.MultiRegionTargets",
74986
+ "kind": "property",
74987
+ "lexicon": "aws"
74988
+ },
74634
74989
  "MultiSelectQuestionRuleCategoryAutomation": {
74635
74990
  "resourceType": "AWS::Connect::EvaluationForm.MultiSelectQuestionRuleCategoryAutomation",
74636
74991
  "kind": "property",
@@ -75256,6 +75611,11 @@
75256
75611
  "kind": "property",
75257
75612
  "lexicon": "aws"
75258
75613
  },
75614
+ "NeptuneGlobalDatabaseConfiguration": {
75615
+ "resourceType": "AWS::ARCRegionSwitch::Plan.NeptuneGlobalDatabaseConfiguration",
75616
+ "kind": "property",
75617
+ "lexicon": "aws"
75618
+ },
75259
75619
  "NeptuneGraphGraph": {
75260
75620
  "resourceType": "AWS::NeptuneGraph::Graph",
75261
75621
  "kind": "resource",
@@ -75310,6 +75670,11 @@
75310
75670
  "kind": "property",
75311
75671
  "lexicon": "aws"
75312
75672
  },
75673
+ "NeptuneUngraceful": {
75674
+ "resourceType": "AWS::ARCRegionSwitch::Plan.NeptuneUngraceful",
75675
+ "kind": "property",
75676
+ "lexicon": "aws"
75677
+ },
75313
75678
  "NetWeaverPrometheusExporter": {
75314
75679
  "resourceType": "AWS::ApplicationInsights::Application.NetWeaverPrometheusExporter",
75315
75680
  "kind": "property",
@@ -76850,6 +77215,11 @@
76850
77215
  "kind": "property",
76851
77216
  "lexicon": "aws"
76852
77217
  },
77218
+ "OAuth2AuthorizationData": {
77219
+ "resourceType": "AWS::BedrockAgentCore::GatewayTarget.OAuth2AuthorizationData",
77220
+ "kind": "property",
77221
+ "lexicon": "aws"
77222
+ },
76853
77223
  "OAuth2ClientCredentialConfiguration": {
76854
77224
  "resourceType": "AWS::QBusiness::Plugin.OAuth2ClientCredentialConfiguration",
76855
77225
  "kind": "property",
@@ -76862,6 +77232,8 @@
76862
77232
  "attrs": {
76863
77233
  "CredentialProviderArn": "CredentialProviderArn",
76864
77234
  "ClientSecretArn": "ClientSecretArn",
77235
+ "ClientSecretJsonKey": "ClientSecretJsonKey",
77236
+ "ClientSecretSource": "ClientSecretSource",
76865
77237
  "CallbackUrl": "CallbackUrl",
76866
77238
  "Oauth2ProviderConfigOutput": "Oauth2ProviderConfigOutput",
76867
77239
  "CreatedTime": "CreatedTime",
@@ -76905,6 +77277,16 @@
76905
77277
  "CredentialProviderArn": {
76906
77278
  "pattern": "^arn:(aws|aws-us-gov):bedrock-agentcore:[A-Za-z0-9-]{1,64}:[0-9]{12}:token-vault/[a-zA-Z0-9-.]+/oauth2credentialprovider/[a-zA-Z0-9-]+$"
76907
77279
  },
77280
+ "ClientSecretJsonKey": {
77281
+ "minLength": 1,
77282
+ "maxLength": 128
77283
+ },
77284
+ "ClientSecretSource": {
77285
+ "enum": [
77286
+ "MANAGED",
77287
+ "EXTERNAL"
77288
+ ]
77289
+ },
76908
77290
  "CreatedTime": {
76909
77291
  "format": "date-time"
76910
77292
  },
@@ -76998,6 +77380,11 @@
76998
77380
  "kind": "property",
76999
77381
  "lexicon": "aws"
77000
77382
  },
77383
+ "OAuth2CredentialProvider_SecretReference": {
77384
+ "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.SecretReference",
77385
+ "kind": "property",
77386
+ "lexicon": "aws"
77387
+ },
77001
77388
  "OAuth2CredentialProvider_SlackOauth2ProviderConfigInput": {
77002
77389
  "resourceType": "AWS::BedrockAgentCore::OAuth2CredentialProvider.SlackOauth2ProviderConfigInput",
77003
77390
  "kind": "property",
@@ -78408,6 +78795,11 @@
78408
78795
  "kind": "property",
78409
78796
  "lexicon": "aws"
78410
78797
  },
78798
+ "OpenSearchServiceDomain_AutomatedSnapshotPauseOptions": {
78799
+ "resourceType": "AWS::OpenSearchService::Domain.AutomatedSnapshotPauseOptions",
78800
+ "kind": "property",
78801
+ "lexicon": "aws"
78802
+ },
78411
78803
  "OpenSearchServiceDomain_ClusterConfig": {
78412
78804
  "resourceType": "AWS::OpenSearchService::Domain.ClusterConfig",
78413
78805
  "kind": "property",
@@ -81509,6 +81901,60 @@
81509
81901
  "kind": "property",
81510
81902
  "lexicon": "aws"
81511
81903
  },
81904
+ "PaymentConnector": {
81905
+ "resourceType": "AWS::BedrockAgentCore::PaymentConnector",
81906
+ "kind": "resource",
81907
+ "lexicon": "aws",
81908
+ "attrs": {
81909
+ "PaymentConnectorId": "PaymentConnectorId",
81910
+ "PaymentConnectorArn": "PaymentConnectorArn",
81911
+ "ConnectorStatus": "ConnectorStatus",
81912
+ "ConnectorCreatedAt": "ConnectorCreatedAt",
81913
+ "ConnectorLastUpdatedAt": "ConnectorLastUpdatedAt"
81914
+ },
81915
+ "propertyConstraints": {
81916
+ "PaymentManagerId": {
81917
+ "pattern": "^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$"
81918
+ },
81919
+ "PaymentConnectorId": {
81920
+ "pattern": "^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$"
81921
+ },
81922
+ "PaymentConnectorArn": {
81923
+ "pattern": "^arn:aws[-a-z]{0,7}:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:payment-manager/[a-z0-9-]+/connector/[a-z0-9-]+$"
81924
+ },
81925
+ "ConnectorName": {
81926
+ "pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,47}$"
81927
+ },
81928
+ "Description": {
81929
+ "pattern": "^[a-zA-Z0-9\\s]+$",
81930
+ "minLength": 1,
81931
+ "maxLength": 4096
81932
+ },
81933
+ "ConnectorCreatedAt": {
81934
+ "format": "date-time"
81935
+ },
81936
+ "ConnectorLastUpdatedAt": {
81937
+ "format": "date-time"
81938
+ }
81939
+ },
81940
+ "createOnly": [
81941
+ "PaymentManagerId",
81942
+ "ConnectorName"
81943
+ ],
81944
+ "primaryIdentifier": [
81945
+ "PaymentConnectorArn"
81946
+ ]
81947
+ },
81948
+ "PaymentConnector_CredentialsProviderConfiguration": {
81949
+ "resourceType": "AWS::BedrockAgentCore::PaymentConnector.CredentialsProviderConfiguration",
81950
+ "kind": "property",
81951
+ "lexicon": "aws"
81952
+ },
81953
+ "PaymentConnector_PaymentCredentialProviderConfiguration": {
81954
+ "resourceType": "AWS::BedrockAgentCore::PaymentConnector.PaymentCredentialProviderConfiguration",
81955
+ "kind": "property",
81956
+ "lexicon": "aws"
81957
+ },
81512
81958
  "PaymentCredentialProvider": {
81513
81959
  "resourceType": "AWS::BedrockAgentCore::PaymentCredentialProvider",
81514
81960
  "kind": "resource",
@@ -81550,6 +81996,11 @@
81550
81996
  "tagUpdatable": true
81551
81997
  }
81552
81998
  },
81999
+ "PaymentCredentialProviderConfiguration": {
82000
+ "resourceType": "AWS::BedrockAgentCore::PaymentConnector.PaymentCredentialProviderConfiguration",
82001
+ "kind": "property",
82002
+ "lexicon": "aws"
82003
+ },
81553
82004
  "PaymentCredentialProvider_CoinbaseCdpConfigurationInput": {
81554
82005
  "resourceType": "AWS::BedrockAgentCore::PaymentCredentialProvider.CoinbaseCdpConfigurationInput",
81555
82006
  "kind": "property",
@@ -81575,6 +82026,11 @@
81575
82026
  "kind": "property",
81576
82027
  "lexicon": "aws"
81577
82028
  },
82029
+ "PaymentCredentialProvider_SecretReference": {
82030
+ "resourceType": "AWS::BedrockAgentCore::PaymentCredentialProvider.SecretReference",
82031
+ "kind": "property",
82032
+ "lexicon": "aws"
82033
+ },
81578
82034
  "PaymentCredentialProvider_StripePrivyConfigurationInput": {
81579
82035
  "resourceType": "AWS::BedrockAgentCore::PaymentCredentialProvider.StripePrivyConfigurationInput",
81580
82036
  "kind": "property",
@@ -81613,6 +82069,94 @@
81613
82069
  "AliasName"
81614
82070
  ]
81615
82071
  },
82072
+ "PaymentManager": {
82073
+ "resourceType": "AWS::BedrockAgentCore::PaymentManager",
82074
+ "kind": "resource",
82075
+ "lexicon": "aws",
82076
+ "attrs": {
82077
+ "PaymentManagerArn": "PaymentManagerArn",
82078
+ "PaymentManagerId": "PaymentManagerId",
82079
+ "CreatedAt": "CreatedAt",
82080
+ "LastUpdatedAt": "LastUpdatedAt",
82081
+ "Status": "Status",
82082
+ "WorkloadIdentityDetails": "WorkloadIdentityDetails"
82083
+ },
82084
+ "propertyConstraints": {
82085
+ "PaymentManagerArn": {
82086
+ "pattern": "^arn:aws[-a-z]{0,7}:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:payment-manager/([0-9a-z][-]?){1,48}-[a-z0-9]{10}$"
82087
+ },
82088
+ "PaymentManagerId": {
82089
+ "pattern": "^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$"
82090
+ },
82091
+ "Name": {
82092
+ "pattern": "^[a-zA-Z][a-zA-Z0-9]{0,47}$"
82093
+ },
82094
+ "Description": {
82095
+ "pattern": "^[a-zA-Z0-9\\s]+$",
82096
+ "minLength": 1,
82097
+ "maxLength": 4096
82098
+ },
82099
+ "RoleArn": {
82100
+ "pattern": "^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$",
82101
+ "minLength": 1,
82102
+ "maxLength": 2048
82103
+ },
82104
+ "CreatedAt": {
82105
+ "format": "date-time"
82106
+ },
82107
+ "LastUpdatedAt": {
82108
+ "format": "date-time"
82109
+ }
82110
+ },
82111
+ "createOnly": [
82112
+ "Name",
82113
+ "AuthorizerType",
82114
+ "AuthorizerConfiguration"
82115
+ ],
82116
+ "primaryIdentifier": [
82117
+ "PaymentManagerArn"
82118
+ ],
82119
+ "tagging": {
82120
+ "taggable": true,
82121
+ "tagOnCreate": true,
82122
+ "tagUpdatable": true
82123
+ }
82124
+ },
82125
+ "PaymentManager_AuthorizerConfiguration": {
82126
+ "resourceType": "AWS::BedrockAgentCore::PaymentManager.AuthorizerConfiguration",
82127
+ "kind": "property",
82128
+ "lexicon": "aws"
82129
+ },
82130
+ "PaymentManager_AuthorizingClaimMatchValueType": {
82131
+ "resourceType": "AWS::BedrockAgentCore::PaymentManager.AuthorizingClaimMatchValueType",
82132
+ "kind": "property",
82133
+ "lexicon": "aws"
82134
+ },
82135
+ "PaymentManager_ClaimMatchValueType": {
82136
+ "resourceType": "AWS::BedrockAgentCore::PaymentManager.ClaimMatchValueType",
82137
+ "kind": "property",
82138
+ "lexicon": "aws"
82139
+ },
82140
+ "PaymentManager_CustomClaimValidationType": {
82141
+ "resourceType": "AWS::BedrockAgentCore::PaymentManager.CustomClaimValidationType",
82142
+ "kind": "property",
82143
+ "lexicon": "aws"
82144
+ },
82145
+ "PaymentManager_CustomJWTAuthorizerConfiguration": {
82146
+ "resourceType": "AWS::BedrockAgentCore::PaymentManager.CustomJWTAuthorizerConfiguration",
82147
+ "kind": "property",
82148
+ "lexicon": "aws"
82149
+ },
82150
+ "PaymentManager_Tag": {
82151
+ "resourceType": "AWS::BedrockAgentCore::PaymentManager.Tag",
82152
+ "kind": "property",
82153
+ "lexicon": "aws"
82154
+ },
82155
+ "PaymentManager_WorkloadIdentityDetails": {
82156
+ "resourceType": "AWS::BedrockAgentCore::PaymentManager.WorkloadIdentityDetails",
82157
+ "kind": "property",
82158
+ "lexicon": "aws"
82159
+ },
81616
82160
  "PaymentProviderConfigurationInput": {
81617
82161
  "resourceType": "AWS::BedrockAgentCore::PaymentCredentialProvider.PaymentProviderConfigurationInput",
81618
82162
  "kind": "property",
@@ -81804,11 +82348,6 @@
81804
82348
  "Id"
81805
82349
  ]
81806
82350
  },
81807
- "PermissionModel": {
81808
- "resourceType": "AWS::ResilienceHub::App.PermissionModel",
81809
- "kind": "property",
81810
- "lexicon": "aws"
81811
- },
81812
82351
  "PermissionSet": {
81813
82352
  "resourceType": "AWS::SSO::PermissionSet",
81814
82353
  "kind": "resource",
@@ -83808,6 +84347,30 @@
83808
84347
  "tagUpdatable": true
83809
84348
  }
83810
84349
  },
84350
+ "PolicyStoreAlias": {
84351
+ "resourceType": "AWS::VerifiedPermissions::PolicyStoreAlias",
84352
+ "kind": "resource",
84353
+ "lexicon": "aws",
84354
+ "propertyConstraints": {
84355
+ "AliasName": {
84356
+ "pattern": "^[a-zA-Z0-9-_/]*$",
84357
+ "minLength": 1,
84358
+ "maxLength": 150
84359
+ },
84360
+ "PolicyStoreId": {
84361
+ "pattern": "^[a-zA-Z0-9-]*$",
84362
+ "minLength": 1,
84363
+ "maxLength": 200
84364
+ }
84365
+ },
84366
+ "createOnly": [
84367
+ "AliasName",
84368
+ "PolicyStoreId"
84369
+ ],
84370
+ "primaryIdentifier": [
84371
+ "AliasName"
84372
+ ]
84373
+ },
83811
84374
  "PolicyStore_DeletionProtection": {
83812
84375
  "resourceType": "AWS::VerifiedPermissions::PolicyStore.DeletionProtection",
83813
84376
  "kind": "property",
@@ -85696,6 +86259,11 @@
85696
86259
  "kind": "property",
85697
86260
  "lexicon": "aws"
85698
86261
  },
86262
+ "PropagateTagsConfig": {
86263
+ "resourceType": "AWS::Lambda::CapacityProvider.PropagateTagsConfig",
86264
+ "kind": "property",
86265
+ "lexicon": "aws"
86266
+ },
85699
86267
  "PropagatingAttribute": {
85700
86268
  "resourceType": "AWS::IoT::ThingType.PropagatingAttribute",
85701
86269
  "kind": "property",
@@ -86902,6 +87470,11 @@
86902
87470
  "kind": "property",
86903
87471
  "lexicon": "aws"
86904
87472
  },
87473
+ "QueryStringKeyValuePair": {
87474
+ "resourceType": "AWS::RTBFabric::LinkRoutingRule.QueryStringKeyValuePair",
87475
+ "kind": "property",
87476
+ "lexicon": "aws"
87477
+ },
86905
87478
  "QueryStringObject": {
86906
87479
  "resourceType": "AWS::Lightsail::Distribution.QueryStringObject",
86907
87480
  "kind": "property",
@@ -96408,7 +96981,8 @@
96408
96981
  "ReadEndPoint_PortsList": "ReadEndPoint.PortsList",
96409
96982
  "ReaderEndPoint": "ReaderEndPoint",
96410
96983
  "ReaderEndPoint_Address": "ReaderEndPoint.Address",
96411
- "ReaderEndPoint_Port": "ReaderEndPoint.Port"
96984
+ "ReaderEndPoint_Port": "ReaderEndPoint.Port",
96985
+ "EffectiveDurability": "EffectiveDurability"
96412
96986
  },
96413
96987
  "propertyConstraints": {
96414
96988
  "NumNodeGroups": {
@@ -96436,6 +97010,21 @@
96436
97010
  },
96437
97011
  "SnapshotRetentionLimit": {
96438
97012
  "default": 0
97013
+ },
97014
+ "Durability": {
97015
+ "enum": [
97016
+ "default",
97017
+ "async",
97018
+ "sync",
97019
+ "disabled"
97020
+ ]
97021
+ },
97022
+ "EffectiveDurability": {
97023
+ "enum": [
97024
+ "async",
97025
+ "sync",
97026
+ "disabled"
97027
+ ]
96439
97028
  }
96440
97029
  },
96441
97030
  "createOnly": [
@@ -96942,6 +97531,11 @@
96942
97531
  "kind": "property",
96943
97532
  "lexicon": "aws"
96944
97533
  },
97534
+ "ReportOutputConfiguration": {
97535
+ "resourceType": "AWS::ResilienceHubV2::Service.ReportOutputConfiguration",
97536
+ "kind": "property",
97537
+ "lexicon": "aws"
97538
+ },
96945
97539
  "ReportPlan": {
96946
97540
  "resourceType": "AWS::Backup::ReportPlan",
96947
97541
  "kind": "resource",
@@ -97377,6 +97971,218 @@
97377
97971
  "kind": "property",
97378
97972
  "lexicon": "aws"
97379
97973
  },
97974
+ "ResilienceHubV2Policy": {
97975
+ "resourceType": "AWS::ResilienceHubV2::Policy",
97976
+ "kind": "resource",
97977
+ "lexicon": "aws",
97978
+ "attrs": {
97979
+ "PolicyArn": "PolicyArn",
97980
+ "CreatedAt": "CreatedAt",
97981
+ "UpdatedAt": "UpdatedAt",
97982
+ "AssociatedServiceCount": "AssociatedServiceCount"
97983
+ },
97984
+ "propertyConstraints": {
97985
+ "PolicyArn": {
97986
+ "pattern": "^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"
97987
+ },
97988
+ "Name": {
97989
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"
97990
+ },
97991
+ "Description": {
97992
+ "maxLength": 615
97993
+ },
97994
+ "CreatedAt": {
97995
+ "format": "date-time"
97996
+ },
97997
+ "UpdatedAt": {
97998
+ "format": "date-time"
97999
+ },
98000
+ "KmsKeyId": {
98001
+ "pattern": "^((arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:((key/[a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)))|([a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+))$",
98002
+ "minLength": 1,
98003
+ "maxLength": 2048
98004
+ }
98005
+ },
98006
+ "createOnly": [
98007
+ "Name",
98008
+ "KmsKeyId"
98009
+ ],
98010
+ "writeOnly": [
98011
+ "KmsKeyId"
98012
+ ],
98013
+ "primaryIdentifier": [
98014
+ "PolicyArn"
98015
+ ],
98016
+ "tagging": {
98017
+ "taggable": true,
98018
+ "tagOnCreate": true,
98019
+ "tagUpdatable": true
98020
+ }
98021
+ },
98022
+ "ResilienceHubV2Policy_AvailabilitySlo": {
98023
+ "resourceType": "AWS::ResilienceHubV2::Policy.AvailabilitySlo",
98024
+ "kind": "property",
98025
+ "lexicon": "aws"
98026
+ },
98027
+ "ResilienceHubV2Policy_DataRecoveryTargets": {
98028
+ "resourceType": "AWS::ResilienceHubV2::Policy.DataRecoveryTargets",
98029
+ "kind": "property",
98030
+ "lexicon": "aws"
98031
+ },
98032
+ "ResilienceHubV2Policy_MultiAzTargets": {
98033
+ "resourceType": "AWS::ResilienceHubV2::Policy.MultiAzTargets",
98034
+ "kind": "property",
98035
+ "lexicon": "aws"
98036
+ },
98037
+ "ResilienceHubV2Policy_MultiRegionTargets": {
98038
+ "resourceType": "AWS::ResilienceHubV2::Policy.MultiRegionTargets",
98039
+ "kind": "property",
98040
+ "lexicon": "aws"
98041
+ },
98042
+ "ResilienceHubV2Policy_Tag": {
98043
+ "resourceType": "AWS::ResilienceHubV2::Policy.Tag",
98044
+ "kind": "property",
98045
+ "lexicon": "aws"
98046
+ },
98047
+ "ResilienceHubV2Service": {
98048
+ "resourceType": "AWS::ResilienceHubV2::Service",
98049
+ "kind": "resource",
98050
+ "lexicon": "aws",
98051
+ "attrs": {
98052
+ "ServiceArn": "ServiceArn",
98053
+ "CreatedAt": "CreatedAt",
98054
+ "UpdatedAt": "UpdatedAt",
98055
+ "EffectivePolicyValues": "EffectivePolicyValues"
98056
+ },
98057
+ "propertyConstraints": {
98058
+ "ServiceArn": {
98059
+ "pattern": "^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"
98060
+ },
98061
+ "Name": {
98062
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"
98063
+ },
98064
+ "Description": {
98065
+ "maxLength": 615
98066
+ },
98067
+ "PolicyArn": {
98068
+ "pattern": "^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"
98069
+ },
98070
+ "DependencyDiscovery": {
98071
+ "enum": [
98072
+ "ENABLED",
98073
+ "DISABLED",
98074
+ "INITIALIZING"
98075
+ ]
98076
+ },
98077
+ "CreatedAt": {
98078
+ "format": "date-time"
98079
+ },
98080
+ "UpdatedAt": {
98081
+ "format": "date-time"
98082
+ },
98083
+ "KmsKeyId": {
98084
+ "pattern": "^((arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:((key/[a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)))|([a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+))$",
98085
+ "minLength": 1,
98086
+ "maxLength": 2048
98087
+ }
98088
+ },
98089
+ "createOnly": [
98090
+ "Name",
98091
+ "Regions",
98092
+ "KmsKeyId"
98093
+ ],
98094
+ "writeOnly": [
98095
+ "KmsKeyId"
98096
+ ],
98097
+ "primaryIdentifier": [
98098
+ "ServiceArn"
98099
+ ],
98100
+ "tagging": {
98101
+ "taggable": true,
98102
+ "tagOnCreate": true,
98103
+ "tagUpdatable": true
98104
+ }
98105
+ },
98106
+ "ResilienceHubV2Service_AssertionDefinition": {
98107
+ "resourceType": "AWS::ResilienceHubV2::Service.AssertionDefinition",
98108
+ "kind": "property",
98109
+ "lexicon": "aws"
98110
+ },
98111
+ "ResilienceHubV2Service_AssociatedSystem": {
98112
+ "resourceType": "AWS::ResilienceHubV2::Service.AssociatedSystem",
98113
+ "kind": "property",
98114
+ "lexicon": "aws"
98115
+ },
98116
+ "ResilienceHubV2Service_CrossAccountRoleConfiguration": {
98117
+ "resourceType": "AWS::ResilienceHubV2::Service.CrossAccountRoleConfiguration",
98118
+ "kind": "property",
98119
+ "lexicon": "aws"
98120
+ },
98121
+ "ResilienceHubV2Service_DisasterRecoverySource": {
98122
+ "resourceType": "AWS::ResilienceHubV2::Service.DisasterRecoverySource",
98123
+ "kind": "property",
98124
+ "lexicon": "aws"
98125
+ },
98126
+ "ResilienceHubV2Service_EffectivePolicyValues": {
98127
+ "resourceType": "AWS::ResilienceHubV2::Service.EffectivePolicyValues",
98128
+ "kind": "property",
98129
+ "lexicon": "aws"
98130
+ },
98131
+ "ResilienceHubV2Service_EksSource": {
98132
+ "resourceType": "AWS::ResilienceHubV2::Service.EksSource",
98133
+ "kind": "property",
98134
+ "lexicon": "aws"
98135
+ },
98136
+ "ResilienceHubV2Service_InputSourceDefinition": {
98137
+ "resourceType": "AWS::ResilienceHubV2::Service.InputSourceDefinition",
98138
+ "kind": "property",
98139
+ "lexicon": "aws"
98140
+ },
98141
+ "ResilienceHubV2Service_PermissionModel": {
98142
+ "resourceType": "AWS::ResilienceHubV2::Service.PermissionModel",
98143
+ "kind": "property",
98144
+ "lexicon": "aws"
98145
+ },
98146
+ "ResilienceHubV2Service_ReportOutputConfiguration": {
98147
+ "resourceType": "AWS::ResilienceHubV2::Service.ReportOutputConfiguration",
98148
+ "kind": "property",
98149
+ "lexicon": "aws"
98150
+ },
98151
+ "ResilienceHubV2Service_ResourceConfiguration": {
98152
+ "resourceType": "AWS::ResilienceHubV2::Service.ResourceConfiguration",
98153
+ "kind": "property",
98154
+ "lexicon": "aws"
98155
+ },
98156
+ "ResilienceHubV2Service_ResourceTag": {
98157
+ "resourceType": "AWS::ResilienceHubV2::Service.ResourceTag",
98158
+ "kind": "property",
98159
+ "lexicon": "aws"
98160
+ },
98161
+ "ResilienceHubV2Service_S3ReportOutputConfiguration": {
98162
+ "resourceType": "AWS::ResilienceHubV2::Service.S3ReportOutputConfiguration",
98163
+ "kind": "property",
98164
+ "lexicon": "aws"
98165
+ },
98166
+ "ResilienceHubV2Service_ServiceReportConfiguration": {
98167
+ "resourceType": "AWS::ResilienceHubV2::Service.ServiceReportConfiguration",
98168
+ "kind": "property",
98169
+ "lexicon": "aws"
98170
+ },
98171
+ "ResilienceHubV2Service_SloSource": {
98172
+ "resourceType": "AWS::ResilienceHubV2::Service.SloSource",
98173
+ "kind": "property",
98174
+ "lexicon": "aws"
98175
+ },
98176
+ "ResilienceHubV2Service_Tag": {
98177
+ "resourceType": "AWS::ResilienceHubV2::Service.Tag",
98178
+ "kind": "property",
98179
+ "lexicon": "aws"
98180
+ },
98181
+ "ResilienceHubV2Service_TargetSource": {
98182
+ "resourceType": "AWS::ResilienceHubV2::Service.TargetSource",
98183
+ "kind": "property",
98184
+ "lexicon": "aws"
98185
+ },
97380
98186
  "ResiliencyPolicy": {
97381
98187
  "resourceType": "AWS::ResilienceHub::ResiliencyPolicy",
97382
98188
  "kind": "resource",
@@ -98658,7 +99464,9 @@
98658
99464
  "Arn": "Arn",
98659
99465
  "ResponderGatewayStatus": "ResponderGatewayStatus",
98660
99466
  "CreatedTimestamp": "CreatedTimestamp",
98661
- "UpdatedTimestamp": "UpdatedTimestamp"
99467
+ "UpdatedTimestamp": "UpdatedTimestamp",
99468
+ "ExternalInboundEndpoint": "ExternalInboundEndpoint",
99469
+ "CertificateAssociationStatus": "CertificateAssociationStatus"
98662
99470
  },
98663
99471
  "primaryIdentifier": [
98664
99472
  "Arn"
@@ -98671,7 +99479,10 @@
98671
99479
  "Port",
98672
99480
  "Protocol",
98673
99481
  "DomainName",
98674
- "TrustStoreConfiguration"
99482
+ "TrustStoreConfiguration",
99483
+ "ManagedEndpointConfiguration",
99484
+ "GatewayType",
99485
+ "AcmCertificateArn"
98675
99486
  ],
98676
99487
  "tagging": {
98677
99488
  "taggable": true,
@@ -98694,6 +99505,11 @@
98694
99505
  "kind": "property",
98695
99506
  "lexicon": "aws"
98696
99507
  },
99508
+ "ResponderGateway_ListenerConfig": {
99509
+ "resourceType": "AWS::RTBFabric::ResponderGateway.ListenerConfig",
99510
+ "kind": "property",
99511
+ "lexicon": "aws"
99512
+ },
98697
99513
  "ResponderGateway_Tag": {
98698
99514
  "resourceType": "AWS::RTBFabric::ResponderGateway.Tag",
98699
99515
  "kind": "property",
@@ -101181,6 +101997,11 @@
101181
101997
  "kind": "property",
101182
101998
  "lexicon": "aws"
101183
101999
  },
102000
+ "RuntimeTargetConfiguration": {
102001
+ "resourceType": "AWS::BedrockAgentCore::GatewayTarget.RuntimeTargetConfiguration",
102002
+ "kind": "property",
102003
+ "lexicon": "aws"
102004
+ },
101184
102005
  "Runtime_AgentRuntimeArtifact": {
101185
102006
  "resourceType": "AWS::BedrockAgentCore::Runtime.AgentRuntimeArtifact",
101186
102007
  "kind": "property",
@@ -102225,11 +103046,6 @@
102225
103046
  "kind": "property",
102226
103047
  "lexicon": "aws"
102227
103048
  },
102228
- "S3ReportOutputConfiguration": {
102229
- "resourceType": "AWS::ARCRegionSwitch::Plan.S3ReportOutputConfiguration",
102230
- "kind": "property",
102231
- "lexicon": "aws"
102232
- },
102233
103049
  "S3Settings": {
102234
103050
  "resourceType": "AWS::DMS::Endpoint.S3Settings",
102235
103051
  "kind": "property",
@@ -103102,7 +103918,8 @@
103102
103918
  "kind": "resource",
103103
103919
  "lexicon": "aws",
103104
103920
  "attrs": {
103105
- "ApplicationArn": "ApplicationArn"
103921
+ "ApplicationArn": "ApplicationArn",
103922
+ "IdentityStoreArn": "IdentityStoreArn"
103106
103923
  },
103107
103924
  "propertyConstraints": {
103108
103925
  "Name": {
@@ -103134,6 +103951,11 @@
103134
103951
  "ENABLED",
103135
103952
  "DISABLED"
103136
103953
  ]
103954
+ },
103955
+ "IdentityStoreArn": {
103956
+ "pattern": "^arn:aws(-[a-z]{1,5}){0,3}:identitystore::\\d{12}:identitystore/d-[0-9a-f]{10}$",
103957
+ "minLength": 10,
103958
+ "maxLength": 1224
103137
103959
  }
103138
103960
  },
103139
103961
  "createOnly": [
@@ -103400,21 +104222,15 @@
103400
104222
  "createOnly": [
103401
104223
  "ClusterName",
103402
104224
  "VpcConfig",
103403
- "Orchestrator/Eks",
103404
- "InstanceGroups/*/OverrideVpcConfig",
103405
- "InstanceGroups/*/ExecutionRole",
103406
- "InstanceGroups/*/InstanceGroupName",
103407
- "InstanceGroups/*/InstanceType",
103408
- "InstanceGroups/*/ThreadsPerCore",
103409
- "RestrictedInstanceGroups/*/OverrideVpcConfig",
103410
- "RestrictedInstanceGroups/*/ExecutionRole",
103411
- "RestrictedInstanceGroups/*/InstanceGroupName",
103412
- "RestrictedInstanceGroups/*/InstanceType",
103413
- "RestrictedInstanceGroups/*/ThreadsPerCore"
104225
+ "Orchestrator/Eks"
103414
104226
  ],
103415
104227
  "primaryIdentifier": [
103416
104228
  "ClusterArn"
103417
104229
  ],
104230
+ "conditionalCreateOnly": [
104231
+ "InstanceGroups/*/CustomMetadata",
104232
+ "RestrictedInstanceGroups/*/CustomMetadata"
104233
+ ],
103418
104234
  "tagging": {
103419
104235
  "taggable": true,
103420
104236
  "tagOnCreate": true,
@@ -103476,6 +104292,11 @@
103476
104292
  "kind": "property",
103477
104293
  "lexicon": "aws"
103478
104294
  },
104295
+ "SageMakerCluster_ClusterNetworkInterface": {
104296
+ "resourceType": "AWS::SageMaker::Cluster.ClusterNetworkInterface",
104297
+ "kind": "property",
104298
+ "lexicon": "aws"
104299
+ },
103479
104300
  "SageMakerCluster_ClusterOrchestratorEksConfig": {
103480
104301
  "resourceType": "AWS::SageMaker::Cluster.ClusterOrchestratorEksConfig",
103481
104302
  "kind": "property",
@@ -103511,6 +104332,11 @@
103511
104332
  "kind": "property",
103512
104333
  "lexicon": "aws"
103513
104334
  },
104335
+ "SageMakerCluster_InstanceRequirements": {
104336
+ "resourceType": "AWS::SageMaker::Cluster.InstanceRequirements",
104337
+ "kind": "property",
104338
+ "lexicon": "aws"
104339
+ },
103514
104340
  "SageMakerCluster_RollingUpdatePolicy": {
103515
104341
  "resourceType": "AWS::SageMaker::Cluster.RollingUpdatePolicy",
103516
104342
  "kind": "property",
@@ -103638,6 +104464,12 @@
103638
104464
  "ENABLED",
103639
104465
  "DISABLED"
103640
104466
  ]
104467
+ },
104468
+ "HomeEfsFileSystemCreation": {
104469
+ "enum": [
104470
+ "Enabled",
104471
+ "Disabled"
104472
+ ]
103641
104473
  }
103642
104474
  },
103643
104475
  "createOnly": [
@@ -107204,6 +108036,54 @@
107204
108036
  "kind": "property",
107205
108037
  "lexicon": "aws"
107206
108038
  },
108039
+ "ServiceFunction": {
108040
+ "resourceType": "AWS::ResilienceHubV2::ServiceFunction",
108041
+ "kind": "resource",
108042
+ "lexicon": "aws",
108043
+ "attrs": {
108044
+ "ServiceFunctionId": "ServiceFunctionId",
108045
+ "ResourceCount": "ResourceCount",
108046
+ "Source": "Source",
108047
+ "CreatedAt": "CreatedAt",
108048
+ "UpdatedAt": "UpdatedAt"
108049
+ },
108050
+ "propertyConstraints": {
108051
+ "ServiceArn": {
108052
+ "pattern": "^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"
108053
+ },
108054
+ "Name": {
108055
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"
108056
+ },
108057
+ "Description": {
108058
+ "maxLength": 500
108059
+ },
108060
+ "Criticality": {
108061
+ "enum": [
108062
+ "PRIMARY",
108063
+ "SUPPLEMENTAL"
108064
+ ]
108065
+ },
108066
+ "Source": {
108067
+ "enum": [
108068
+ "AI_GENERATED",
108069
+ "USER"
108070
+ ]
108071
+ },
108072
+ "CreatedAt": {
108073
+ "format": "date-time"
108074
+ },
108075
+ "UpdatedAt": {
108076
+ "format": "date-time"
108077
+ }
108078
+ },
108079
+ "createOnly": [
108080
+ "ServiceArn"
108081
+ ],
108082
+ "primaryIdentifier": [
108083
+ "ServiceArn",
108084
+ "ServiceFunctionId"
108085
+ ]
108086
+ },
107207
108087
  "ServiceLevelObjective": {
107208
108088
  "resourceType": "AWS::ApplicationSignals::ServiceLevelObjective",
107209
108089
  "kind": "resource",
@@ -107847,6 +108727,11 @@
107847
108727
  "kind": "property",
107848
108728
  "lexicon": "aws"
107849
108729
  },
108730
+ "ServiceReportConfiguration": {
108731
+ "resourceType": "AWS::ResilienceHubV2::Service.ServiceReportConfiguration",
108732
+ "kind": "property",
108733
+ "lexicon": "aws"
108734
+ },
107850
108735
  "ServiceSoftwareOptions": {
107851
108736
  "resourceType": "AWS::OpenSearchService::Domain.ServiceSoftwareOptions",
107852
108737
  "kind": "property",
@@ -108894,6 +109779,11 @@
108894
109779
  "kind": "property",
108895
109780
  "lexicon": "aws"
108896
109781
  },
109782
+ "SloSource": {
109783
+ "resourceType": "AWS::ResilienceHubV2::Service.SloSource",
109784
+ "kind": "property",
109785
+ "lexicon": "aws"
109786
+ },
108897
109787
  "Slot": {
108898
109788
  "resourceType": "AWS::Lex::Bot.Slot",
108899
109789
  "kind": "property",
@@ -110553,9 +111443,6 @@
110553
111443
  "resourceType": "AWS::AppStream::StackUserAssociation",
110554
111444
  "kind": "resource",
110555
111445
  "lexicon": "aws",
110556
- "attrs": {
110557
- "Id": "Id"
110558
- },
110559
111446
  "createOnly": [
110560
111447
  "StackName",
110561
111448
  "AuthenticationType",
@@ -110563,7 +111450,9 @@
110563
111450
  "UserName"
110564
111451
  ],
110565
111452
  "primaryIdentifier": [
110566
- "Id"
111453
+ "StackName",
111454
+ "UserName",
111455
+ "AuthenticationType"
110567
111456
  ]
110568
111457
  },
110569
111458
  "Stack_Output": {
@@ -112670,6 +113559,57 @@
112670
113559
  "kind": "property",
112671
113560
  "lexicon": "aws"
112672
113561
  },
113562
+ "System": {
113563
+ "resourceType": "AWS::ResilienceHubV2::System",
113564
+ "kind": "resource",
113565
+ "lexicon": "aws",
113566
+ "attrs": {
113567
+ "SystemArn": "SystemArn",
113568
+ "SystemId": "SystemId",
113569
+ "CreatedAt": "CreatedAt",
113570
+ "UpdatedAt": "UpdatedAt"
113571
+ },
113572
+ "propertyConstraints": {
113573
+ "SystemArn": {
113574
+ "pattern": "^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"
113575
+ },
113576
+ "SystemId": {
113577
+ "pattern": "^\\S{1,255}$"
113578
+ },
113579
+ "Name": {
113580
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"
113581
+ },
113582
+ "Description": {
113583
+ "maxLength": 500
113584
+ },
113585
+ "CreatedAt": {
113586
+ "format": "date-time"
113587
+ },
113588
+ "UpdatedAt": {
113589
+ "format": "date-time"
113590
+ },
113591
+ "KmsKeyId": {
113592
+ "pattern": "^((arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:((key/[a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)))|([a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+))$",
113593
+ "minLength": 1,
113594
+ "maxLength": 2048
113595
+ }
113596
+ },
113597
+ "createOnly": [
113598
+ "Name",
113599
+ "KmsKeyId"
113600
+ ],
113601
+ "writeOnly": [
113602
+ "KmsKeyId"
113603
+ ],
113604
+ "primaryIdentifier": [
113605
+ "SystemArn"
113606
+ ],
113607
+ "tagging": {
113608
+ "taggable": true,
113609
+ "tagOnCreate": true,
113610
+ "tagUpdatable": true
113611
+ }
113612
+ },
112673
113613
  "SystemAttributes": {
112674
113614
  "resourceType": "AWS::Wisdom::MessageTemplate.SystemAttributes",
112675
113615
  "kind": "property",
@@ -112685,6 +113625,11 @@
112685
113625
  "kind": "property",
112686
113626
  "lexicon": "aws"
112687
113627
  },
113628
+ "System_Tag": {
113629
+ "resourceType": "AWS::ResilienceHubV2::System.Tag",
113630
+ "kind": "property",
113631
+ "lexicon": "aws"
113632
+ },
112688
113633
  "SystemsManagerAgent": {
112689
113634
  "resourceType": "AWS::ImageBuilder::ImageRecipe.SystemsManagerAgent",
112690
113635
  "kind": "property",
@@ -113416,6 +114361,7 @@
113416
114361
  "attrs": {
113417
114362
  "TargetDomainId": "TargetDomainId",
113418
114363
  "VerificationStatus": "VerificationStatus",
114364
+ "VerificationStatusReason": "VerificationStatusReason",
113419
114365
  "VerificationDetails": "VerificationDetails",
113420
114366
  "CreatedAt": "CreatedAt",
113421
114367
  "VerifiedAt": "VerifiedAt"
@@ -113424,7 +114370,8 @@
113424
114370
  "VerificationMethod": {
113425
114371
  "enum": [
113426
114372
  "DNS_TXT",
113427
- "HTTP_ROUTE"
114373
+ "HTTP_ROUTE",
114374
+ "PRIVATE_VPC"
113428
114375
  ]
113429
114376
  },
113430
114377
  "VerificationStatus": {
@@ -113570,6 +114517,11 @@
113570
114517
  "kind": "property",
113571
114518
  "lexicon": "aws"
113572
114519
  },
114520
+ "TargetSource": {
114521
+ "resourceType": "AWS::ResilienceHubV2::Service.TargetSource",
114522
+ "kind": "property",
114523
+ "lexicon": "aws"
114524
+ },
113573
114525
  "TargetTrackingMetric": {
113574
114526
  "resourceType": "AWS::ApplicationAutoScaling::ScalingPolicy.TargetTrackingMetric",
113575
114527
  "kind": "property",
@@ -118756,6 +119708,48 @@
118756
119708
  "kind": "property",
118757
119709
  "lexicon": "aws"
118758
119710
  },
119711
+ "UserJourney": {
119712
+ "resourceType": "AWS::ResilienceHubV2::UserJourney",
119713
+ "kind": "resource",
119714
+ "lexicon": "aws",
119715
+ "attrs": {
119716
+ "UserJourneyId": "UserJourneyId",
119717
+ "CreatedAt": "CreatedAt",
119718
+ "UpdatedAt": "UpdatedAt"
119719
+ },
119720
+ "propertyConstraints": {
119721
+ "SystemIdentifier": {
119722
+ "minLength": 1,
119723
+ "maxLength": 2048
119724
+ },
119725
+ "UserJourneyId": {
119726
+ "pattern": "^\\S{1,255}$"
119727
+ },
119728
+ "Name": {
119729
+ "pattern": "^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$"
119730
+ },
119731
+ "Description": {
119732
+ "maxLength": 500
119733
+ },
119734
+ "PolicyArn": {
119735
+ "pattern": "^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$"
119736
+ },
119737
+ "CreatedAt": {
119738
+ "format": "date-time"
119739
+ },
119740
+ "UpdatedAt": {
119741
+ "format": "date-time"
119742
+ }
119743
+ },
119744
+ "createOnly": [
119745
+ "SystemIdentifier",
119746
+ "Name"
119747
+ ],
119748
+ "primaryIdentifier": [
119749
+ "SystemIdentifier",
119750
+ "UserJourneyId"
119751
+ ]
119752
+ },
118759
119753
  "UserPhoneConfig": {
118760
119754
  "resourceType": "AWS::Connect::User.UserPhoneConfig",
118761
119755
  "kind": "property",