@aws-cdk/aws-bedrock-agentcore-alpha 2.267.0-alpha.0 → 2.269.0-alpha.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/.jsii +371 -168
- package/.jsii.tabl.json.gz +0 -0
- package/lib/evaluation/custom-evaluator.js +1 -1
- package/lib/evaluation/data-source.js +1 -1
- package/lib/evaluation/evaluator-base.js +1 -1
- package/lib/evaluation/evaluator-config.js +2 -2
- package/lib/evaluation/evaluator.js +1 -1
- package/lib/evaluation/online-evaluation-base.js +1 -1
- package/lib/evaluation/online-evaluation.js +1 -1
- package/lib/evaluation/types.js +5 -5
- package/lib/gateway/gateway-base.js +1 -1
- package/lib/gateway/gateway.js +2 -2
- package/lib/gateway/inbound-auth/authorizer.js +4 -4
- package/lib/gateway/inbound-auth/custom-claim.js +1 -1
- package/lib/gateway/interceptor.js +1 -1
- package/lib/gateway/outbound-auth/api-key.js +1 -1
- package/lib/gateway/outbound-auth/credential-provider.js +1 -1
- package/lib/gateway/protocol.js +2 -2
- package/lib/gateway/targets/schema/api-schema.js +4 -4
- package/lib/gateway/targets/schema/tool-schema.js +4 -4
- package/lib/gateway/targets/target-base.js +1 -1
- package/lib/gateway/targets/target-configuration.js +6 -6
- package/lib/gateway/targets/target.js +1 -1
- package/lib/identity/api-key-credential-provider.js +1 -1
- package/lib/identity/oauth2-credential-provider.js +1 -1
- package/lib/identity/perms.js +3 -3
- package/lib/identity/workload-identity.js +1 -1
- package/lib/memory/memory-strategy.js +1 -1
- package/lib/memory/memory.js +2 -2
- package/lib/memory/strategies/managed-strategy.js +1 -1
- package/lib/memory/strategies/self-managed-strategy.js +1 -1
- package/lib/network/network-configuration.js +4 -4
- package/lib/policy/policy-base.js +1 -1
- package/lib/policy/policy-engine-base.js +1 -1
- package/lib/policy/policy-engine.js +1 -1
- package/lib/policy/policy-statement.js +5 -5
- package/lib/policy/policy-types.js +1 -1
- package/lib/policy/policy.js +1 -1
- package/lib/runtime/inbound-auth/custom-claim.js +1 -1
- package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +1 -1
- package/lib/runtime/observability.js +2 -2
- package/lib/runtime/runtime-artifact.js +1 -1
- package/lib/runtime/runtime-base.js +1 -1
- package/lib/runtime/runtime-endpoint-base.js +1 -1
- package/lib/runtime/runtime-endpoint.js +1 -1
- package/lib/runtime/runtime.js +1 -1
- package/lib/tools/browser.js +2 -2
- package/lib/tools/code-interpreter.js +2 -2
- package/package.json +9 -9
package/.jsii
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-cdk/aws-bedrock-alpha": "2.
|
|
12
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"@aws-cdk/aws-bedrock-alpha": "2.269.0-alpha.0",
|
|
12
|
+
"aws-cdk-lib": "^2.269.0",
|
|
13
13
|
"constructs": "^10.5.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencyClosure": {
|
|
@@ -180,6 +180,19 @@
|
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
|
+
"aws-cdk-lib.aws_accountaccess": {
|
|
184
|
+
"targets": {
|
|
185
|
+
"dotnet": {
|
|
186
|
+
"namespace": "Amazon.CDK.AWS.AccountAccess"
|
|
187
|
+
},
|
|
188
|
+
"java": {
|
|
189
|
+
"package": "software.amazon.awscdk.services.accountaccess"
|
|
190
|
+
},
|
|
191
|
+
"python": {
|
|
192
|
+
"module": "aws_cdk.aws_accountaccess"
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
},
|
|
183
196
|
"aws-cdk-lib.aws_acmpca": {
|
|
184
197
|
"targets": {
|
|
185
198
|
"dotnet": {
|
|
@@ -193,6 +206,19 @@
|
|
|
193
206
|
}
|
|
194
207
|
}
|
|
195
208
|
},
|
|
209
|
+
"aws-cdk-lib.aws_agentregistry": {
|
|
210
|
+
"targets": {
|
|
211
|
+
"dotnet": {
|
|
212
|
+
"namespace": "Amazon.CDK.AWS.AgentRegistry"
|
|
213
|
+
},
|
|
214
|
+
"java": {
|
|
215
|
+
"package": "software.amazon.awscdk.services.agentregistry"
|
|
216
|
+
},
|
|
217
|
+
"python": {
|
|
218
|
+
"module": "aws_cdk.aws_agentregistry"
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
196
222
|
"aws-cdk-lib.aws_aiops": {
|
|
197
223
|
"targets": {
|
|
198
224
|
"dotnet": {
|
|
@@ -479,19 +505,6 @@
|
|
|
479
505
|
}
|
|
480
506
|
}
|
|
481
507
|
},
|
|
482
|
-
"aws-cdk-lib.aws_artifact": {
|
|
483
|
-
"targets": {
|
|
484
|
-
"dotnet": {
|
|
485
|
-
"namespace": "Amazon.CDK.AWS.Artifact"
|
|
486
|
-
},
|
|
487
|
-
"java": {
|
|
488
|
-
"package": "software.amazon.awscdk.services.artifact"
|
|
489
|
-
},
|
|
490
|
-
"python": {
|
|
491
|
-
"module": "aws_cdk.aws_artifact"
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
},
|
|
495
508
|
"aws-cdk-lib.aws_athena": {
|
|
496
509
|
"targets": {
|
|
497
510
|
"dotnet": {
|
|
@@ -622,19 +635,6 @@
|
|
|
622
635
|
}
|
|
623
636
|
}
|
|
624
637
|
},
|
|
625
|
-
"aws-cdk-lib.aws_backupsearch": {
|
|
626
|
-
"targets": {
|
|
627
|
-
"dotnet": {
|
|
628
|
-
"namespace": "Amazon.CDK.AWS.BackupSearch"
|
|
629
|
-
},
|
|
630
|
-
"java": {
|
|
631
|
-
"package": "software.amazon.awscdk.services.backupsearch"
|
|
632
|
-
},
|
|
633
|
-
"python": {
|
|
634
|
-
"module": "aws_cdk.aws_backupsearch"
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
},
|
|
638
638
|
"aws-cdk-lib.aws_batch": {
|
|
639
639
|
"targets": {
|
|
640
640
|
"dotnet": {
|
|
@@ -909,6 +909,19 @@
|
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
911
|
},
|
|
912
|
+
"aws-cdk-lib.aws_cloudhsm": {
|
|
913
|
+
"targets": {
|
|
914
|
+
"dotnet": {
|
|
915
|
+
"namespace": "Amazon.CDK.AWS.CloudHSM"
|
|
916
|
+
},
|
|
917
|
+
"java": {
|
|
918
|
+
"package": "software.amazon.awscdk.services.cloudhsm"
|
|
919
|
+
},
|
|
920
|
+
"python": {
|
|
921
|
+
"module": "aws_cdk.aws_cloudhsm"
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
},
|
|
912
925
|
"aws-cdk-lib.aws_cloudtrail": {
|
|
913
926
|
"targets": {
|
|
914
927
|
"dotnet": {
|
|
@@ -1130,19 +1143,6 @@
|
|
|
1130
1143
|
}
|
|
1131
1144
|
}
|
|
1132
1145
|
},
|
|
1133
|
-
"aws-cdk-lib.aws_cognitosync": {
|
|
1134
|
-
"targets": {
|
|
1135
|
-
"dotnet": {
|
|
1136
|
-
"namespace": "Amazon.CDK.AWS.CognitoSync"
|
|
1137
|
-
},
|
|
1138
|
-
"java": {
|
|
1139
|
-
"package": "software.amazon.awscdk.services.cognitosync"
|
|
1140
|
-
},
|
|
1141
|
-
"python": {
|
|
1142
|
-
"module": "aws_cdk.aws_cognitosync"
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
},
|
|
1146
1146
|
"aws-cdk-lib.aws_comprehend": {
|
|
1147
1147
|
"targets": {
|
|
1148
1148
|
"dotnet": {
|
|
@@ -1221,19 +1221,6 @@
|
|
|
1221
1221
|
}
|
|
1222
1222
|
}
|
|
1223
1223
|
},
|
|
1224
|
-
"aws-cdk-lib.aws_controlcatalog": {
|
|
1225
|
-
"targets": {
|
|
1226
|
-
"dotnet": {
|
|
1227
|
-
"namespace": "Amazon.CDK.AWS.ControlCatalog"
|
|
1228
|
-
},
|
|
1229
|
-
"java": {
|
|
1230
|
-
"package": "software.amazon.awscdk.services.controlcatalog"
|
|
1231
|
-
},
|
|
1232
|
-
"python": {
|
|
1233
|
-
"module": "aws_cdk.aws_controlcatalog"
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1236
|
-
},
|
|
1237
1224
|
"aws-cdk-lib.aws_controltower": {
|
|
1238
1225
|
"targets": {
|
|
1239
1226
|
"dotnet": {
|
|
@@ -1286,6 +1273,19 @@
|
|
|
1286
1273
|
}
|
|
1287
1274
|
}
|
|
1288
1275
|
},
|
|
1276
|
+
"aws-cdk-lib.aws_dataexchange": {
|
|
1277
|
+
"targets": {
|
|
1278
|
+
"dotnet": {
|
|
1279
|
+
"namespace": "Amazon.CDK.AWS.DataExchange"
|
|
1280
|
+
},
|
|
1281
|
+
"java": {
|
|
1282
|
+
"package": "software.amazon.awscdk.services.dataexchange"
|
|
1283
|
+
},
|
|
1284
|
+
"python": {
|
|
1285
|
+
"module": "aws_cdk.aws_dataexchange"
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
1289
|
"aws-cdk-lib.aws_datapipeline": {
|
|
1290
1290
|
"targets": {
|
|
1291
1291
|
"dotnet": {
|
|
@@ -1481,6 +1481,19 @@
|
|
|
1481
1481
|
}
|
|
1482
1482
|
}
|
|
1483
1483
|
},
|
|
1484
|
+
"aws-cdk-lib.aws_drs": {
|
|
1485
|
+
"targets": {
|
|
1486
|
+
"dotnet": {
|
|
1487
|
+
"namespace": "Amazon.CDK.AWS.DRS"
|
|
1488
|
+
},
|
|
1489
|
+
"java": {
|
|
1490
|
+
"package": "software.amazon.awscdk.services.drs"
|
|
1491
|
+
},
|
|
1492
|
+
"python": {
|
|
1493
|
+
"module": "aws_cdk.aws_drs"
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1484
1497
|
"aws-cdk-lib.aws_dsql": {
|
|
1485
1498
|
"targets": {
|
|
1486
1499
|
"dotnet": {
|
|
@@ -2280,6 +2293,19 @@
|
|
|
2280
2293
|
}
|
|
2281
2294
|
}
|
|
2282
2295
|
},
|
|
2296
|
+
"aws-cdk-lib.aws_iotsecuretunneling": {
|
|
2297
|
+
"targets": {
|
|
2298
|
+
"dotnet": {
|
|
2299
|
+
"namespace": "Amazon.CDK.AWS.IoTSecureTunneling"
|
|
2300
|
+
},
|
|
2301
|
+
"java": {
|
|
2302
|
+
"package": "software.amazon.awscdk.services.iotsecuretunneling"
|
|
2303
|
+
},
|
|
2304
|
+
"python": {
|
|
2305
|
+
"module": "aws_cdk.aws_iotsecuretunneling"
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
},
|
|
2283
2309
|
"aws-cdk-lib.aws_iotsitewise": {
|
|
2284
2310
|
"targets": {
|
|
2285
2311
|
"dotnet": {
|
|
@@ -2813,6 +2839,19 @@
|
|
|
2813
2839
|
}
|
|
2814
2840
|
}
|
|
2815
2841
|
},
|
|
2842
|
+
"aws-cdk-lib.aws_mgn": {
|
|
2843
|
+
"targets": {
|
|
2844
|
+
"dotnet": {
|
|
2845
|
+
"namespace": "Amazon.CDK.AWS.MGN"
|
|
2846
|
+
},
|
|
2847
|
+
"java": {
|
|
2848
|
+
"package": "software.amazon.awscdk.services.mgn"
|
|
2849
|
+
},
|
|
2850
|
+
"python": {
|
|
2851
|
+
"module": "aws_cdk.aws_mgn"
|
|
2852
|
+
}
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2816
2855
|
"aws-cdk-lib.aws_mpa": {
|
|
2817
2856
|
"targets": {
|
|
2818
2857
|
"dotnet": {
|
|
@@ -3034,6 +3073,19 @@
|
|
|
3034
3073
|
}
|
|
3035
3074
|
}
|
|
3036
3075
|
},
|
|
3076
|
+
"aws-cdk-lib.aws_opensearch": {
|
|
3077
|
+
"targets": {
|
|
3078
|
+
"dotnet": {
|
|
3079
|
+
"namespace": "Amazon.CDK.AWS.OpenSearch"
|
|
3080
|
+
},
|
|
3081
|
+
"java": {
|
|
3082
|
+
"package": "software.amazon.awscdk.services.opensearch"
|
|
3083
|
+
},
|
|
3084
|
+
"python": {
|
|
3085
|
+
"module": "aws_cdk.aws_opensearch"
|
|
3086
|
+
}
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3037
3089
|
"aws-cdk-lib.aws_opensearchserverless": {
|
|
3038
3090
|
"targets": {
|
|
3039
3091
|
"dotnet": {
|
|
@@ -3242,6 +3294,19 @@
|
|
|
3242
3294
|
}
|
|
3243
3295
|
}
|
|
3244
3296
|
},
|
|
3297
|
+
"aws-cdk-lib.aws_pricingplanmanager": {
|
|
3298
|
+
"targets": {
|
|
3299
|
+
"dotnet": {
|
|
3300
|
+
"namespace": "Amazon.CDK.AWS.PricingPlanManager"
|
|
3301
|
+
},
|
|
3302
|
+
"java": {
|
|
3303
|
+
"package": "software.amazon.awscdk.services.pricingplanmanager"
|
|
3304
|
+
},
|
|
3305
|
+
"python": {
|
|
3306
|
+
"module": "aws_cdk.aws_pricingplanmanager"
|
|
3307
|
+
}
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3245
3310
|
"aws-cdk-lib.aws_proton": {
|
|
3246
3311
|
"targets": {
|
|
3247
3312
|
"dotnet": {
|
|
@@ -3869,6 +3934,19 @@
|
|
|
3869
3934
|
}
|
|
3870
3935
|
}
|
|
3871
3936
|
},
|
|
3937
|
+
"aws-cdk-lib.aws_serverlessrepo": {
|
|
3938
|
+
"targets": {
|
|
3939
|
+
"dotnet": {
|
|
3940
|
+
"namespace": "Amazon.CDK.AWS.ServerlessRepo"
|
|
3941
|
+
},
|
|
3942
|
+
"java": {
|
|
3943
|
+
"package": "software.amazon.awscdk.services.serverlessrepo"
|
|
3944
|
+
},
|
|
3945
|
+
"python": {
|
|
3946
|
+
"module": "aws_cdk.aws_serverlessrepo"
|
|
3947
|
+
}
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3872
3950
|
"aws-cdk-lib.aws_servicecatalog": {
|
|
3873
3951
|
"targets": {
|
|
3874
3952
|
"dotnet": {
|
|
@@ -4103,19 +4181,6 @@
|
|
|
4103
4181
|
}
|
|
4104
4182
|
}
|
|
4105
4183
|
},
|
|
4106
|
-
"aws-cdk-lib.aws_states": {
|
|
4107
|
-
"targets": {
|
|
4108
|
-
"dotnet": {
|
|
4109
|
-
"namespace": "Amazon.CDK.AWS.States"
|
|
4110
|
-
},
|
|
4111
|
-
"java": {
|
|
4112
|
-
"package": "software.amazon.awscdk.services.states"
|
|
4113
|
-
},
|
|
4114
|
-
"python": {
|
|
4115
|
-
"module": "aws_cdk.aws_states"
|
|
4116
|
-
}
|
|
4117
|
-
}
|
|
4118
|
-
},
|
|
4119
4184
|
"aws-cdk-lib.aws_stepfunctions": {
|
|
4120
4185
|
"targets": {
|
|
4121
4186
|
"dotnet": {
|
|
@@ -4168,6 +4233,19 @@
|
|
|
4168
4233
|
}
|
|
4169
4234
|
}
|
|
4170
4235
|
},
|
|
4236
|
+
"aws-cdk-lib.aws_supportauthz": {
|
|
4237
|
+
"targets": {
|
|
4238
|
+
"dotnet": {
|
|
4239
|
+
"namespace": "Amazon.CDK.AWS.SupportAuthZ"
|
|
4240
|
+
},
|
|
4241
|
+
"java": {
|
|
4242
|
+
"package": "software.amazon.awscdk.services.supportauthz"
|
|
4243
|
+
},
|
|
4244
|
+
"python": {
|
|
4245
|
+
"module": "aws_cdk.aws_supportauthz"
|
|
4246
|
+
}
|
|
4247
|
+
}
|
|
4248
|
+
},
|
|
4171
4249
|
"aws-cdk-lib.aws_synthetics": {
|
|
4172
4250
|
"targets": {
|
|
4173
4251
|
"dotnet": {
|
|
@@ -4194,16 +4272,16 @@
|
|
|
4194
4272
|
}
|
|
4195
4273
|
}
|
|
4196
4274
|
},
|
|
4197
|
-
"aws-cdk-lib.
|
|
4275
|
+
"aws-cdk-lib.aws_textract": {
|
|
4198
4276
|
"targets": {
|
|
4199
4277
|
"dotnet": {
|
|
4200
|
-
"namespace": "Amazon.CDK.AWS.
|
|
4278
|
+
"namespace": "Amazon.CDK.AWS.Textract"
|
|
4201
4279
|
},
|
|
4202
4280
|
"java": {
|
|
4203
|
-
"package": "software.amazon.awscdk.services.
|
|
4281
|
+
"package": "software.amazon.awscdk.services.textract"
|
|
4204
4282
|
},
|
|
4205
4283
|
"python": {
|
|
4206
|
-
"module": "aws_cdk.
|
|
4284
|
+
"module": "aws_cdk.aws_textract"
|
|
4207
4285
|
}
|
|
4208
4286
|
}
|
|
4209
4287
|
},
|
|
@@ -4246,16 +4324,16 @@
|
|
|
4246
4324
|
}
|
|
4247
4325
|
}
|
|
4248
4326
|
},
|
|
4249
|
-
"aws-cdk-lib.
|
|
4327
|
+
"aws-cdk-lib.aws_translate": {
|
|
4250
4328
|
"targets": {
|
|
4251
4329
|
"dotnet": {
|
|
4252
|
-
"namespace": "Amazon.CDK.AWS.
|
|
4330
|
+
"namespace": "Amazon.CDK.AWS.Translate"
|
|
4253
4331
|
},
|
|
4254
4332
|
"java": {
|
|
4255
|
-
"package": "software.amazon.awscdk.services.
|
|
4333
|
+
"package": "software.amazon.awscdk.services.translate"
|
|
4256
4334
|
},
|
|
4257
4335
|
"python": {
|
|
4258
|
-
"module": "aws_cdk.
|
|
4336
|
+
"module": "aws_cdk.aws_translate"
|
|
4259
4337
|
}
|
|
4260
4338
|
}
|
|
4261
4339
|
},
|
|
@@ -4363,6 +4441,19 @@
|
|
|
4363
4441
|
}
|
|
4364
4442
|
}
|
|
4365
4443
|
},
|
|
4444
|
+
"aws-cdk-lib.aws_wickr": {
|
|
4445
|
+
"targets": {
|
|
4446
|
+
"dotnet": {
|
|
4447
|
+
"namespace": "Amazon.CDK.AWS.Wickr"
|
|
4448
|
+
},
|
|
4449
|
+
"java": {
|
|
4450
|
+
"package": "software.amazon.awscdk.services.wickr"
|
|
4451
|
+
},
|
|
4452
|
+
"python": {
|
|
4453
|
+
"module": "aws_cdk.aws_wickr"
|
|
4454
|
+
}
|
|
4455
|
+
}
|
|
4456
|
+
},
|
|
4366
4457
|
"aws-cdk-lib.aws_wisdom": {
|
|
4367
4458
|
"targets": {
|
|
4368
4459
|
"dotnet": {
|
|
@@ -4529,6 +4620,22 @@
|
|
|
4529
4620
|
}
|
|
4530
4621
|
}
|
|
4531
4622
|
},
|
|
4623
|
+
"aws-cdk-lib.interfaces.aws_accountaccess": {
|
|
4624
|
+
"targets": {
|
|
4625
|
+
"dotnet": {
|
|
4626
|
+
"namespace": "Amazon.CDK.Interfaces.AccountAccess"
|
|
4627
|
+
},
|
|
4628
|
+
"go": {
|
|
4629
|
+
"packageName": "interfacesawsaccountaccess"
|
|
4630
|
+
},
|
|
4631
|
+
"java": {
|
|
4632
|
+
"package": "software.amazon.awscdk.interfaces.accountaccess"
|
|
4633
|
+
},
|
|
4634
|
+
"python": {
|
|
4635
|
+
"module": "aws_cdk.interfaces.aws_accountaccess"
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4532
4639
|
"aws-cdk-lib.interfaces.aws_acmpca": {
|
|
4533
4640
|
"targets": {
|
|
4534
4641
|
"dotnet": {
|
|
@@ -4545,6 +4652,22 @@
|
|
|
4545
4652
|
}
|
|
4546
4653
|
}
|
|
4547
4654
|
},
|
|
4655
|
+
"aws-cdk-lib.interfaces.aws_agentregistry": {
|
|
4656
|
+
"targets": {
|
|
4657
|
+
"dotnet": {
|
|
4658
|
+
"namespace": "Amazon.CDK.Interfaces.AgentRegistry"
|
|
4659
|
+
},
|
|
4660
|
+
"go": {
|
|
4661
|
+
"packageName": "interfacesawsagentregistry"
|
|
4662
|
+
},
|
|
4663
|
+
"java": {
|
|
4664
|
+
"package": "software.amazon.awscdk.interfaces.agentregistry"
|
|
4665
|
+
},
|
|
4666
|
+
"python": {
|
|
4667
|
+
"module": "aws_cdk.interfaces.aws_agentregistry"
|
|
4668
|
+
}
|
|
4669
|
+
}
|
|
4670
|
+
},
|
|
4548
4671
|
"aws-cdk-lib.interfaces.aws_aiops": {
|
|
4549
4672
|
"targets": {
|
|
4550
4673
|
"dotnet": {
|
|
@@ -4865,22 +4988,6 @@
|
|
|
4865
4988
|
}
|
|
4866
4989
|
}
|
|
4867
4990
|
},
|
|
4868
|
-
"aws-cdk-lib.interfaces.aws_artifact": {
|
|
4869
|
-
"targets": {
|
|
4870
|
-
"dotnet": {
|
|
4871
|
-
"namespace": "Amazon.CDK.Interfaces.Artifact"
|
|
4872
|
-
},
|
|
4873
|
-
"go": {
|
|
4874
|
-
"packageName": "interfacesawsartifact"
|
|
4875
|
-
},
|
|
4876
|
-
"java": {
|
|
4877
|
-
"package": "software.amazon.awscdk.interfaces.artifact"
|
|
4878
|
-
},
|
|
4879
|
-
"python": {
|
|
4880
|
-
"module": "aws_cdk.interfaces.aws_artifact"
|
|
4881
|
-
}
|
|
4882
|
-
}
|
|
4883
|
-
},
|
|
4884
4991
|
"aws-cdk-lib.interfaces.aws_athena": {
|
|
4885
4992
|
"targets": {
|
|
4886
4993
|
"dotnet": {
|
|
@@ -5009,22 +5116,6 @@
|
|
|
5009
5116
|
}
|
|
5010
5117
|
}
|
|
5011
5118
|
},
|
|
5012
|
-
"aws-cdk-lib.interfaces.aws_backupsearch": {
|
|
5013
|
-
"targets": {
|
|
5014
|
-
"dotnet": {
|
|
5015
|
-
"namespace": "Amazon.CDK.Interfaces.BackupSearch"
|
|
5016
|
-
},
|
|
5017
|
-
"go": {
|
|
5018
|
-
"packageName": "interfacesawsbackupsearch"
|
|
5019
|
-
},
|
|
5020
|
-
"java": {
|
|
5021
|
-
"package": "software.amazon.awscdk.interfaces.backupsearch"
|
|
5022
|
-
},
|
|
5023
|
-
"python": {
|
|
5024
|
-
"module": "aws_cdk.interfaces.aws_backupsearch"
|
|
5025
|
-
}
|
|
5026
|
-
}
|
|
5027
|
-
},
|
|
5028
5119
|
"aws-cdk-lib.interfaces.aws_batch": {
|
|
5029
5120
|
"targets": {
|
|
5030
5121
|
"dotnet": {
|
|
@@ -5377,6 +5468,22 @@
|
|
|
5377
5468
|
}
|
|
5378
5469
|
}
|
|
5379
5470
|
},
|
|
5471
|
+
"aws-cdk-lib.interfaces.aws_cloudhsm": {
|
|
5472
|
+
"targets": {
|
|
5473
|
+
"dotnet": {
|
|
5474
|
+
"namespace": "Amazon.CDK.Interfaces.CloudHSM"
|
|
5475
|
+
},
|
|
5476
|
+
"go": {
|
|
5477
|
+
"packageName": "interfacesawscloudhsm"
|
|
5478
|
+
},
|
|
5479
|
+
"java": {
|
|
5480
|
+
"package": "software.amazon.awscdk.interfaces.cloudhsm"
|
|
5481
|
+
},
|
|
5482
|
+
"python": {
|
|
5483
|
+
"module": "aws_cdk.interfaces.aws_cloudhsm"
|
|
5484
|
+
}
|
|
5485
|
+
}
|
|
5486
|
+
},
|
|
5380
5487
|
"aws-cdk-lib.interfaces.aws_cloudtrail": {
|
|
5381
5488
|
"targets": {
|
|
5382
5489
|
"dotnet": {
|
|
@@ -5601,22 +5708,6 @@
|
|
|
5601
5708
|
}
|
|
5602
5709
|
}
|
|
5603
5710
|
},
|
|
5604
|
-
"aws-cdk-lib.interfaces.aws_cognitosync": {
|
|
5605
|
-
"targets": {
|
|
5606
|
-
"dotnet": {
|
|
5607
|
-
"namespace": "Amazon.CDK.Interfaces.CognitoSync"
|
|
5608
|
-
},
|
|
5609
|
-
"go": {
|
|
5610
|
-
"packageName": "interfacesawscognitosync"
|
|
5611
|
-
},
|
|
5612
|
-
"java": {
|
|
5613
|
-
"package": "software.amazon.awscdk.interfaces.cognitosync"
|
|
5614
|
-
},
|
|
5615
|
-
"python": {
|
|
5616
|
-
"module": "aws_cdk.interfaces.aws_cognitosync"
|
|
5617
|
-
}
|
|
5618
|
-
}
|
|
5619
|
-
},
|
|
5620
5711
|
"aws-cdk-lib.interfaces.aws_comprehend": {
|
|
5621
5712
|
"targets": {
|
|
5622
5713
|
"dotnet": {
|
|
@@ -5713,22 +5804,6 @@
|
|
|
5713
5804
|
}
|
|
5714
5805
|
}
|
|
5715
5806
|
},
|
|
5716
|
-
"aws-cdk-lib.interfaces.aws_controlcatalog": {
|
|
5717
|
-
"targets": {
|
|
5718
|
-
"dotnet": {
|
|
5719
|
-
"namespace": "Amazon.CDK.Interfaces.ControlCatalog"
|
|
5720
|
-
},
|
|
5721
|
-
"go": {
|
|
5722
|
-
"packageName": "interfacesawscontrolcatalog"
|
|
5723
|
-
},
|
|
5724
|
-
"java": {
|
|
5725
|
-
"package": "software.amazon.awscdk.interfaces.controlcatalog"
|
|
5726
|
-
},
|
|
5727
|
-
"python": {
|
|
5728
|
-
"module": "aws_cdk.interfaces.aws_controlcatalog"
|
|
5729
|
-
}
|
|
5730
|
-
}
|
|
5731
|
-
},
|
|
5732
5807
|
"aws-cdk-lib.interfaces.aws_controltower": {
|
|
5733
5808
|
"targets": {
|
|
5734
5809
|
"dotnet": {
|
|
@@ -5793,6 +5868,22 @@
|
|
|
5793
5868
|
}
|
|
5794
5869
|
}
|
|
5795
5870
|
},
|
|
5871
|
+
"aws-cdk-lib.interfaces.aws_dataexchange": {
|
|
5872
|
+
"targets": {
|
|
5873
|
+
"dotnet": {
|
|
5874
|
+
"namespace": "Amazon.CDK.Interfaces.DataExchange"
|
|
5875
|
+
},
|
|
5876
|
+
"go": {
|
|
5877
|
+
"packageName": "interfacesawsdataexchange"
|
|
5878
|
+
},
|
|
5879
|
+
"java": {
|
|
5880
|
+
"package": "software.amazon.awscdk.interfaces.dataexchange"
|
|
5881
|
+
},
|
|
5882
|
+
"python": {
|
|
5883
|
+
"module": "aws_cdk.interfaces.aws_dataexchange"
|
|
5884
|
+
}
|
|
5885
|
+
}
|
|
5886
|
+
},
|
|
5796
5887
|
"aws-cdk-lib.interfaces.aws_datapipeline": {
|
|
5797
5888
|
"targets": {
|
|
5798
5889
|
"dotnet": {
|
|
@@ -6033,6 +6124,22 @@
|
|
|
6033
6124
|
}
|
|
6034
6125
|
}
|
|
6035
6126
|
},
|
|
6127
|
+
"aws-cdk-lib.interfaces.aws_drs": {
|
|
6128
|
+
"targets": {
|
|
6129
|
+
"dotnet": {
|
|
6130
|
+
"namespace": "Amazon.CDK.Interfaces.DRS"
|
|
6131
|
+
},
|
|
6132
|
+
"go": {
|
|
6133
|
+
"packageName": "interfacesawsdrs"
|
|
6134
|
+
},
|
|
6135
|
+
"java": {
|
|
6136
|
+
"package": "software.amazon.awscdk.interfaces.drs"
|
|
6137
|
+
},
|
|
6138
|
+
"python": {
|
|
6139
|
+
"module": "aws_cdk.interfaces.aws_drs"
|
|
6140
|
+
}
|
|
6141
|
+
}
|
|
6142
|
+
},
|
|
6036
6143
|
"aws-cdk-lib.interfaces.aws_dsql": {
|
|
6037
6144
|
"targets": {
|
|
6038
6145
|
"dotnet": {
|
|
@@ -6865,6 +6972,22 @@
|
|
|
6865
6972
|
}
|
|
6866
6973
|
}
|
|
6867
6974
|
},
|
|
6975
|
+
"aws-cdk-lib.interfaces.aws_iotsecuretunneling": {
|
|
6976
|
+
"targets": {
|
|
6977
|
+
"dotnet": {
|
|
6978
|
+
"namespace": "Amazon.CDK.Interfaces.IoTSecureTunneling"
|
|
6979
|
+
},
|
|
6980
|
+
"go": {
|
|
6981
|
+
"packageName": "interfacesawsiotsecuretunneling"
|
|
6982
|
+
},
|
|
6983
|
+
"java": {
|
|
6984
|
+
"package": "software.amazon.awscdk.interfaces.iotsecuretunneling"
|
|
6985
|
+
},
|
|
6986
|
+
"python": {
|
|
6987
|
+
"module": "aws_cdk.interfaces.aws_iotsecuretunneling"
|
|
6988
|
+
}
|
|
6989
|
+
}
|
|
6990
|
+
},
|
|
6868
6991
|
"aws-cdk-lib.interfaces.aws_iotsitewise": {
|
|
6869
6992
|
"targets": {
|
|
6870
6993
|
"dotnet": {
|
|
@@ -7457,6 +7580,22 @@
|
|
|
7457
7580
|
}
|
|
7458
7581
|
}
|
|
7459
7582
|
},
|
|
7583
|
+
"aws-cdk-lib.interfaces.aws_mgn": {
|
|
7584
|
+
"targets": {
|
|
7585
|
+
"dotnet": {
|
|
7586
|
+
"namespace": "Amazon.CDK.Interfaces.MGN"
|
|
7587
|
+
},
|
|
7588
|
+
"go": {
|
|
7589
|
+
"packageName": "interfacesawsmgn"
|
|
7590
|
+
},
|
|
7591
|
+
"java": {
|
|
7592
|
+
"package": "software.amazon.awscdk.interfaces.mgn"
|
|
7593
|
+
},
|
|
7594
|
+
"python": {
|
|
7595
|
+
"module": "aws_cdk.interfaces.aws_mgn"
|
|
7596
|
+
}
|
|
7597
|
+
}
|
|
7598
|
+
},
|
|
7460
7599
|
"aws-cdk-lib.interfaces.aws_mpa": {
|
|
7461
7600
|
"targets": {
|
|
7462
7601
|
"dotnet": {
|
|
@@ -7729,6 +7868,22 @@
|
|
|
7729
7868
|
}
|
|
7730
7869
|
}
|
|
7731
7870
|
},
|
|
7871
|
+
"aws-cdk-lib.interfaces.aws_opensearch": {
|
|
7872
|
+
"targets": {
|
|
7873
|
+
"dotnet": {
|
|
7874
|
+
"namespace": "Amazon.CDK.Interfaces.OpenSearch"
|
|
7875
|
+
},
|
|
7876
|
+
"go": {
|
|
7877
|
+
"packageName": "interfacesawsopensearch"
|
|
7878
|
+
},
|
|
7879
|
+
"java": {
|
|
7880
|
+
"package": "software.amazon.awscdk.interfaces.opensearch"
|
|
7881
|
+
},
|
|
7882
|
+
"python": {
|
|
7883
|
+
"module": "aws_cdk.interfaces.aws_opensearch"
|
|
7884
|
+
}
|
|
7885
|
+
}
|
|
7886
|
+
},
|
|
7732
7887
|
"aws-cdk-lib.interfaces.aws_opensearchserverless": {
|
|
7733
7888
|
"targets": {
|
|
7734
7889
|
"dotnet": {
|
|
@@ -7985,6 +8140,22 @@
|
|
|
7985
8140
|
}
|
|
7986
8141
|
}
|
|
7987
8142
|
},
|
|
8143
|
+
"aws-cdk-lib.interfaces.aws_pricingplanmanager": {
|
|
8144
|
+
"targets": {
|
|
8145
|
+
"dotnet": {
|
|
8146
|
+
"namespace": "Amazon.CDK.Interfaces.PricingPlanManager"
|
|
8147
|
+
},
|
|
8148
|
+
"go": {
|
|
8149
|
+
"packageName": "interfacesawspricingplanmanager"
|
|
8150
|
+
},
|
|
8151
|
+
"java": {
|
|
8152
|
+
"package": "software.amazon.awscdk.interfaces.pricingplanmanager"
|
|
8153
|
+
},
|
|
8154
|
+
"python": {
|
|
8155
|
+
"module": "aws_cdk.interfaces.aws_pricingplanmanager"
|
|
8156
|
+
}
|
|
8157
|
+
}
|
|
8158
|
+
},
|
|
7988
8159
|
"aws-cdk-lib.interfaces.aws_proton": {
|
|
7989
8160
|
"targets": {
|
|
7990
8161
|
"dotnet": {
|
|
@@ -8641,6 +8812,22 @@
|
|
|
8641
8812
|
}
|
|
8642
8813
|
}
|
|
8643
8814
|
},
|
|
8815
|
+
"aws-cdk-lib.interfaces.aws_serverlessrepo": {
|
|
8816
|
+
"targets": {
|
|
8817
|
+
"dotnet": {
|
|
8818
|
+
"namespace": "Amazon.CDK.Interfaces.ServerlessRepo"
|
|
8819
|
+
},
|
|
8820
|
+
"go": {
|
|
8821
|
+
"packageName": "interfacesawsserverlessrepo"
|
|
8822
|
+
},
|
|
8823
|
+
"java": {
|
|
8824
|
+
"package": "software.amazon.awscdk.interfaces.serverlessrepo"
|
|
8825
|
+
},
|
|
8826
|
+
"python": {
|
|
8827
|
+
"module": "aws_cdk.interfaces.aws_serverlessrepo"
|
|
8828
|
+
}
|
|
8829
|
+
}
|
|
8830
|
+
},
|
|
8644
8831
|
"aws-cdk-lib.interfaces.aws_servicecatalog": {
|
|
8645
8832
|
"targets": {
|
|
8646
8833
|
"dotnet": {
|
|
@@ -8897,22 +9084,6 @@
|
|
|
8897
9084
|
}
|
|
8898
9085
|
}
|
|
8899
9086
|
},
|
|
8900
|
-
"aws-cdk-lib.interfaces.aws_states": {
|
|
8901
|
-
"targets": {
|
|
8902
|
-
"dotnet": {
|
|
8903
|
-
"namespace": "Amazon.CDK.Interfaces.States"
|
|
8904
|
-
},
|
|
8905
|
-
"go": {
|
|
8906
|
-
"packageName": "interfacesawsstates"
|
|
8907
|
-
},
|
|
8908
|
-
"java": {
|
|
8909
|
-
"package": "software.amazon.awscdk.interfaces.states"
|
|
8910
|
-
},
|
|
8911
|
-
"python": {
|
|
8912
|
-
"module": "aws_cdk.interfaces.aws_states"
|
|
8913
|
-
}
|
|
8914
|
-
}
|
|
8915
|
-
},
|
|
8916
9087
|
"aws-cdk-lib.interfaces.aws_stepfunctions": {
|
|
8917
9088
|
"targets": {
|
|
8918
9089
|
"dotnet": {
|
|
@@ -8961,6 +9132,22 @@
|
|
|
8961
9132
|
}
|
|
8962
9133
|
}
|
|
8963
9134
|
},
|
|
9135
|
+
"aws-cdk-lib.interfaces.aws_supportauthz": {
|
|
9136
|
+
"targets": {
|
|
9137
|
+
"dotnet": {
|
|
9138
|
+
"namespace": "Amazon.CDK.Interfaces.SupportAuthZ"
|
|
9139
|
+
},
|
|
9140
|
+
"go": {
|
|
9141
|
+
"packageName": "interfacesawssupportauthz"
|
|
9142
|
+
},
|
|
9143
|
+
"java": {
|
|
9144
|
+
"package": "software.amazon.awscdk.interfaces.supportauthz"
|
|
9145
|
+
},
|
|
9146
|
+
"python": {
|
|
9147
|
+
"module": "aws_cdk.interfaces.aws_supportauthz"
|
|
9148
|
+
}
|
|
9149
|
+
}
|
|
9150
|
+
},
|
|
8964
9151
|
"aws-cdk-lib.interfaces.aws_synthetics": {
|
|
8965
9152
|
"targets": {
|
|
8966
9153
|
"dotnet": {
|
|
@@ -8993,19 +9180,19 @@
|
|
|
8993
9180
|
}
|
|
8994
9181
|
}
|
|
8995
9182
|
},
|
|
8996
|
-
"aws-cdk-lib.interfaces.
|
|
9183
|
+
"aws-cdk-lib.interfaces.aws_textract": {
|
|
8997
9184
|
"targets": {
|
|
8998
9185
|
"dotnet": {
|
|
8999
|
-
"namespace": "Amazon.CDK.Interfaces.
|
|
9186
|
+
"namespace": "Amazon.CDK.Interfaces.Textract"
|
|
9000
9187
|
},
|
|
9001
9188
|
"go": {
|
|
9002
|
-
"packageName": "
|
|
9189
|
+
"packageName": "interfacesawstextract"
|
|
9003
9190
|
},
|
|
9004
9191
|
"java": {
|
|
9005
|
-
"package": "software.amazon.awscdk.interfaces.
|
|
9192
|
+
"package": "software.amazon.awscdk.interfaces.textract"
|
|
9006
9193
|
},
|
|
9007
9194
|
"python": {
|
|
9008
|
-
"module": "aws_cdk.interfaces.
|
|
9195
|
+
"module": "aws_cdk.interfaces.aws_textract"
|
|
9009
9196
|
}
|
|
9010
9197
|
}
|
|
9011
9198
|
},
|
|
@@ -9057,19 +9244,19 @@
|
|
|
9057
9244
|
}
|
|
9058
9245
|
}
|
|
9059
9246
|
},
|
|
9060
|
-
"aws-cdk-lib.interfaces.
|
|
9247
|
+
"aws-cdk-lib.interfaces.aws_translate": {
|
|
9061
9248
|
"targets": {
|
|
9062
9249
|
"dotnet": {
|
|
9063
|
-
"namespace": "Amazon.CDK.Interfaces.
|
|
9250
|
+
"namespace": "Amazon.CDK.Interfaces.Translate"
|
|
9064
9251
|
},
|
|
9065
9252
|
"go": {
|
|
9066
|
-
"packageName": "
|
|
9253
|
+
"packageName": "interfacesawstranslate"
|
|
9067
9254
|
},
|
|
9068
9255
|
"java": {
|
|
9069
|
-
"package": "software.amazon.awscdk.interfaces.
|
|
9256
|
+
"package": "software.amazon.awscdk.interfaces.translate"
|
|
9070
9257
|
},
|
|
9071
9258
|
"python": {
|
|
9072
|
-
"module": "aws_cdk.interfaces.
|
|
9259
|
+
"module": "aws_cdk.interfaces.aws_translate"
|
|
9073
9260
|
}
|
|
9074
9261
|
}
|
|
9075
9262
|
},
|
|
@@ -9201,6 +9388,22 @@
|
|
|
9201
9388
|
}
|
|
9202
9389
|
}
|
|
9203
9390
|
},
|
|
9391
|
+
"aws-cdk-lib.interfaces.aws_wickr": {
|
|
9392
|
+
"targets": {
|
|
9393
|
+
"dotnet": {
|
|
9394
|
+
"namespace": "Amazon.CDK.Interfaces.Wickr"
|
|
9395
|
+
},
|
|
9396
|
+
"go": {
|
|
9397
|
+
"packageName": "interfacesawswickr"
|
|
9398
|
+
},
|
|
9399
|
+
"java": {
|
|
9400
|
+
"package": "software.amazon.awscdk.interfaces.wickr"
|
|
9401
|
+
},
|
|
9402
|
+
"python": {
|
|
9403
|
+
"module": "aws_cdk.interfaces.aws_wickr"
|
|
9404
|
+
}
|
|
9405
|
+
}
|
|
9406
|
+
},
|
|
9204
9407
|
"aws-cdk-lib.interfaces.aws_wisdom": {
|
|
9205
9408
|
"targets": {
|
|
9206
9409
|
"dotnet": {
|
|
@@ -34604,7 +34807,7 @@
|
|
|
34604
34807
|
"see": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-oauth2credentialprovider.html",
|
|
34605
34808
|
"stability": "experimental",
|
|
34606
34809
|
"summary": "L2 construct for `AWS::BedrockAgentCore::OAuth2CredentialProvider`.",
|
|
34607
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';\nconst oAuth2CredentialProvider = new bedrock_agentcore_alpha.OAuth2CredentialProvider(this, 'MyOAuth2CredentialProvider', {\n credentialProviderVendor: 'credentialProviderVendor',\n oauth2ProviderConfigInput: {\n atlassianOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n customOauth2ProviderConfig: {\n oauthDiscovery: {\n authorizationServerMetadata: {\n authorizationEndpoint: 'authorizationEndpoint',\n issuer: 'issuer',\n tokenEndpoint: 'tokenEndpoint',\n\n // the properties below are optional\n responseTypes: ['responseTypes'],\n },\n discoveryUrl: 'discoveryUrl',\n },\n\n // the properties below are optional\n clientAuthenticationMethod: 'clientAuthenticationMethod',\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n onBehalfOfTokenExchangeConfig: {\n grantType: 'grantType',\n\n // the properties below are optional\n tokenExchangeGrantTypeConfig: {\n actorTokenContent: 'actorTokenContent',\n\n // the properties below are optional\n actorTokenScopes: ['actorTokenScopes'],\n },\n },\n },\n githubOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n googleOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n includedOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n authorizationEndpoint: 'authorizationEndpoint',\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n issuer: 'issuer',\n tokenEndpoint: 'tokenEndpoint',\n },\n linkedinOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n microsoftOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n tenantId: 'tenantId',\n },\n salesforceOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n slackOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n },\n\n // the properties below are optional\n oAuth2CredentialProviderName: 'oAuth2CredentialProviderName',\n tags: {\n tagsKey: 'tags',\n },\n});"
|
|
34810
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';\nconst oAuth2CredentialProvider = new bedrock_agentcore_alpha.OAuth2CredentialProvider(this, 'MyOAuth2CredentialProvider', {\n credentialProviderVendor: 'credentialProviderVendor',\n oauth2ProviderConfigInput: {\n atlassianOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n customOauth2ProviderConfig: {\n oauthDiscovery: {\n authorizationServerMetadata: {\n authorizationEndpoint: 'authorizationEndpoint',\n issuer: 'issuer',\n tokenEndpoint: 'tokenEndpoint',\n\n // the properties below are optional\n responseTypes: ['responseTypes'],\n },\n discoveryUrl: 'discoveryUrl',\n },\n\n // the properties below are optional\n clientAuthenticationMethod: 'clientAuthenticationMethod',\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n onBehalfOfTokenExchangeConfig: {\n grantType: 'grantType',\n\n // the properties below are optional\n tokenExchangeGrantTypeConfig: {\n actorTokenContent: 'actorTokenContent',\n\n // the properties below are optional\n actorTokenScopes: ['actorTokenScopes'],\n },\n },\n privateEndpoint: {\n managedVpcResource: {\n endpointIpAddressType: 'endpointIpAddressType',\n subnetIds: ['subnetIds'],\n vpcIdentifier: 'vpcIdentifier',\n\n // the properties below are optional\n routingDomain: 'routingDomain',\n securityGroupIds: ['securityGroupIds'],\n tags: {\n tagsKey: 'tags',\n },\n },\n selfManagedLatticeResource: {\n resourceConfigurationIdentifier: 'resourceConfigurationIdentifier',\n },\n },\n privateEndpointOverrides: [{\n domain: 'domain',\n privateEndpoint: {\n managedVpcResource: {\n endpointIpAddressType: 'endpointIpAddressType',\n subnetIds: ['subnetIds'],\n vpcIdentifier: 'vpcIdentifier',\n\n // the properties below are optional\n routingDomain: 'routingDomain',\n securityGroupIds: ['securityGroupIds'],\n tags: {\n tagsKey: 'tags',\n },\n },\n selfManagedLatticeResource: {\n resourceConfigurationIdentifier: 'resourceConfigurationIdentifier',\n },\n },\n }],\n privateKeyJwtConfig: {\n additionalHeaderClaims: {\n additionalHeaderClaimsKey: 'additionalHeaderClaims',\n },\n additionalPayloadClaims: {\n additionalPayloadClaimsKey: 'additionalPayloadClaims',\n },\n privateKeySource: {\n kmsKeySource: {\n kmsKeyArn: 'kmsKeyArn',\n },\n },\n signingAlgorithm: 'signingAlgorithm',\n },\n },\n githubOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n googleOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n includedOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n authorizationEndpoint: 'authorizationEndpoint',\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n issuer: 'issuer',\n tokenEndpoint: 'tokenEndpoint',\n },\n linkedinOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n microsoftOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n tenantId: 'tenantId',\n },\n salesforceOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n slackOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n },\n\n // the properties below are optional\n oAuth2CredentialProviderName: 'oAuth2CredentialProviderName',\n tags: {\n tagsKey: 'tags',\n },\n});"
|
|
34608
34811
|
},
|
|
34609
34812
|
"fqn": "@aws-cdk/aws-bedrock-agentcore-alpha.OAuth2CredentialProvider",
|
|
34610
34813
|
"initializer": {
|
|
@@ -36331,7 +36534,7 @@
|
|
|
36331
36534
|
"deprecated": "Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.",
|
|
36332
36535
|
"stability": "deprecated",
|
|
36333
36536
|
"summary": "Low-level properties when you need full control (prefer {@link OAuth2CredentialProvider.usingSlack} and other factories).",
|
|
36334
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';\nconst oAuth2CredentialProviderProps: bedrock_agentcore_alpha.OAuth2CredentialProviderProps = {\n credentialProviderVendor: 'credentialProviderVendor',\n oauth2ProviderConfigInput: {\n atlassianOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n customOauth2ProviderConfig: {\n oauthDiscovery: {\n authorizationServerMetadata: {\n authorizationEndpoint: 'authorizationEndpoint',\n issuer: 'issuer',\n tokenEndpoint: 'tokenEndpoint',\n\n // the properties below are optional\n responseTypes: ['responseTypes'],\n },\n discoveryUrl: 'discoveryUrl',\n },\n\n // the properties below are optional\n clientAuthenticationMethod: 'clientAuthenticationMethod',\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n onBehalfOfTokenExchangeConfig: {\n grantType: 'grantType',\n\n // the properties below are optional\n tokenExchangeGrantTypeConfig: {\n actorTokenContent: 'actorTokenContent',\n\n // the properties below are optional\n actorTokenScopes: ['actorTokenScopes'],\n },\n },\n },\n githubOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n googleOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n includedOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n authorizationEndpoint: 'authorizationEndpoint',\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n issuer: 'issuer',\n tokenEndpoint: 'tokenEndpoint',\n },\n linkedinOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n microsoftOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n tenantId: 'tenantId',\n },\n salesforceOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n slackOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n },\n\n // the properties below are optional\n oAuth2CredentialProviderName: 'oAuth2CredentialProviderName',\n tags: {\n tagsKey: 'tags',\n },\n};",
|
|
36537
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';\nconst oAuth2CredentialProviderProps: bedrock_agentcore_alpha.OAuth2CredentialProviderProps = {\n credentialProviderVendor: 'credentialProviderVendor',\n oauth2ProviderConfigInput: {\n atlassianOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n customOauth2ProviderConfig: {\n oauthDiscovery: {\n authorizationServerMetadata: {\n authorizationEndpoint: 'authorizationEndpoint',\n issuer: 'issuer',\n tokenEndpoint: 'tokenEndpoint',\n\n // the properties below are optional\n responseTypes: ['responseTypes'],\n },\n discoveryUrl: 'discoveryUrl',\n },\n\n // the properties below are optional\n clientAuthenticationMethod: 'clientAuthenticationMethod',\n clientId: 'clientId',\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n onBehalfOfTokenExchangeConfig: {\n grantType: 'grantType',\n\n // the properties below are optional\n tokenExchangeGrantTypeConfig: {\n actorTokenContent: 'actorTokenContent',\n\n // the properties below are optional\n actorTokenScopes: ['actorTokenScopes'],\n },\n },\n privateEndpoint: {\n managedVpcResource: {\n endpointIpAddressType: 'endpointIpAddressType',\n subnetIds: ['subnetIds'],\n vpcIdentifier: 'vpcIdentifier',\n\n // the properties below are optional\n routingDomain: 'routingDomain',\n securityGroupIds: ['securityGroupIds'],\n tags: {\n tagsKey: 'tags',\n },\n },\n selfManagedLatticeResource: {\n resourceConfigurationIdentifier: 'resourceConfigurationIdentifier',\n },\n },\n privateEndpointOverrides: [{\n domain: 'domain',\n privateEndpoint: {\n managedVpcResource: {\n endpointIpAddressType: 'endpointIpAddressType',\n subnetIds: ['subnetIds'],\n vpcIdentifier: 'vpcIdentifier',\n\n // the properties below are optional\n routingDomain: 'routingDomain',\n securityGroupIds: ['securityGroupIds'],\n tags: {\n tagsKey: 'tags',\n },\n },\n selfManagedLatticeResource: {\n resourceConfigurationIdentifier: 'resourceConfigurationIdentifier',\n },\n },\n }],\n privateKeyJwtConfig: {\n additionalHeaderClaims: {\n additionalHeaderClaimsKey: 'additionalHeaderClaims',\n },\n additionalPayloadClaims: {\n additionalPayloadClaimsKey: 'additionalPayloadClaims',\n },\n privateKeySource: {\n kmsKeySource: {\n kmsKeyArn: 'kmsKeyArn',\n },\n },\n signingAlgorithm: 'signingAlgorithm',\n },\n },\n githubOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n googleOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n includedOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n authorizationEndpoint: 'authorizationEndpoint',\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n issuer: 'issuer',\n tokenEndpoint: 'tokenEndpoint',\n },\n linkedinOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n microsoftOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n tenantId: 'tenantId',\n },\n salesforceOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n slackOauth2ProviderConfig: {\n clientId: 'clientId',\n\n // the properties below are optional\n clientSecret: 'clientSecret',\n clientSecretConfig: {\n jsonKey: 'jsonKey',\n secretId: 'secretId',\n },\n clientSecretSource: 'clientSecretSource',\n },\n },\n\n // the properties below are optional\n oAuth2CredentialProviderName: 'oAuth2CredentialProviderName',\n tags: {\n tagsKey: 'tags',\n },\n};",
|
|
36335
36538
|
"custom": {
|
|
36336
36539
|
"exampleMetadata": "fixture=_generated"
|
|
36337
36540
|
}
|
|
@@ -45468,6 +45671,6 @@
|
|
|
45468
45671
|
"symbolId": "lib/identity/oauth2-credential-provider:ZoomOAuth2CredentialProviderProps"
|
|
45469
45672
|
}
|
|
45470
45673
|
},
|
|
45471
|
-
"version": "2.
|
|
45674
|
+
"version": "2.269.0-alpha.0",
|
|
45472
45675
|
"fingerprint": "**********"
|
|
45473
45676
|
}
|