aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
|
@@ -98,6 +98,9 @@ class CfnApplication(
|
|
|
98
98
|
kms_key_id="kmsKeyId"
|
|
99
99
|
),
|
|
100
100
|
identity_center_instance_arn="identityCenterInstanceArn",
|
|
101
|
+
q_apps_configuration=qbusiness.CfnApplication.QAppsConfigurationProperty(
|
|
102
|
+
q_apps_control_mode="qAppsControlMode"
|
|
103
|
+
),
|
|
101
104
|
role_arn="roleArn",
|
|
102
105
|
tags=[CfnTag(
|
|
103
106
|
key="key",
|
|
@@ -116,6 +119,7 @@ class CfnApplication(
|
|
|
116
119
|
description: typing.Optional[builtins.str] = None,
|
|
117
120
|
encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.EncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
118
121
|
identity_center_instance_arn: typing.Optional[builtins.str] = None,
|
|
122
|
+
q_apps_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.QAppsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
119
123
|
role_arn: typing.Optional[builtins.str] = None,
|
|
120
124
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
121
125
|
) -> None:
|
|
@@ -127,6 +131,7 @@ class CfnApplication(
|
|
|
127
131
|
:param description: A description for the Amazon Q Business application.
|
|
128
132
|
:param encryption_configuration: Provides the identifier of the AWS KMS key used to encrypt data indexed by Amazon Q Business. Amazon Q Business doesn't support asymmetric keys.
|
|
129
133
|
:param identity_center_instance_arn: The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application. *Required* : ``Yes``
|
|
134
|
+
:param q_apps_configuration: Configuration information about Amazon Q Apps. (preview feature)
|
|
130
135
|
:param role_arn: The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.
|
|
131
136
|
:param tags: A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
|
|
132
137
|
'''
|
|
@@ -140,6 +145,7 @@ class CfnApplication(
|
|
|
140
145
|
description=description,
|
|
141
146
|
encryption_configuration=encryption_configuration,
|
|
142
147
|
identity_center_instance_arn=identity_center_instance_arn,
|
|
148
|
+
q_apps_configuration=q_apps_configuration,
|
|
143
149
|
role_arn=role_arn,
|
|
144
150
|
tags=tags,
|
|
145
151
|
)
|
|
@@ -254,7 +260,7 @@ class CfnApplication(
|
|
|
254
260
|
if __debug__:
|
|
255
261
|
type_hints = typing.get_type_hints(_typecheckingstub__33b274b95ca4bace4d079a2b1a1973f1ffbc3a648fc9107b7c44cb7f842f4da1)
|
|
256
262
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
257
|
-
jsii.set(self, "displayName", value)
|
|
263
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
258
264
|
|
|
259
265
|
@builtins.property
|
|
260
266
|
@jsii.member(jsii_name="attachmentsConfiguration")
|
|
@@ -272,7 +278,7 @@ class CfnApplication(
|
|
|
272
278
|
if __debug__:
|
|
273
279
|
type_hints = typing.get_type_hints(_typecheckingstub__57c12a095537be640da7b57fecbf3b07e85d4c25f19b33011eba52664eb319bf)
|
|
274
280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
275
|
-
jsii.set(self, "attachmentsConfiguration", value)
|
|
281
|
+
jsii.set(self, "attachmentsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
276
282
|
|
|
277
283
|
@builtins.property
|
|
278
284
|
@jsii.member(jsii_name="description")
|
|
@@ -285,7 +291,7 @@ class CfnApplication(
|
|
|
285
291
|
if __debug__:
|
|
286
292
|
type_hints = typing.get_type_hints(_typecheckingstub__cc81ccdbed36f390524b7f7b30696df462f8857fc5dbadb944cf0de3caf79186)
|
|
287
293
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
288
|
-
jsii.set(self, "description", value)
|
|
294
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
289
295
|
|
|
290
296
|
@builtins.property
|
|
291
297
|
@jsii.member(jsii_name="encryptionConfiguration")
|
|
@@ -303,7 +309,7 @@ class CfnApplication(
|
|
|
303
309
|
if __debug__:
|
|
304
310
|
type_hints = typing.get_type_hints(_typecheckingstub__6de90c5382cc0edcebad422dab80436e0194a3dee33a2061cee4fd766fca3803)
|
|
305
311
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
306
|
-
jsii.set(self, "encryptionConfiguration", value)
|
|
312
|
+
jsii.set(self, "encryptionConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
307
313
|
|
|
308
314
|
@builtins.property
|
|
309
315
|
@jsii.member(jsii_name="identityCenterInstanceArn")
|
|
@@ -319,7 +325,25 @@ class CfnApplication(
|
|
|
319
325
|
if __debug__:
|
|
320
326
|
type_hints = typing.get_type_hints(_typecheckingstub__0e51ab74f20033849c9b717566b2c1f59a066782ff0aafb4adb05ce552f5019a)
|
|
321
327
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
322
|
-
jsii.set(self, "identityCenterInstanceArn", value)
|
|
328
|
+
jsii.set(self, "identityCenterInstanceArn", value) # pyright: ignore[reportArgumentType]
|
|
329
|
+
|
|
330
|
+
@builtins.property
|
|
331
|
+
@jsii.member(jsii_name="qAppsConfiguration")
|
|
332
|
+
def q_apps_configuration(
|
|
333
|
+
self,
|
|
334
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.QAppsConfigurationProperty"]]:
|
|
335
|
+
'''Configuration information about Amazon Q Apps.'''
|
|
336
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.QAppsConfigurationProperty"]], jsii.get(self, "qAppsConfiguration"))
|
|
337
|
+
|
|
338
|
+
@q_apps_configuration.setter
|
|
339
|
+
def q_apps_configuration(
|
|
340
|
+
self,
|
|
341
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.QAppsConfigurationProperty"]],
|
|
342
|
+
) -> None:
|
|
343
|
+
if __debug__:
|
|
344
|
+
type_hints = typing.get_type_hints(_typecheckingstub__53d92c70961aea8a11ca2bb523fd9f10d2b780d9bda90114e0350e538ef5bd70)
|
|
345
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
346
|
+
jsii.set(self, "qAppsConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
323
347
|
|
|
324
348
|
@builtins.property
|
|
325
349
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -332,7 +356,7 @@ class CfnApplication(
|
|
|
332
356
|
if __debug__:
|
|
333
357
|
type_hints = typing.get_type_hints(_typecheckingstub__1658266e462038ba089b94b22bb7d75b2047bb6b00110e1a3ad8d2941efe4b91)
|
|
334
358
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
335
|
-
jsii.set(self, "roleArn", value)
|
|
359
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
336
360
|
|
|
337
361
|
@builtins.property
|
|
338
362
|
@jsii.member(jsii_name="tags")
|
|
@@ -345,7 +369,7 @@ class CfnApplication(
|
|
|
345
369
|
if __debug__:
|
|
346
370
|
type_hints = typing.get_type_hints(_typecheckingstub__71701e84c409132b62c2159d4eb096fd21722d0898465ad5f753fb5e9336a3d4)
|
|
347
371
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
348
|
-
jsii.set(self, "tags", value)
|
|
372
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
349
373
|
|
|
350
374
|
@jsii.data_type(
|
|
351
375
|
jsii_type="aws-cdk-lib.aws_qbusiness.CfnApplication.AttachmentsConfigurationProperty",
|
|
@@ -454,6 +478,60 @@ class CfnApplication(
|
|
|
454
478
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
455
479
|
)
|
|
456
480
|
|
|
481
|
+
@jsii.data_type(
|
|
482
|
+
jsii_type="aws-cdk-lib.aws_qbusiness.CfnApplication.QAppsConfigurationProperty",
|
|
483
|
+
jsii_struct_bases=[],
|
|
484
|
+
name_mapping={"q_apps_control_mode": "qAppsControlMode"},
|
|
485
|
+
)
|
|
486
|
+
class QAppsConfigurationProperty:
|
|
487
|
+
def __init__(self, *, q_apps_control_mode: builtins.str) -> None:
|
|
488
|
+
'''Configuration information about Amazon Q Apps.
|
|
489
|
+
|
|
490
|
+
(preview feature)
|
|
491
|
+
|
|
492
|
+
:param q_apps_control_mode: Status information about whether end users can create and use Amazon Q Apps in the web experience.
|
|
493
|
+
|
|
494
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-qappsconfiguration.html
|
|
495
|
+
:exampleMetadata: fixture=_generated
|
|
496
|
+
|
|
497
|
+
Example::
|
|
498
|
+
|
|
499
|
+
# The code below shows an example of how to instantiate this type.
|
|
500
|
+
# The values are placeholders you should change.
|
|
501
|
+
from aws_cdk import aws_qbusiness as qbusiness
|
|
502
|
+
|
|
503
|
+
q_apps_configuration_property = qbusiness.CfnApplication.QAppsConfigurationProperty(
|
|
504
|
+
q_apps_control_mode="qAppsControlMode"
|
|
505
|
+
)
|
|
506
|
+
'''
|
|
507
|
+
if __debug__:
|
|
508
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6b7142160185e09a91c9d85e4a5dafc98a64398c744201a937b09ca7cc1de37e)
|
|
509
|
+
check_type(argname="argument q_apps_control_mode", value=q_apps_control_mode, expected_type=type_hints["q_apps_control_mode"])
|
|
510
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
511
|
+
"q_apps_control_mode": q_apps_control_mode,
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
@builtins.property
|
|
515
|
+
def q_apps_control_mode(self) -> builtins.str:
|
|
516
|
+
'''Status information about whether end users can create and use Amazon Q Apps in the web experience.
|
|
517
|
+
|
|
518
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-qappsconfiguration.html#cfn-qbusiness-application-qappsconfiguration-qappscontrolmode
|
|
519
|
+
'''
|
|
520
|
+
result = self._values.get("q_apps_control_mode")
|
|
521
|
+
assert result is not None, "Required property 'q_apps_control_mode' is missing"
|
|
522
|
+
return typing.cast(builtins.str, result)
|
|
523
|
+
|
|
524
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
525
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
526
|
+
|
|
527
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
528
|
+
return not (rhs == self)
|
|
529
|
+
|
|
530
|
+
def __repr__(self) -> str:
|
|
531
|
+
return "QAppsConfigurationProperty(%s)" % ", ".join(
|
|
532
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
533
|
+
)
|
|
534
|
+
|
|
457
535
|
|
|
458
536
|
@jsii.data_type(
|
|
459
537
|
jsii_type="aws-cdk-lib.aws_qbusiness.CfnApplicationProps",
|
|
@@ -464,6 +542,7 @@ class CfnApplication(
|
|
|
464
542
|
"description": "description",
|
|
465
543
|
"encryption_configuration": "encryptionConfiguration",
|
|
466
544
|
"identity_center_instance_arn": "identityCenterInstanceArn",
|
|
545
|
+
"q_apps_configuration": "qAppsConfiguration",
|
|
467
546
|
"role_arn": "roleArn",
|
|
468
547
|
"tags": "tags",
|
|
469
548
|
},
|
|
@@ -477,6 +556,7 @@ class CfnApplicationProps:
|
|
|
477
556
|
description: typing.Optional[builtins.str] = None,
|
|
478
557
|
encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.EncryptionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
479
558
|
identity_center_instance_arn: typing.Optional[builtins.str] = None,
|
|
559
|
+
q_apps_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.QAppsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
480
560
|
role_arn: typing.Optional[builtins.str] = None,
|
|
481
561
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
482
562
|
) -> None:
|
|
@@ -487,6 +567,7 @@ class CfnApplicationProps:
|
|
|
487
567
|
:param description: A description for the Amazon Q Business application.
|
|
488
568
|
:param encryption_configuration: Provides the identifier of the AWS KMS key used to encrypt data indexed by Amazon Q Business. Amazon Q Business doesn't support asymmetric keys.
|
|
489
569
|
:param identity_center_instance_arn: The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application. *Required* : ``Yes``
|
|
570
|
+
:param q_apps_configuration: Configuration information about Amazon Q Apps. (preview feature)
|
|
490
571
|
:param role_arn: The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.
|
|
491
572
|
:param tags: A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
|
|
492
573
|
|
|
@@ -511,6 +592,9 @@ class CfnApplicationProps:
|
|
|
511
592
|
kms_key_id="kmsKeyId"
|
|
512
593
|
),
|
|
513
594
|
identity_center_instance_arn="identityCenterInstanceArn",
|
|
595
|
+
q_apps_configuration=qbusiness.CfnApplication.QAppsConfigurationProperty(
|
|
596
|
+
q_apps_control_mode="qAppsControlMode"
|
|
597
|
+
),
|
|
514
598
|
role_arn="roleArn",
|
|
515
599
|
tags=[CfnTag(
|
|
516
600
|
key="key",
|
|
@@ -525,6 +609,7 @@ class CfnApplicationProps:
|
|
|
525
609
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
526
610
|
check_type(argname="argument encryption_configuration", value=encryption_configuration, expected_type=type_hints["encryption_configuration"])
|
|
527
611
|
check_type(argname="argument identity_center_instance_arn", value=identity_center_instance_arn, expected_type=type_hints["identity_center_instance_arn"])
|
|
612
|
+
check_type(argname="argument q_apps_configuration", value=q_apps_configuration, expected_type=type_hints["q_apps_configuration"])
|
|
528
613
|
check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
|
|
529
614
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
530
615
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -538,6 +623,8 @@ class CfnApplicationProps:
|
|
|
538
623
|
self._values["encryption_configuration"] = encryption_configuration
|
|
539
624
|
if identity_center_instance_arn is not None:
|
|
540
625
|
self._values["identity_center_instance_arn"] = identity_center_instance_arn
|
|
626
|
+
if q_apps_configuration is not None:
|
|
627
|
+
self._values["q_apps_configuration"] = q_apps_configuration
|
|
541
628
|
if role_arn is not None:
|
|
542
629
|
self._values["role_arn"] = role_arn
|
|
543
630
|
if tags is not None:
|
|
@@ -597,6 +684,19 @@ class CfnApplicationProps:
|
|
|
597
684
|
result = self._values.get("identity_center_instance_arn")
|
|
598
685
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
599
686
|
|
|
687
|
+
@builtins.property
|
|
688
|
+
def q_apps_configuration(
|
|
689
|
+
self,
|
|
690
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.QAppsConfigurationProperty]]:
|
|
691
|
+
'''Configuration information about Amazon Q Apps.
|
|
692
|
+
|
|
693
|
+
(preview feature)
|
|
694
|
+
|
|
695
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-application.html#cfn-qbusiness-application-qappsconfiguration
|
|
696
|
+
'''
|
|
697
|
+
result = self._values.get("q_apps_configuration")
|
|
698
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.QAppsConfigurationProperty]], result)
|
|
699
|
+
|
|
600
700
|
@builtins.property
|
|
601
701
|
def role_arn(self) -> typing.Optional[builtins.str]:
|
|
602
702
|
'''The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.
|
|
@@ -891,7 +991,7 @@ class CfnDataSource(
|
|
|
891
991
|
if __debug__:
|
|
892
992
|
type_hints = typing.get_type_hints(_typecheckingstub__8744e8719ac2ce0a440adec3d28e40857aa43a2f9e7d48ebb99d9244f314b5a8)
|
|
893
993
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
894
|
-
jsii.set(self, "applicationId", value)
|
|
994
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
895
995
|
|
|
896
996
|
@builtins.property
|
|
897
997
|
@jsii.member(jsii_name="configuration")
|
|
@@ -904,7 +1004,7 @@ class CfnDataSource(
|
|
|
904
1004
|
if __debug__:
|
|
905
1005
|
type_hints = typing.get_type_hints(_typecheckingstub__033036d2c97cbb0707403571def9bb03fcccaabedc00afaa4905a276eaa169f8)
|
|
906
1006
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
907
|
-
jsii.set(self, "configuration", value)
|
|
1007
|
+
jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
|
|
908
1008
|
|
|
909
1009
|
@builtins.property
|
|
910
1010
|
@jsii.member(jsii_name="displayName")
|
|
@@ -917,7 +1017,7 @@ class CfnDataSource(
|
|
|
917
1017
|
if __debug__:
|
|
918
1018
|
type_hints = typing.get_type_hints(_typecheckingstub__c3480e9c01e998df4f3c9b61416967b6ad224790241607484ad0376c1d24b18c)
|
|
919
1019
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
920
|
-
jsii.set(self, "displayName", value)
|
|
1020
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
921
1021
|
|
|
922
1022
|
@builtins.property
|
|
923
1023
|
@jsii.member(jsii_name="indexId")
|
|
@@ -930,7 +1030,7 @@ class CfnDataSource(
|
|
|
930
1030
|
if __debug__:
|
|
931
1031
|
type_hints = typing.get_type_hints(_typecheckingstub__f4ad13a5736b96bc7b5adfb1cf4b9e58f4559cef04a6fb6756627a56e47c0e83)
|
|
932
1032
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
933
|
-
jsii.set(self, "indexId", value)
|
|
1033
|
+
jsii.set(self, "indexId", value) # pyright: ignore[reportArgumentType]
|
|
934
1034
|
|
|
935
1035
|
@builtins.property
|
|
936
1036
|
@jsii.member(jsii_name="description")
|
|
@@ -943,7 +1043,7 @@ class CfnDataSource(
|
|
|
943
1043
|
if __debug__:
|
|
944
1044
|
type_hints = typing.get_type_hints(_typecheckingstub__81151bd66f1686e0470c9ae1dddd9a5cd72c8ceb371d917771c8268073fc8a76)
|
|
945
1045
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
946
|
-
jsii.set(self, "description", value)
|
|
1046
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
947
1047
|
|
|
948
1048
|
@builtins.property
|
|
949
1049
|
@jsii.member(jsii_name="documentEnrichmentConfiguration")
|
|
@@ -961,7 +1061,7 @@ class CfnDataSource(
|
|
|
961
1061
|
if __debug__:
|
|
962
1062
|
type_hints = typing.get_type_hints(_typecheckingstub__fe2866ff8510082e320bc29f43593004da60817112846504497bbb0dbac73cc0)
|
|
963
1063
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
964
|
-
jsii.set(self, "documentEnrichmentConfiguration", value)
|
|
1064
|
+
jsii.set(self, "documentEnrichmentConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
965
1065
|
|
|
966
1066
|
@builtins.property
|
|
967
1067
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -974,7 +1074,7 @@ class CfnDataSource(
|
|
|
974
1074
|
if __debug__:
|
|
975
1075
|
type_hints = typing.get_type_hints(_typecheckingstub__d17e6c9d50eaaabc9ce2688b35a56e877aaf39df8cd76e73354477d7d5c11a84)
|
|
976
1076
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
977
|
-
jsii.set(self, "roleArn", value)
|
|
1077
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
978
1078
|
|
|
979
1079
|
@builtins.property
|
|
980
1080
|
@jsii.member(jsii_name="syncSchedule")
|
|
@@ -987,7 +1087,7 @@ class CfnDataSource(
|
|
|
987
1087
|
if __debug__:
|
|
988
1088
|
type_hints = typing.get_type_hints(_typecheckingstub__d95ad8757220562be3c4a2a414d2a025dbf8de65b35ee49cd77167e02940024b)
|
|
989
1089
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
990
|
-
jsii.set(self, "syncSchedule", value)
|
|
1090
|
+
jsii.set(self, "syncSchedule", value) # pyright: ignore[reportArgumentType]
|
|
991
1091
|
|
|
992
1092
|
@builtins.property
|
|
993
1093
|
@jsii.member(jsii_name="tags")
|
|
@@ -1000,7 +1100,7 @@ class CfnDataSource(
|
|
|
1000
1100
|
if __debug__:
|
|
1001
1101
|
type_hints = typing.get_type_hints(_typecheckingstub__f0de23b55ca19c08a4a44c0f9e5ef175e05b82d5a4bdd9d882f044cad9d03ad5)
|
|
1002
1102
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1003
|
-
jsii.set(self, "tags", value)
|
|
1103
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
1004
1104
|
|
|
1005
1105
|
@builtins.property
|
|
1006
1106
|
@jsii.member(jsii_name="vpcConfiguration")
|
|
@@ -1018,7 +1118,7 @@ class CfnDataSource(
|
|
|
1018
1118
|
if __debug__:
|
|
1019
1119
|
type_hints = typing.get_type_hints(_typecheckingstub__2a2baf273288668ce3827242609bec0e4533974d4ecb7707e426b1a449d645ed)
|
|
1020
1120
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1021
|
-
jsii.set(self, "vpcConfiguration", value)
|
|
1121
|
+
jsii.set(self, "vpcConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
1022
1122
|
|
|
1023
1123
|
@jsii.data_type(
|
|
1024
1124
|
jsii_type="aws-cdk-lib.aws_qbusiness.CfnDataSource.DataSourceVpcConfigurationProperty",
|
|
@@ -2335,7 +2435,7 @@ class CfnIndex(
|
|
|
2335
2435
|
if __debug__:
|
|
2336
2436
|
type_hints = typing.get_type_hints(_typecheckingstub__54ff836942c63690dc16a9e4027a9abd09b398c38793f26cca38af64610bbe71)
|
|
2337
2437
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2338
|
-
jsii.set(self, "applicationId", value)
|
|
2438
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
2339
2439
|
|
|
2340
2440
|
@builtins.property
|
|
2341
2441
|
@jsii.member(jsii_name="displayName")
|
|
@@ -2348,7 +2448,7 @@ class CfnIndex(
|
|
|
2348
2448
|
if __debug__:
|
|
2349
2449
|
type_hints = typing.get_type_hints(_typecheckingstub__4544cd5fba280d2357dbc3ee91f9e13aef38c4a53c6724b7e9e5f519c4e884cb)
|
|
2350
2450
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2351
|
-
jsii.set(self, "displayName", value)
|
|
2451
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
2352
2452
|
|
|
2353
2453
|
@builtins.property
|
|
2354
2454
|
@jsii.member(jsii_name="capacityConfiguration")
|
|
@@ -2366,7 +2466,7 @@ class CfnIndex(
|
|
|
2366
2466
|
if __debug__:
|
|
2367
2467
|
type_hints = typing.get_type_hints(_typecheckingstub__4f6c721ddc40768da88ec10387c1ad38a220a25dbc3088182cc077f9e0481f58)
|
|
2368
2468
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2369
|
-
jsii.set(self, "capacityConfiguration", value)
|
|
2469
|
+
jsii.set(self, "capacityConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
2370
2470
|
|
|
2371
2471
|
@builtins.property
|
|
2372
2472
|
@jsii.member(jsii_name="description")
|
|
@@ -2379,7 +2479,7 @@ class CfnIndex(
|
|
|
2379
2479
|
if __debug__:
|
|
2380
2480
|
type_hints = typing.get_type_hints(_typecheckingstub__b986b341eaa6de5f44cf18bf19e514c21ac9e68197655e6ac87cd46eaa48c11d)
|
|
2381
2481
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2382
|
-
jsii.set(self, "description", value)
|
|
2482
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2383
2483
|
|
|
2384
2484
|
@builtins.property
|
|
2385
2485
|
@jsii.member(jsii_name="documentAttributeConfigurations")
|
|
@@ -2397,7 +2497,7 @@ class CfnIndex(
|
|
|
2397
2497
|
if __debug__:
|
|
2398
2498
|
type_hints = typing.get_type_hints(_typecheckingstub__dcf5f23ed97cc59f3cf9c24f10906f928933142ac816c6896d51159e901208fb)
|
|
2399
2499
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2400
|
-
jsii.set(self, "documentAttributeConfigurations", value)
|
|
2500
|
+
jsii.set(self, "documentAttributeConfigurations", value) # pyright: ignore[reportArgumentType]
|
|
2401
2501
|
|
|
2402
2502
|
@builtins.property
|
|
2403
2503
|
@jsii.member(jsii_name="tags")
|
|
@@ -2410,7 +2510,7 @@ class CfnIndex(
|
|
|
2410
2510
|
if __debug__:
|
|
2411
2511
|
type_hints = typing.get_type_hints(_typecheckingstub__2007e1968cafb6cf72816a82731de79853a45701bf488b078fb39be6d392338b)
|
|
2412
2512
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2413
|
-
jsii.set(self, "tags", value)
|
|
2513
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
2414
2514
|
|
|
2415
2515
|
@builtins.property
|
|
2416
2516
|
@jsii.member(jsii_name="type")
|
|
@@ -2423,7 +2523,7 @@ class CfnIndex(
|
|
|
2423
2523
|
if __debug__:
|
|
2424
2524
|
type_hints = typing.get_type_hints(_typecheckingstub__1b9d98917178d25544f20415f3d2719e55f952a06eaafca35fcbf7305cbf2ce2)
|
|
2425
2525
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2426
|
-
jsii.set(self, "type", value)
|
|
2526
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
2427
2527
|
|
|
2428
2528
|
@jsii.data_type(
|
|
2429
2529
|
jsii_type="aws-cdk-lib.aws_qbusiness.CfnIndex.DocumentAttributeConfigurationProperty",
|
|
@@ -3079,7 +3179,7 @@ class CfnPlugin(
|
|
|
3079
3179
|
if __debug__:
|
|
3080
3180
|
type_hints = typing.get_type_hints(_typecheckingstub__b30e993c552d6b7b2897c130ead401b972163585b579b8261fba5f11c45ea7f5)
|
|
3081
3181
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3082
|
-
jsii.set(self, "applicationId", value)
|
|
3182
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
3083
3183
|
|
|
3084
3184
|
@builtins.property
|
|
3085
3185
|
@jsii.member(jsii_name="authConfiguration")
|
|
@@ -3097,7 +3197,7 @@ class CfnPlugin(
|
|
|
3097
3197
|
if __debug__:
|
|
3098
3198
|
type_hints = typing.get_type_hints(_typecheckingstub__fc09bef25ae0d3b934b9f84632eb962f4421b7e977774cbd9588396218197347)
|
|
3099
3199
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3100
|
-
jsii.set(self, "authConfiguration", value)
|
|
3200
|
+
jsii.set(self, "authConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
3101
3201
|
|
|
3102
3202
|
@builtins.property
|
|
3103
3203
|
@jsii.member(jsii_name="displayName")
|
|
@@ -3110,7 +3210,7 @@ class CfnPlugin(
|
|
|
3110
3210
|
if __debug__:
|
|
3111
3211
|
type_hints = typing.get_type_hints(_typecheckingstub__3763a7a98296d5eaa6a62be4515663f4255d3a3e157dd717034c5ccf1e2ef323)
|
|
3112
3212
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3113
|
-
jsii.set(self, "displayName", value)
|
|
3213
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
3114
3214
|
|
|
3115
3215
|
@builtins.property
|
|
3116
3216
|
@jsii.member(jsii_name="type")
|
|
@@ -3123,7 +3223,7 @@ class CfnPlugin(
|
|
|
3123
3223
|
if __debug__:
|
|
3124
3224
|
type_hints = typing.get_type_hints(_typecheckingstub__0fb0c242fab3286e70f3bc5d132c40cefb0d3796d14ea543a14437f3494d980a)
|
|
3125
3225
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3126
|
-
jsii.set(self, "type", value)
|
|
3226
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
3127
3227
|
|
|
3128
3228
|
@builtins.property
|
|
3129
3229
|
@jsii.member(jsii_name="customPluginConfiguration")
|
|
@@ -3141,7 +3241,7 @@ class CfnPlugin(
|
|
|
3141
3241
|
if __debug__:
|
|
3142
3242
|
type_hints = typing.get_type_hints(_typecheckingstub__ca8ebc7a910b53db546c0124994a836ad4abf9624aa8a90b48603c35f2536b6b)
|
|
3143
3243
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3144
|
-
jsii.set(self, "customPluginConfiguration", value)
|
|
3244
|
+
jsii.set(self, "customPluginConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
3145
3245
|
|
|
3146
3246
|
@builtins.property
|
|
3147
3247
|
@jsii.member(jsii_name="serverUrl")
|
|
@@ -3154,7 +3254,7 @@ class CfnPlugin(
|
|
|
3154
3254
|
if __debug__:
|
|
3155
3255
|
type_hints = typing.get_type_hints(_typecheckingstub__cc4df0ea830d17e6a6176b82211b1924f080b964b8936cbebb663e6fa55f87b6)
|
|
3156
3256
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3157
|
-
jsii.set(self, "serverUrl", value)
|
|
3257
|
+
jsii.set(self, "serverUrl", value) # pyright: ignore[reportArgumentType]
|
|
3158
3258
|
|
|
3159
3259
|
@builtins.property
|
|
3160
3260
|
@jsii.member(jsii_name="state")
|
|
@@ -3167,7 +3267,7 @@ class CfnPlugin(
|
|
|
3167
3267
|
if __debug__:
|
|
3168
3268
|
type_hints = typing.get_type_hints(_typecheckingstub__7d484260cba976d4aa57562eaeb794488a5d8e68c91f221a7292e9a740fc35a7)
|
|
3169
3269
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3170
|
-
jsii.set(self, "state", value)
|
|
3270
|
+
jsii.set(self, "state", value) # pyright: ignore[reportArgumentType]
|
|
3171
3271
|
|
|
3172
3272
|
@builtins.property
|
|
3173
3273
|
@jsii.member(jsii_name="tags")
|
|
@@ -3180,7 +3280,7 @@ class CfnPlugin(
|
|
|
3180
3280
|
if __debug__:
|
|
3181
3281
|
type_hints = typing.get_type_hints(_typecheckingstub__c5f493e517da9a6377b62a1cf76303e94908f2643bc058b74f238336623aa73c)
|
|
3182
3282
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3183
|
-
jsii.set(self, "tags", value)
|
|
3283
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
3184
3284
|
|
|
3185
3285
|
@jsii.data_type(
|
|
3186
3286
|
jsii_type="aws-cdk-lib.aws_qbusiness.CfnPlugin.APISchemaProperty",
|
|
@@ -4038,7 +4138,7 @@ class CfnRetriever(
|
|
|
4038
4138
|
if __debug__:
|
|
4039
4139
|
type_hints = typing.get_type_hints(_typecheckingstub__fe00bdbe02b12a657cfeff7e2758f761be1b99feb8a57c9d90eefb2a27988ba5)
|
|
4040
4140
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4041
|
-
jsii.set(self, "applicationId", value)
|
|
4141
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
4042
4142
|
|
|
4043
4143
|
@builtins.property
|
|
4044
4144
|
@jsii.member(jsii_name="configuration")
|
|
@@ -4056,7 +4156,7 @@ class CfnRetriever(
|
|
|
4056
4156
|
if __debug__:
|
|
4057
4157
|
type_hints = typing.get_type_hints(_typecheckingstub__217b852c34b828ca9e117a115c4c1102c46f4c52ed7ae79bf971909a3b377950)
|
|
4058
4158
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4059
|
-
jsii.set(self, "configuration", value)
|
|
4159
|
+
jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
|
|
4060
4160
|
|
|
4061
4161
|
@builtins.property
|
|
4062
4162
|
@jsii.member(jsii_name="displayName")
|
|
@@ -4069,7 +4169,7 @@ class CfnRetriever(
|
|
|
4069
4169
|
if __debug__:
|
|
4070
4170
|
type_hints = typing.get_type_hints(_typecheckingstub__a0210d78e5dd49ca379837adfff5fc5c7423190f4b404ead346c53e8cb560f7d)
|
|
4071
4171
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4072
|
-
jsii.set(self, "displayName", value)
|
|
4172
|
+
jsii.set(self, "displayName", value) # pyright: ignore[reportArgumentType]
|
|
4073
4173
|
|
|
4074
4174
|
@builtins.property
|
|
4075
4175
|
@jsii.member(jsii_name="type")
|
|
@@ -4082,7 +4182,7 @@ class CfnRetriever(
|
|
|
4082
4182
|
if __debug__:
|
|
4083
4183
|
type_hints = typing.get_type_hints(_typecheckingstub__71e17a562de6a77df0f17f7c55a951b865eb0257648446cd07b68dd023e7f408)
|
|
4084
4184
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4085
|
-
jsii.set(self, "type", value)
|
|
4185
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
4086
4186
|
|
|
4087
4187
|
@builtins.property
|
|
4088
4188
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -4095,7 +4195,7 @@ class CfnRetriever(
|
|
|
4095
4195
|
if __debug__:
|
|
4096
4196
|
type_hints = typing.get_type_hints(_typecheckingstub__02e9bb09b1c416cf967c103b8f223187ac470c6c171ef163f428010c529749e0)
|
|
4097
4197
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4098
|
-
jsii.set(self, "roleArn", value)
|
|
4198
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
4099
4199
|
|
|
4100
4200
|
@builtins.property
|
|
4101
4201
|
@jsii.member(jsii_name="tags")
|
|
@@ -4108,7 +4208,7 @@ class CfnRetriever(
|
|
|
4108
4208
|
if __debug__:
|
|
4109
4209
|
type_hints = typing.get_type_hints(_typecheckingstub__8e5b60be4a7320479711492eed9182af16eefeea87cf17ce9fbe556d9595c602)
|
|
4110
4210
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4111
|
-
jsii.set(self, "tags", value)
|
|
4211
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
4112
4212
|
|
|
4113
4213
|
@jsii.data_type(
|
|
4114
4214
|
jsii_type="aws-cdk-lib.aws_qbusiness.CfnRetriever.KendraIndexConfigurationProperty",
|
|
@@ -4634,7 +4734,7 @@ class CfnWebExperience(
|
|
|
4634
4734
|
if __debug__:
|
|
4635
4735
|
type_hints = typing.get_type_hints(_typecheckingstub__994b24302ed92226579fa1ecdeef04d0cb66956019e467efcd9374ab264f8f90)
|
|
4636
4736
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4637
|
-
jsii.set(self, "applicationId", value)
|
|
4737
|
+
jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
|
|
4638
4738
|
|
|
4639
4739
|
@builtins.property
|
|
4640
4740
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -4647,7 +4747,7 @@ class CfnWebExperience(
|
|
|
4647
4747
|
if __debug__:
|
|
4648
4748
|
type_hints = typing.get_type_hints(_typecheckingstub__9e93af1c8c50a8fbbba5f2f4c0d1013951bd550b401230f1ec2637c4955cea1b)
|
|
4649
4749
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4650
|
-
jsii.set(self, "roleArn", value)
|
|
4750
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
4651
4751
|
|
|
4652
4752
|
@builtins.property
|
|
4653
4753
|
@jsii.member(jsii_name="samplePromptsControlMode")
|
|
@@ -4660,7 +4760,7 @@ class CfnWebExperience(
|
|
|
4660
4760
|
if __debug__:
|
|
4661
4761
|
type_hints = typing.get_type_hints(_typecheckingstub__4bc39c1915319ccfd9bde90f397adff04c0e3cf7775254eb327fb93987a541f3)
|
|
4662
4762
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4663
|
-
jsii.set(self, "samplePromptsControlMode", value)
|
|
4763
|
+
jsii.set(self, "samplePromptsControlMode", value) # pyright: ignore[reportArgumentType]
|
|
4664
4764
|
|
|
4665
4765
|
@builtins.property
|
|
4666
4766
|
@jsii.member(jsii_name="subtitle")
|
|
@@ -4673,7 +4773,7 @@ class CfnWebExperience(
|
|
|
4673
4773
|
if __debug__:
|
|
4674
4774
|
type_hints = typing.get_type_hints(_typecheckingstub__b4a35577085528c30fbee7242c0023bcd3ff26b129706d1aaca7044143958243)
|
|
4675
4775
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4676
|
-
jsii.set(self, "subtitle", value)
|
|
4776
|
+
jsii.set(self, "subtitle", value) # pyright: ignore[reportArgumentType]
|
|
4677
4777
|
|
|
4678
4778
|
@builtins.property
|
|
4679
4779
|
@jsii.member(jsii_name="tags")
|
|
@@ -4686,7 +4786,7 @@ class CfnWebExperience(
|
|
|
4686
4786
|
if __debug__:
|
|
4687
4787
|
type_hints = typing.get_type_hints(_typecheckingstub__28dfc304b43632af9e6915e06d6d8106a7a8e887153b3c37db8331f47b275d30)
|
|
4688
4788
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4689
|
-
jsii.set(self, "tags", value)
|
|
4789
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
4690
4790
|
|
|
4691
4791
|
@builtins.property
|
|
4692
4792
|
@jsii.member(jsii_name="title")
|
|
@@ -4699,7 +4799,7 @@ class CfnWebExperience(
|
|
|
4699
4799
|
if __debug__:
|
|
4700
4800
|
type_hints = typing.get_type_hints(_typecheckingstub__1b6d52e113fec7d083295c445d34ded7755cb3f797753c6ea3a174a05082795b)
|
|
4701
4801
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4702
|
-
jsii.set(self, "title", value)
|
|
4802
|
+
jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
|
|
4703
4803
|
|
|
4704
4804
|
@builtins.property
|
|
4705
4805
|
@jsii.member(jsii_name="welcomeMessage")
|
|
@@ -4712,7 +4812,7 @@ class CfnWebExperience(
|
|
|
4712
4812
|
if __debug__:
|
|
4713
4813
|
type_hints = typing.get_type_hints(_typecheckingstub__4dc11f2c0364936c993f550de31ea07513a76ae6f389384341e03770b293ecaf)
|
|
4714
4814
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4715
|
-
jsii.set(self, "welcomeMessage", value)
|
|
4815
|
+
jsii.set(self, "welcomeMessage", value) # pyright: ignore[reportArgumentType]
|
|
4716
4816
|
|
|
4717
4817
|
|
|
4718
4818
|
@jsii.data_type(
|
|
@@ -4908,6 +5008,7 @@ def _typecheckingstub__e2c95edfee8896187b03149b15ce3604b3a59bfb3b08abd73c5672b7c
|
|
|
4908
5008
|
description: typing.Optional[builtins.str] = None,
|
|
4909
5009
|
encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.EncryptionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4910
5010
|
identity_center_instance_arn: typing.Optional[builtins.str] = None,
|
|
5011
|
+
q_apps_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.QAppsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4911
5012
|
role_arn: typing.Optional[builtins.str] = None,
|
|
4912
5013
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4913
5014
|
) -> None:
|
|
@@ -4956,6 +5057,12 @@ def _typecheckingstub__0e51ab74f20033849c9b717566b2c1f59a066782ff0aafb4adb05ce55
|
|
|
4956
5057
|
"""Type checking stubs"""
|
|
4957
5058
|
pass
|
|
4958
5059
|
|
|
5060
|
+
def _typecheckingstub__53d92c70961aea8a11ca2bb523fd9f10d2b780d9bda90114e0350e538ef5bd70(
|
|
5061
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.QAppsConfigurationProperty]],
|
|
5062
|
+
) -> None:
|
|
5063
|
+
"""Type checking stubs"""
|
|
5064
|
+
pass
|
|
5065
|
+
|
|
4959
5066
|
def _typecheckingstub__1658266e462038ba089b94b22bb7d75b2047bb6b00110e1a3ad8d2941efe4b91(
|
|
4960
5067
|
value: typing.Optional[builtins.str],
|
|
4961
5068
|
) -> None:
|
|
@@ -4982,6 +5089,13 @@ def _typecheckingstub__e3ddb5009b3c1bf36876f4e9d68c61c40a1e8a10287a7a292f89a801f
|
|
|
4982
5089
|
"""Type checking stubs"""
|
|
4983
5090
|
pass
|
|
4984
5091
|
|
|
5092
|
+
def _typecheckingstub__6b7142160185e09a91c9d85e4a5dafc98a64398c744201a937b09ca7cc1de37e(
|
|
5093
|
+
*,
|
|
5094
|
+
q_apps_control_mode: builtins.str,
|
|
5095
|
+
) -> None:
|
|
5096
|
+
"""Type checking stubs"""
|
|
5097
|
+
pass
|
|
5098
|
+
|
|
4985
5099
|
def _typecheckingstub__cd218bde3aa6ce3304b30e1d4799c501a50db8db5cef8926c28924af066170bb(
|
|
4986
5100
|
*,
|
|
4987
5101
|
display_name: builtins.str,
|
|
@@ -4989,6 +5103,7 @@ def _typecheckingstub__cd218bde3aa6ce3304b30e1d4799c501a50db8db5cef8926c28924af0
|
|
|
4989
5103
|
description: typing.Optional[builtins.str] = None,
|
|
4990
5104
|
encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.EncryptionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4991
5105
|
identity_center_instance_arn: typing.Optional[builtins.str] = None,
|
|
5106
|
+
q_apps_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.QAppsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4992
5107
|
role_arn: typing.Optional[builtins.str] = None,
|
|
4993
5108
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4994
5109
|
) -> None:
|