aws-cdk-lib 2.97.0__py3-none-any.whl → 2.98.0__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 +18 -309
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.97.0.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +1 -0
- aws_cdk/aws_accessanalyzer/__init__.py +1 -0
- aws_cdk/aws_acmpca/__init__.py +4 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +19 -0
- aws_cdk/aws_apigatewayv2/__init__.py +13 -0
- aws_cdk/aws_appconfig/__init__.py +8 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +2 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +47 -69
- aws_cdk/aws_applicationinsights/__init__.py +1 -0
- aws_cdk/aws_appmesh/__init__.py +7 -0
- aws_cdk/aws_apprunner/__init__.py +5 -0
- aws_cdk/aws_appstream/__init__.py +31 -26
- aws_cdk/aws_appsync/__init__.py +10 -0
- aws_cdk/aws_aps/__init__.py +2 -0
- aws_cdk/aws_athena/__init__.py +5 -0
- aws_cdk/aws_auditmanager/__init__.py +1 -0
- aws_cdk/aws_autoscaling/__init__.py +44 -98
- aws_cdk/aws_autoscalingplans/__init__.py +1 -0
- aws_cdk/aws_backup/__init__.py +9 -128
- aws_cdk/aws_backupgateway/__init__.py +1 -0
- aws_cdk/aws_batch/__init__.py +8 -2
- aws_cdk/aws_billingconductor/__init__.py +4 -0
- aws_cdk/aws_budgets/__init__.py +2 -0
- aws_cdk/aws_cassandra/__init__.py +2 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +2 -0
- aws_cdk/aws_chatbot/__init__.py +2 -0
- aws_cdk/aws_cleanrooms/__init__.py +5 -0
- aws_cdk/aws_cloud9/__init__.py +1 -0
- aws_cdk/aws_cloudformation/__init__.py +16 -0
- aws_cdk/aws_cloudfront/__init__.py +13 -0
- aws_cdk/aws_cloudtrail/__init__.py +7 -3
- aws_cdk/aws_cloudwatch/__init__.py +6 -0
- aws_cdk/aws_codeartifact/__init__.py +2 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +1 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
- aws_cdk/aws_codegurureviewer/__init__.py +1 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +1 -0
- aws_cdk/aws_codestarconnections/__init__.py +1 -0
- aws_cdk/aws_codestarnotifications/__init__.py +1 -0
- aws_cdk/aws_cognito/__init__.py +42 -18
- aws_cdk/aws_comprehend/__init__.py +2 -0
- aws_cdk/aws_config/__init__.py +10 -0
- aws_cdk/aws_connect/__init__.py +491 -0
- aws_cdk/aws_connectcampaigns/__init__.py +1 -0
- aws_cdk/aws_controltower/__init__.py +1 -0
- aws_cdk/aws_cur/__init__.py +1 -0
- aws_cdk/aws_customerprofiles/__init__.py +5 -0
- aws_cdk/aws_databrew/__init__.py +6 -0
- aws_cdk/aws_datapipeline/__init__.py +1 -0
- aws_cdk/aws_datasync/__init__.py +14 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +6 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +2 -0
- aws_cdk/aws_dlm/__init__.py +1 -0
- aws_cdk/aws_dms/__init__.py +7 -0
- aws_cdk/aws_docdb/__init__.py +4 -0
- aws_cdk/aws_docdbelastic/__init__.py +1 -0
- aws_cdk/aws_dynamodb/__init__.py +2 -0
- aws_cdk/aws_ec2/__init__.py +109 -14
- aws_cdk/aws_ecr/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +7 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +5 -0
- aws_cdk/aws_elasticache/__init__.py +9 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
- aws_cdk/aws_elasticsearch/__init__.py +1 -0
- aws_cdk/aws_emr/__init__.py +8 -0
- aws_cdk/aws_emrcontainers/__init__.py +1 -0
- aws_cdk/aws_emrserverless/__init__.py +1 -0
- aws_cdk/aws_entityresolution/__init__.py +2 -0
- aws_cdk/aws_events/__init__.py +37 -32
- aws_cdk/aws_eventschemas/__init__.py +4 -0
- aws_cdk/aws_evidently/__init__.py +5 -0
- aws_cdk/aws_finspace/__init__.py +1 -0
- aws_cdk/aws_fis/__init__.py +1 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +2 -0
- aws_cdk/aws_frauddetector/__init__.py +7 -0
- aws_cdk/aws_fsx/__init__.py +5 -0
- aws_cdk/aws_gamelift/__init__.py +9 -0
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -0
- aws_cdk/aws_grafana/__init__.py +1 -0
- aws_cdk/aws_greengrass/__init__.py +16 -0
- aws_cdk/aws_greengrassv2/__init__.py +2 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +6 -0
- aws_cdk/aws_healthimaging/__init__.py +382 -0
- aws_cdk/aws_healthlake/__init__.py +1 -0
- aws_cdk/aws_iam/__init__.py +16 -0
- aws_cdk/aws_identitystore/__init__.py +2 -0
- aws_cdk/aws_imagebuilder/__init__.py +7 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +1 -0
- aws_cdk/aws_internetmonitor/__init__.py +1 -0
- aws_cdk/aws_iot/__init__.py +25 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +4 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +1 -0
- aws_cdk/aws_iotfleetwise/__init__.py +6 -0
- aws_cdk/aws_iotsitewise/__init__.py +7 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
- aws_cdk/aws_iottwinmaker/__init__.py +5 -0
- aws_cdk/aws_iotwireless/__init__.py +11 -0
- aws_cdk/aws_ivs/__init__.py +4 -0
- aws_cdk/aws_ivschat/__init__.py +2 -0
- aws_cdk/aws_kafkaconnect/__init__.py +1 -0
- aws_cdk/aws_kendra/__init__.py +3 -0
- aws_cdk/aws_kendraranking/__init__.py +1 -0
- aws_cdk/aws_kinesis/__init__.py +2 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
- aws_cdk/aws_kinesisvideo/__init__.py +2 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +7 -0
- aws_cdk/aws_lambda/__init__.py +10 -0
- aws_cdk/aws_lex/__init__.py +4 -0
- aws_cdk/aws_licensemanager/__init__.py +2 -0
- aws_cdk/aws_lightsail/__init__.py +11 -0
- aws_cdk/aws_location/__init__.py +6 -0
- aws_cdk/aws_logs/__init__.py +8 -0
- aws_cdk/aws_lookoutequipment/__init__.py +1 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
- aws_cdk/aws_lookoutvision/__init__.py +1 -0
- aws_cdk/aws_m2/__init__.py +2 -0
- aws_cdk/aws_macie/__init__.py +53 -2
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +9 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +5 -0
- aws_cdk/aws_mediapackagev2/__init__.py +5 -0
- aws_cdk/aws_mediastore/__init__.py +1 -0
- aws_cdk/aws_mediatailor/__init__.py +6 -0
- aws_cdk/aws_memorydb/__init__.py +5 -0
- aws_cdk/aws_msk/__init__.py +180 -2
- aws_cdk/aws_mwaa/__init__.py +1 -0
- aws_cdk/aws_neptune/__init__.py +5 -0
- aws_cdk/aws_networkfirewall/__init__.py +4 -0
- aws_cdk/aws_networkmanager/__init__.py +14 -0
- aws_cdk/aws_nimblestudio/__init__.py +4 -0
- aws_cdk/aws_oam/__init__.py +2 -0
- aws_cdk/aws_omics/__init__.py +6 -0
- aws_cdk/aws_opensearchserverless/__init__.py +5 -0
- aws_cdk/aws_opensearchservice/__init__.py +1 -0
- aws_cdk/aws_opsworks/__init__.py +7 -0
- aws_cdk/aws_opsworkscm/__init__.py +1 -0
- aws_cdk/aws_organizations/__init__.py +5 -0
- aws_cdk/aws_osis/__init__.py +1 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
- aws_cdk/aws_personalize/__init__.py +4 -0
- aws_cdk/aws_pinpoint/__init__.py +19 -0
- aws_cdk/aws_pinpointemail/__init__.py +4 -0
- aws_cdk/aws_pipes/__init__.py +1 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +2 -0
- aws_cdk/aws_quicksight/__init__.py +473 -464
- aws_cdk/aws_ram/__init__.py +2 -0
- aws_cdk/aws_rds/__init__.py +14 -0
- aws_cdk/aws_redshift/__init__.py +9 -0
- aws_cdk/aws_redshiftserverless/__init__.py +2 -0
- aws_cdk/aws_refactorspaces/__init__.py +4 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +1 -0
- aws_cdk/aws_robomaker/__init__.py +6 -0
- aws_cdk/aws_rolesanywhere/__init__.py +77 -58
- aws_cdk/aws_route53/__init__.py +7 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -0
- aws_cdk/aws_rum/__init__.py +1 -0
- aws_cdk/aws_s3/__init__.py +6 -0
- aws_cdk/aws_s3objectlambda/__init__.py +2 -0
- aws_cdk/aws_s3outposts/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +37 -3
- aws_cdk/aws_sam/__init__.py +7 -0
- aws_cdk/aws_scheduler/__init__.py +2 -0
- aws_cdk/aws_sdb/__init__.py +1 -0
- aws_cdk/aws_secretsmanager/__init__.py +4 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +16 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
- aws_cdk/aws_servicediscovery/__init__.py +5 -0
- aws_cdk/aws_ses/__init__.py +10 -0
- aws_cdk/aws_shield/__init__.py +30 -11
- aws_cdk/aws_signer/__init__.py +2 -0
- aws_cdk/aws_simspaceweaver/__init__.py +1 -0
- aws_cdk/aws_sns/__init__.py +9 -5
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +9 -0
- aws_cdk/aws_ssmcontacts/__init__.py +4 -0
- aws_cdk/aws_ssmincidents/__init__.py +2 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +4 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +2 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
- aws_cdk/aws_voiceid/__init__.py +1 -0
- aws_cdk/aws_vpclattice/__init__.py +10 -0
- aws_cdk/aws_waf/__init__.py +7 -0
- aws_cdk/aws_wafregional/__init__.py +11 -0
- aws_cdk/aws_wafv2/__init__.py +6 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +2 -0
- aws_cdk/aws_workspacesweb/__init__.py +8 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
- aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
- aws_cdk_lib-2.97.0.dist-info/RECORD +0 -271
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_connect/__init__.py
CHANGED
|
@@ -60,6 +60,7 @@ class CfnApprovedOrigin(
|
|
|
60
60
|
'''The approved origin for the instance.
|
|
61
61
|
|
|
62
62
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-approvedorigin.html
|
|
63
|
+
:cloudformationResource: AWS::Connect::ApprovedOrigin
|
|
63
64
|
:exampleMetadata: fixture=_generated
|
|
64
65
|
|
|
65
66
|
Example::
|
|
@@ -240,6 +241,7 @@ class CfnContactFlow(
|
|
|
240
241
|
'''Specifies a flow for an Amazon Connect instance.
|
|
241
242
|
|
|
242
243
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflow.html
|
|
244
|
+
:cloudformationResource: AWS::Connect::ContactFlow
|
|
243
245
|
:exampleMetadata: fixture=_generated
|
|
244
246
|
|
|
245
247
|
Example::
|
|
@@ -457,6 +459,7 @@ class CfnContactFlowModule(
|
|
|
457
459
|
'''Specifies a flow module for an Amazon Connect instance.
|
|
458
460
|
|
|
459
461
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflowmodule.html
|
|
462
|
+
:cloudformationResource: AWS::Connect::ContactFlowModule
|
|
460
463
|
:exampleMetadata: fixture=_generated
|
|
461
464
|
|
|
462
465
|
Example::
|
|
@@ -978,6 +981,7 @@ class CfnEvaluationForm(
|
|
|
978
981
|
'''Creates an evaluation form for the specified Amazon Connect instance.
|
|
979
982
|
|
|
980
983
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html
|
|
984
|
+
:cloudformationResource: AWS::Connect::EvaluationForm
|
|
981
985
|
:exampleMetadata: fixture=_generated
|
|
982
986
|
|
|
983
987
|
Example::
|
|
@@ -3252,6 +3256,7 @@ class CfnHoursOfOperation(
|
|
|
3252
3256
|
'''Specifies hours of operation.
|
|
3253
3257
|
|
|
3254
3258
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-hoursofoperation.html
|
|
3259
|
+
:cloudformationResource: AWS::Connect::HoursOfOperation
|
|
3255
3260
|
:exampleMetadata: fixture=_generated
|
|
3256
3261
|
|
|
3257
3262
|
Example::
|
|
@@ -3789,6 +3794,7 @@ class CfnInstance(
|
|
|
3789
3794
|
Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
|
3790
3795
|
|
|
3791
3796
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instance.html
|
|
3797
|
+
:cloudformationResource: AWS::Connect::Instance
|
|
3792
3798
|
:exampleMetadata: fixture=_generated
|
|
3793
3799
|
|
|
3794
3800
|
Example::
|
|
@@ -4288,6 +4294,7 @@ class CfnInstanceStorageConfig(
|
|
|
4288
4294
|
'''The storage configuration for the instance.
|
|
4289
4295
|
|
|
4290
4296
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-instancestorageconfig.html
|
|
4297
|
+
:cloudformationResource: AWS::Connect::InstanceStorageConfig
|
|
4291
4298
|
:exampleMetadata: fixture=_generated
|
|
4292
4299
|
|
|
4293
4300
|
Example::
|
|
@@ -5104,6 +5111,7 @@ class CfnIntegrationAssociation(
|
|
|
5104
5111
|
'''Specifies the association of an AWS resource such as Lex bot (both v1 and v2) and Lambda function with an Amazon Connect instance.
|
|
5105
5112
|
|
|
5106
5113
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html
|
|
5114
|
+
:cloudformationResource: AWS::Connect::IntegrationAssociation
|
|
5107
5115
|
:exampleMetadata: fixture=_generated
|
|
5108
5116
|
|
|
5109
5117
|
Example::
|
|
@@ -5341,6 +5349,7 @@ class CfnPhoneNumber(
|
|
|
5341
5349
|
'''Claims a phone number to the specified Amazon Connect instance or traffic distribution group.
|
|
5342
5350
|
|
|
5343
5351
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-phonenumber.html
|
|
5352
|
+
:cloudformationResource: AWS::Connect::PhoneNumber
|
|
5344
5353
|
:exampleMetadata: fixture=_generated
|
|
5345
5354
|
|
|
5346
5355
|
Example::
|
|
@@ -5699,6 +5708,7 @@ class CfnPrompt(
|
|
|
5699
5708
|
'''Creates a prompt for the specified Amazon Connect instance.
|
|
5700
5709
|
|
|
5701
5710
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-prompt.html
|
|
5711
|
+
:cloudformationResource: AWS::Connect::Prompt
|
|
5702
5712
|
:exampleMetadata: fixture=_generated
|
|
5703
5713
|
|
|
5704
5714
|
Example::
|
|
@@ -6006,6 +6016,7 @@ class CfnQueue(
|
|
|
6006
6016
|
'''Contains information about a queue.
|
|
6007
6017
|
|
|
6008
6018
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-queue.html
|
|
6019
|
+
:cloudformationResource: AWS::Connect::Queue
|
|
6009
6020
|
:exampleMetadata: fixture=_generated
|
|
6010
6021
|
|
|
6011
6022
|
Example::
|
|
@@ -6563,6 +6574,7 @@ class CfnQuickConnect(
|
|
|
6563
6574
|
'''Specifies a quick connect for an Amazon Connect instance.
|
|
6564
6575
|
|
|
6565
6576
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-quickconnect.html
|
|
6577
|
+
:cloudformationResource: AWS::Connect::QuickConnect
|
|
6566
6578
|
:exampleMetadata: fixture=_generated
|
|
6567
6579
|
|
|
6568
6580
|
Example::
|
|
@@ -7250,6 +7262,7 @@ class CfnRoutingProfile(
|
|
|
7250
7262
|
'''Creates a new routing profile.
|
|
7251
7263
|
|
|
7252
7264
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html
|
|
7265
|
+
:cloudformationResource: AWS::Connect::RoutingProfile
|
|
7253
7266
|
:exampleMetadata: fixture=_generated
|
|
7254
7267
|
|
|
7255
7268
|
Example::
|
|
@@ -7988,6 +8001,7 @@ class CfnRule(
|
|
|
7988
8001
|
'''Creates a rule for the specified Amazon Connect instance.
|
|
7989
8002
|
|
|
7990
8003
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-rule.html
|
|
8004
|
+
:cloudformationResource: AWS::Connect::Rule
|
|
7991
8005
|
:exampleMetadata: fixture=_generated
|
|
7992
8006
|
|
|
7993
8007
|
Example::
|
|
@@ -9147,6 +9161,7 @@ class CfnSecurityKey(
|
|
|
9147
9161
|
Only two security keys are allowed per Amazon Connect instance.
|
|
9148
9162
|
|
|
9149
9163
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securitykey.html
|
|
9164
|
+
:cloudformationResource: AWS::Connect::SecurityKey
|
|
9150
9165
|
:exampleMetadata: fixture=_generated
|
|
9151
9166
|
|
|
9152
9167
|
Example::
|
|
@@ -9334,6 +9349,392 @@ class CfnSecurityKeyProps:
|
|
|
9334
9349
|
)
|
|
9335
9350
|
|
|
9336
9351
|
|
|
9352
|
+
@jsii.implements(_IInspectable_c2943556)
|
|
9353
|
+
class CfnSecurityProfile(
|
|
9354
|
+
_CfnResource_9df397a6,
|
|
9355
|
+
metaclass=jsii.JSIIMeta,
|
|
9356
|
+
jsii_type="aws-cdk-lib.aws_connect.CfnSecurityProfile",
|
|
9357
|
+
):
|
|
9358
|
+
'''Resource Type definition for AWS::Connect::SecurityProfile.
|
|
9359
|
+
|
|
9360
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html
|
|
9361
|
+
:cloudformationResource: AWS::Connect::SecurityProfile
|
|
9362
|
+
:exampleMetadata: fixture=_generated
|
|
9363
|
+
|
|
9364
|
+
Example::
|
|
9365
|
+
|
|
9366
|
+
# The code below shows an example of how to instantiate this type.
|
|
9367
|
+
# The values are placeholders you should change.
|
|
9368
|
+
from aws_cdk import aws_connect as connect
|
|
9369
|
+
|
|
9370
|
+
cfn_security_profile = connect.CfnSecurityProfile(self, "MyCfnSecurityProfile",
|
|
9371
|
+
instance_arn="instanceArn",
|
|
9372
|
+
security_profile_name="securityProfileName",
|
|
9373
|
+
|
|
9374
|
+
# the properties below are optional
|
|
9375
|
+
allowed_access_control_tags=[CfnTag(
|
|
9376
|
+
key="key",
|
|
9377
|
+
value="value"
|
|
9378
|
+
)],
|
|
9379
|
+
description="description",
|
|
9380
|
+
permissions=["permissions"],
|
|
9381
|
+
tag_restricted_resources=["tagRestrictedResources"],
|
|
9382
|
+
tags=[CfnTag(
|
|
9383
|
+
key="key",
|
|
9384
|
+
value="value"
|
|
9385
|
+
)]
|
|
9386
|
+
)
|
|
9387
|
+
'''
|
|
9388
|
+
|
|
9389
|
+
def __init__(
|
|
9390
|
+
self,
|
|
9391
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9392
|
+
id: builtins.str,
|
|
9393
|
+
*,
|
|
9394
|
+
instance_arn: builtins.str,
|
|
9395
|
+
security_profile_name: builtins.str,
|
|
9396
|
+
allowed_access_control_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
9397
|
+
description: typing.Optional[builtins.str] = None,
|
|
9398
|
+
permissions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
9399
|
+
tag_restricted_resources: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
9400
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9401
|
+
) -> None:
|
|
9402
|
+
'''
|
|
9403
|
+
:param scope: Scope in which this resource is defined.
|
|
9404
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
9405
|
+
:param instance_arn: The identifier of the Amazon Connect instance.
|
|
9406
|
+
:param security_profile_name: The name of the security profile.
|
|
9407
|
+
:param allowed_access_control_tags: The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
|
|
9408
|
+
:param description: The description of the security profile.
|
|
9409
|
+
:param permissions: Permissions assigned to the security profile.
|
|
9410
|
+
:param tag_restricted_resources: The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
|
9411
|
+
:param tags: The tags used to organize, track, or control access for this resource.
|
|
9412
|
+
'''
|
|
9413
|
+
if __debug__:
|
|
9414
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3e088a4b4379aab0e18ddc67fbe352d07789383efb957a27db08764dcdee196a)
|
|
9415
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9416
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9417
|
+
props = CfnSecurityProfileProps(
|
|
9418
|
+
instance_arn=instance_arn,
|
|
9419
|
+
security_profile_name=security_profile_name,
|
|
9420
|
+
allowed_access_control_tags=allowed_access_control_tags,
|
|
9421
|
+
description=description,
|
|
9422
|
+
permissions=permissions,
|
|
9423
|
+
tag_restricted_resources=tag_restricted_resources,
|
|
9424
|
+
tags=tags,
|
|
9425
|
+
)
|
|
9426
|
+
|
|
9427
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
9428
|
+
|
|
9429
|
+
@jsii.member(jsii_name="inspect")
|
|
9430
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9431
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
9432
|
+
|
|
9433
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
9434
|
+
'''
|
|
9435
|
+
if __debug__:
|
|
9436
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bf7ea5325498e645df3e40abc7a8ec22af3f2070f980c201bde99a31fb5e9805)
|
|
9437
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
9438
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
9439
|
+
|
|
9440
|
+
@jsii.member(jsii_name="renderProperties")
|
|
9441
|
+
def _render_properties(
|
|
9442
|
+
self,
|
|
9443
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
9444
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
9445
|
+
'''
|
|
9446
|
+
:param props: -
|
|
9447
|
+
'''
|
|
9448
|
+
if __debug__:
|
|
9449
|
+
type_hints = typing.get_type_hints(_typecheckingstub__69dbb65308ae1fdccfd085529afb7d2cc546578e610bfdd8d165cc1e97b00616)
|
|
9450
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
9451
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
9452
|
+
|
|
9453
|
+
@jsii.python.classproperty
|
|
9454
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
9455
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
9456
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
9457
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
9458
|
+
|
|
9459
|
+
@builtins.property
|
|
9460
|
+
@jsii.member(jsii_name="attrSecurityProfileArn")
|
|
9461
|
+
def attr_security_profile_arn(self) -> builtins.str:
|
|
9462
|
+
'''The Amazon Resource Name (ARN) for the security profile.
|
|
9463
|
+
|
|
9464
|
+
:cloudformationAttribute: SecurityProfileArn
|
|
9465
|
+
'''
|
|
9466
|
+
return typing.cast(builtins.str, jsii.get(self, "attrSecurityProfileArn"))
|
|
9467
|
+
|
|
9468
|
+
@builtins.property
|
|
9469
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
9470
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
9471
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
9472
|
+
|
|
9473
|
+
@builtins.property
|
|
9474
|
+
@jsii.member(jsii_name="instanceArn")
|
|
9475
|
+
def instance_arn(self) -> builtins.str:
|
|
9476
|
+
'''The identifier of the Amazon Connect instance.'''
|
|
9477
|
+
return typing.cast(builtins.str, jsii.get(self, "instanceArn"))
|
|
9478
|
+
|
|
9479
|
+
@instance_arn.setter
|
|
9480
|
+
def instance_arn(self, value: builtins.str) -> None:
|
|
9481
|
+
if __debug__:
|
|
9482
|
+
type_hints = typing.get_type_hints(_typecheckingstub__087aa3bcfd02d89880b7d9764f65e87379f1aba419654d2b14f144a060eb34de)
|
|
9483
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9484
|
+
jsii.set(self, "instanceArn", value)
|
|
9485
|
+
|
|
9486
|
+
@builtins.property
|
|
9487
|
+
@jsii.member(jsii_name="securityProfileName")
|
|
9488
|
+
def security_profile_name(self) -> builtins.str:
|
|
9489
|
+
'''The name of the security profile.'''
|
|
9490
|
+
return typing.cast(builtins.str, jsii.get(self, "securityProfileName"))
|
|
9491
|
+
|
|
9492
|
+
@security_profile_name.setter
|
|
9493
|
+
def security_profile_name(self, value: builtins.str) -> None:
|
|
9494
|
+
if __debug__:
|
|
9495
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c494cc473b7dcb10d47e5e6898ba1be788ee0a6eeb210dae180c62e7baffddb6)
|
|
9496
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9497
|
+
jsii.set(self, "securityProfileName", value)
|
|
9498
|
+
|
|
9499
|
+
@builtins.property
|
|
9500
|
+
@jsii.member(jsii_name="allowedAccessControlTags")
|
|
9501
|
+
def allowed_access_control_tags(
|
|
9502
|
+
self,
|
|
9503
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]]:
|
|
9504
|
+
'''The list of tags that a security profile uses to restrict access to resources in Amazon Connect.'''
|
|
9505
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]], jsii.get(self, "allowedAccessControlTags"))
|
|
9506
|
+
|
|
9507
|
+
@allowed_access_control_tags.setter
|
|
9508
|
+
def allowed_access_control_tags(
|
|
9509
|
+
self,
|
|
9510
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]],
|
|
9511
|
+
) -> None:
|
|
9512
|
+
if __debug__:
|
|
9513
|
+
type_hints = typing.get_type_hints(_typecheckingstub__077ab92a2b57c565722ae2a0fff7719378cf0f3194b2c2b620c43393660a0fd5)
|
|
9514
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9515
|
+
jsii.set(self, "allowedAccessControlTags", value)
|
|
9516
|
+
|
|
9517
|
+
@builtins.property
|
|
9518
|
+
@jsii.member(jsii_name="description")
|
|
9519
|
+
def description(self) -> typing.Optional[builtins.str]:
|
|
9520
|
+
'''The description of the security profile.'''
|
|
9521
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
|
|
9522
|
+
|
|
9523
|
+
@description.setter
|
|
9524
|
+
def description(self, value: typing.Optional[builtins.str]) -> None:
|
|
9525
|
+
if __debug__:
|
|
9526
|
+
type_hints = typing.get_type_hints(_typecheckingstub__590e303d4355b23e0035628d91db2ef4ef87c1c2276e23fdbfacd943d8c73472)
|
|
9527
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9528
|
+
jsii.set(self, "description", value)
|
|
9529
|
+
|
|
9530
|
+
@builtins.property
|
|
9531
|
+
@jsii.member(jsii_name="permissions")
|
|
9532
|
+
def permissions(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
9533
|
+
'''Permissions assigned to the security profile.'''
|
|
9534
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "permissions"))
|
|
9535
|
+
|
|
9536
|
+
@permissions.setter
|
|
9537
|
+
def permissions(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
|
|
9538
|
+
if __debug__:
|
|
9539
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6057e31a0dc905719aff4c2ffcf4e2eb667ddbf01175ba8a63d9c849c1d9fc7e)
|
|
9540
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9541
|
+
jsii.set(self, "permissions", value)
|
|
9542
|
+
|
|
9543
|
+
@builtins.property
|
|
9544
|
+
@jsii.member(jsii_name="tagRestrictedResources")
|
|
9545
|
+
def tag_restricted_resources(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
9546
|
+
'''The list of resources that a security profile applies tag restrictions to in Amazon Connect.'''
|
|
9547
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "tagRestrictedResources"))
|
|
9548
|
+
|
|
9549
|
+
@tag_restricted_resources.setter
|
|
9550
|
+
def tag_restricted_resources(
|
|
9551
|
+
self,
|
|
9552
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
9553
|
+
) -> None:
|
|
9554
|
+
if __debug__:
|
|
9555
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c35bbd26a4cc24dc3500d939114ad0b31f11493ddfb760fb0bfb7dd5f994a7c3)
|
|
9556
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9557
|
+
jsii.set(self, "tagRestrictedResources", value)
|
|
9558
|
+
|
|
9559
|
+
@builtins.property
|
|
9560
|
+
@jsii.member(jsii_name="tags")
|
|
9561
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
9562
|
+
'''The tags used to organize, track, or control access for this resource.'''
|
|
9563
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
9564
|
+
|
|
9565
|
+
@tags.setter
|
|
9566
|
+
def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
|
|
9567
|
+
if __debug__:
|
|
9568
|
+
type_hints = typing.get_type_hints(_typecheckingstub__78637aba17fc3177a3492b596a6faf951a63fa4d3e768396f5b976aea7257655)
|
|
9569
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9570
|
+
jsii.set(self, "tags", value)
|
|
9571
|
+
|
|
9572
|
+
|
|
9573
|
+
@jsii.data_type(
|
|
9574
|
+
jsii_type="aws-cdk-lib.aws_connect.CfnSecurityProfileProps",
|
|
9575
|
+
jsii_struct_bases=[],
|
|
9576
|
+
name_mapping={
|
|
9577
|
+
"instance_arn": "instanceArn",
|
|
9578
|
+
"security_profile_name": "securityProfileName",
|
|
9579
|
+
"allowed_access_control_tags": "allowedAccessControlTags",
|
|
9580
|
+
"description": "description",
|
|
9581
|
+
"permissions": "permissions",
|
|
9582
|
+
"tag_restricted_resources": "tagRestrictedResources",
|
|
9583
|
+
"tags": "tags",
|
|
9584
|
+
},
|
|
9585
|
+
)
|
|
9586
|
+
class CfnSecurityProfileProps:
|
|
9587
|
+
def __init__(
|
|
9588
|
+
self,
|
|
9589
|
+
*,
|
|
9590
|
+
instance_arn: builtins.str,
|
|
9591
|
+
security_profile_name: builtins.str,
|
|
9592
|
+
allowed_access_control_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
9593
|
+
description: typing.Optional[builtins.str] = None,
|
|
9594
|
+
permissions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
9595
|
+
tag_restricted_resources: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
9596
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9597
|
+
) -> None:
|
|
9598
|
+
'''Properties for defining a ``CfnSecurityProfile``.
|
|
9599
|
+
|
|
9600
|
+
:param instance_arn: The identifier of the Amazon Connect instance.
|
|
9601
|
+
:param security_profile_name: The name of the security profile.
|
|
9602
|
+
:param allowed_access_control_tags: The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
|
|
9603
|
+
:param description: The description of the security profile.
|
|
9604
|
+
:param permissions: Permissions assigned to the security profile.
|
|
9605
|
+
:param tag_restricted_resources: The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
|
9606
|
+
:param tags: The tags used to organize, track, or control access for this resource.
|
|
9607
|
+
|
|
9608
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html
|
|
9609
|
+
:exampleMetadata: fixture=_generated
|
|
9610
|
+
|
|
9611
|
+
Example::
|
|
9612
|
+
|
|
9613
|
+
# The code below shows an example of how to instantiate this type.
|
|
9614
|
+
# The values are placeholders you should change.
|
|
9615
|
+
from aws_cdk import aws_connect as connect
|
|
9616
|
+
|
|
9617
|
+
cfn_security_profile_props = connect.CfnSecurityProfileProps(
|
|
9618
|
+
instance_arn="instanceArn",
|
|
9619
|
+
security_profile_name="securityProfileName",
|
|
9620
|
+
|
|
9621
|
+
# the properties below are optional
|
|
9622
|
+
allowed_access_control_tags=[CfnTag(
|
|
9623
|
+
key="key",
|
|
9624
|
+
value="value"
|
|
9625
|
+
)],
|
|
9626
|
+
description="description",
|
|
9627
|
+
permissions=["permissions"],
|
|
9628
|
+
tag_restricted_resources=["tagRestrictedResources"],
|
|
9629
|
+
tags=[CfnTag(
|
|
9630
|
+
key="key",
|
|
9631
|
+
value="value"
|
|
9632
|
+
)]
|
|
9633
|
+
)
|
|
9634
|
+
'''
|
|
9635
|
+
if __debug__:
|
|
9636
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8a8ad9faa5e934c4966c739f0b5e3756a03460ba17b7caf0aca4e26118e04c95)
|
|
9637
|
+
check_type(argname="argument instance_arn", value=instance_arn, expected_type=type_hints["instance_arn"])
|
|
9638
|
+
check_type(argname="argument security_profile_name", value=security_profile_name, expected_type=type_hints["security_profile_name"])
|
|
9639
|
+
check_type(argname="argument allowed_access_control_tags", value=allowed_access_control_tags, expected_type=type_hints["allowed_access_control_tags"])
|
|
9640
|
+
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
9641
|
+
check_type(argname="argument permissions", value=permissions, expected_type=type_hints["permissions"])
|
|
9642
|
+
check_type(argname="argument tag_restricted_resources", value=tag_restricted_resources, expected_type=type_hints["tag_restricted_resources"])
|
|
9643
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
9644
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
9645
|
+
"instance_arn": instance_arn,
|
|
9646
|
+
"security_profile_name": security_profile_name,
|
|
9647
|
+
}
|
|
9648
|
+
if allowed_access_control_tags is not None:
|
|
9649
|
+
self._values["allowed_access_control_tags"] = allowed_access_control_tags
|
|
9650
|
+
if description is not None:
|
|
9651
|
+
self._values["description"] = description
|
|
9652
|
+
if permissions is not None:
|
|
9653
|
+
self._values["permissions"] = permissions
|
|
9654
|
+
if tag_restricted_resources is not None:
|
|
9655
|
+
self._values["tag_restricted_resources"] = tag_restricted_resources
|
|
9656
|
+
if tags is not None:
|
|
9657
|
+
self._values["tags"] = tags
|
|
9658
|
+
|
|
9659
|
+
@builtins.property
|
|
9660
|
+
def instance_arn(self) -> builtins.str:
|
|
9661
|
+
'''The identifier of the Amazon Connect instance.
|
|
9662
|
+
|
|
9663
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html#cfn-connect-securityprofile-instancearn
|
|
9664
|
+
'''
|
|
9665
|
+
result = self._values.get("instance_arn")
|
|
9666
|
+
assert result is not None, "Required property 'instance_arn' is missing"
|
|
9667
|
+
return typing.cast(builtins.str, result)
|
|
9668
|
+
|
|
9669
|
+
@builtins.property
|
|
9670
|
+
def security_profile_name(self) -> builtins.str:
|
|
9671
|
+
'''The name of the security profile.
|
|
9672
|
+
|
|
9673
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html#cfn-connect-securityprofile-securityprofilename
|
|
9674
|
+
'''
|
|
9675
|
+
result = self._values.get("security_profile_name")
|
|
9676
|
+
assert result is not None, "Required property 'security_profile_name' is missing"
|
|
9677
|
+
return typing.cast(builtins.str, result)
|
|
9678
|
+
|
|
9679
|
+
@builtins.property
|
|
9680
|
+
def allowed_access_control_tags(
|
|
9681
|
+
self,
|
|
9682
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]]:
|
|
9683
|
+
'''The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
|
|
9684
|
+
|
|
9685
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html#cfn-connect-securityprofile-allowedaccesscontroltags
|
|
9686
|
+
'''
|
|
9687
|
+
result = self._values.get("allowed_access_control_tags")
|
|
9688
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]], result)
|
|
9689
|
+
|
|
9690
|
+
@builtins.property
|
|
9691
|
+
def description(self) -> typing.Optional[builtins.str]:
|
|
9692
|
+
'''The description of the security profile.
|
|
9693
|
+
|
|
9694
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html#cfn-connect-securityprofile-description
|
|
9695
|
+
'''
|
|
9696
|
+
result = self._values.get("description")
|
|
9697
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
9698
|
+
|
|
9699
|
+
@builtins.property
|
|
9700
|
+
def permissions(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
9701
|
+
'''Permissions assigned to the security profile.
|
|
9702
|
+
|
|
9703
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html#cfn-connect-securityprofile-permissions
|
|
9704
|
+
'''
|
|
9705
|
+
result = self._values.get("permissions")
|
|
9706
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
9707
|
+
|
|
9708
|
+
@builtins.property
|
|
9709
|
+
def tag_restricted_resources(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
9710
|
+
'''The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
|
9711
|
+
|
|
9712
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html#cfn-connect-securityprofile-tagrestrictedresources
|
|
9713
|
+
'''
|
|
9714
|
+
result = self._values.get("tag_restricted_resources")
|
|
9715
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
9716
|
+
|
|
9717
|
+
@builtins.property
|
|
9718
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
9719
|
+
'''The tags used to organize, track, or control access for this resource.
|
|
9720
|
+
|
|
9721
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html#cfn-connect-securityprofile-tags
|
|
9722
|
+
'''
|
|
9723
|
+
result = self._values.get("tags")
|
|
9724
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
9725
|
+
|
|
9726
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
9727
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
9728
|
+
|
|
9729
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
9730
|
+
return not (rhs == self)
|
|
9731
|
+
|
|
9732
|
+
def __repr__(self) -> str:
|
|
9733
|
+
return "CfnSecurityProfileProps(%s)" % ", ".join(
|
|
9734
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
9735
|
+
)
|
|
9736
|
+
|
|
9737
|
+
|
|
9337
9738
|
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
9338
9739
|
class CfnTaskTemplate(
|
|
9339
9740
|
_CfnResource_9df397a6,
|
|
@@ -9343,6 +9744,7 @@ class CfnTaskTemplate(
|
|
|
9343
9744
|
'''Specifies a task template for a Amazon Connect instance.
|
|
9344
9745
|
|
|
9345
9746
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-tasktemplate.html
|
|
9747
|
+
:cloudformationResource: AWS::Connect::TaskTemplate
|
|
9346
9748
|
:exampleMetadata: fixture=_generated
|
|
9347
9749
|
|
|
9348
9750
|
Example::
|
|
@@ -10397,6 +10799,7 @@ class CfnTrafficDistributionGroup(
|
|
|
10397
10799
|
'''Information about a traffic distribution group.
|
|
10398
10800
|
|
|
10399
10801
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-trafficdistributiongroup.html
|
|
10802
|
+
:cloudformationResource: AWS::Connect::TrafficDistributionGroup
|
|
10400
10803
|
:exampleMetadata: fixture=_generated
|
|
10401
10804
|
|
|
10402
10805
|
Example::
|
|
@@ -10686,6 +11089,7 @@ class CfnUser(
|
|
|
10686
11089
|
For information about how to create user accounts using the Amazon Connect console, see `Add Users <https://docs.aws.amazon.com/connect/latest/adminguide/user-management.html>`_ in the *Amazon Connect Administrator Guide* .
|
|
10687
11090
|
|
|
10688
11091
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-user.html
|
|
11092
|
+
:cloudformationResource: AWS::Connect::User
|
|
10689
11093
|
:exampleMetadata: fixture=_generated
|
|
10690
11094
|
|
|
10691
11095
|
Example::
|
|
@@ -11220,6 +11624,7 @@ class CfnUserHierarchyGroup(
|
|
|
11220
11624
|
'''Specifies a new user hierarchy group.
|
|
11221
11625
|
|
|
11222
11626
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-userhierarchygroup.html
|
|
11627
|
+
:cloudformationResource: AWS::Connect::UserHierarchyGroup
|
|
11223
11628
|
:exampleMetadata: fixture=_generated
|
|
11224
11629
|
|
|
11225
11630
|
Example::
|
|
@@ -11674,6 +12079,7 @@ class CfnView(
|
|
|
11674
12079
|
'''Creates a customer-managed view in the published state within the specified instance.
|
|
11675
12080
|
|
|
11676
12081
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-view.html
|
|
12082
|
+
:cloudformationResource: AWS::Connect::View
|
|
11677
12083
|
:exampleMetadata: fixture=_generated
|
|
11678
12084
|
|
|
11679
12085
|
Example::
|
|
@@ -12036,6 +12442,7 @@ class CfnViewVersion(
|
|
|
12036
12442
|
'''Creates a version for the specified customer-managed view within the specified instance.
|
|
12037
12443
|
|
|
12038
12444
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-viewversion.html
|
|
12445
|
+
:cloudformationResource: AWS::Connect::ViewVersion
|
|
12039
12446
|
:exampleMetadata: fixture=_generated
|
|
12040
12447
|
|
|
12041
12448
|
Example::
|
|
@@ -12302,6 +12709,8 @@ __all__ = [
|
|
|
12302
12709
|
"CfnRuleProps",
|
|
12303
12710
|
"CfnSecurityKey",
|
|
12304
12711
|
"CfnSecurityKeyProps",
|
|
12712
|
+
"CfnSecurityProfile",
|
|
12713
|
+
"CfnSecurityProfileProps",
|
|
12305
12714
|
"CfnTaskTemplate",
|
|
12306
12715
|
"CfnTaskTemplateProps",
|
|
12307
12716
|
"CfnTrafficDistributionGroup",
|
|
@@ -13711,6 +14120,88 @@ def _typecheckingstub__328945501d2d11db9e341c31e7f88f7eaea8695d95d7c557b2d470e61
|
|
|
13711
14120
|
"""Type checking stubs"""
|
|
13712
14121
|
pass
|
|
13713
14122
|
|
|
14123
|
+
def _typecheckingstub__3e088a4b4379aab0e18ddc67fbe352d07789383efb957a27db08764dcdee196a(
|
|
14124
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14125
|
+
id: builtins.str,
|
|
14126
|
+
*,
|
|
14127
|
+
instance_arn: builtins.str,
|
|
14128
|
+
security_profile_name: builtins.str,
|
|
14129
|
+
allowed_access_control_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
14130
|
+
description: typing.Optional[builtins.str] = None,
|
|
14131
|
+
permissions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
14132
|
+
tag_restricted_resources: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
14133
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14134
|
+
) -> None:
|
|
14135
|
+
"""Type checking stubs"""
|
|
14136
|
+
pass
|
|
14137
|
+
|
|
14138
|
+
def _typecheckingstub__bf7ea5325498e645df3e40abc7a8ec22af3f2070f980c201bde99a31fb5e9805(
|
|
14139
|
+
inspector: _TreeInspector_488e0dd5,
|
|
14140
|
+
) -> None:
|
|
14141
|
+
"""Type checking stubs"""
|
|
14142
|
+
pass
|
|
14143
|
+
|
|
14144
|
+
def _typecheckingstub__69dbb65308ae1fdccfd085529afb7d2cc546578e610bfdd8d165cc1e97b00616(
|
|
14145
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
14146
|
+
) -> None:
|
|
14147
|
+
"""Type checking stubs"""
|
|
14148
|
+
pass
|
|
14149
|
+
|
|
14150
|
+
def _typecheckingstub__087aa3bcfd02d89880b7d9764f65e87379f1aba419654d2b14f144a060eb34de(
|
|
14151
|
+
value: builtins.str,
|
|
14152
|
+
) -> None:
|
|
14153
|
+
"""Type checking stubs"""
|
|
14154
|
+
pass
|
|
14155
|
+
|
|
14156
|
+
def _typecheckingstub__c494cc473b7dcb10d47e5e6898ba1be788ee0a6eeb210dae180c62e7baffddb6(
|
|
14157
|
+
value: builtins.str,
|
|
14158
|
+
) -> None:
|
|
14159
|
+
"""Type checking stubs"""
|
|
14160
|
+
pass
|
|
14161
|
+
|
|
14162
|
+
def _typecheckingstub__077ab92a2b57c565722ae2a0fff7719378cf0f3194b2c2b620c43393660a0fd5(
|
|
14163
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, _CfnTag_f6864754]]]],
|
|
14164
|
+
) -> None:
|
|
14165
|
+
"""Type checking stubs"""
|
|
14166
|
+
pass
|
|
14167
|
+
|
|
14168
|
+
def _typecheckingstub__590e303d4355b23e0035628d91db2ef4ef87c1c2276e23fdbfacd943d8c73472(
|
|
14169
|
+
value: typing.Optional[builtins.str],
|
|
14170
|
+
) -> None:
|
|
14171
|
+
"""Type checking stubs"""
|
|
14172
|
+
pass
|
|
14173
|
+
|
|
14174
|
+
def _typecheckingstub__6057e31a0dc905719aff4c2ffcf4e2eb667ddbf01175ba8a63d9c849c1d9fc7e(
|
|
14175
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
14176
|
+
) -> None:
|
|
14177
|
+
"""Type checking stubs"""
|
|
14178
|
+
pass
|
|
14179
|
+
|
|
14180
|
+
def _typecheckingstub__c35bbd26a4cc24dc3500d939114ad0b31f11493ddfb760fb0bfb7dd5f994a7c3(
|
|
14181
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
14182
|
+
) -> None:
|
|
14183
|
+
"""Type checking stubs"""
|
|
14184
|
+
pass
|
|
14185
|
+
|
|
14186
|
+
def _typecheckingstub__78637aba17fc3177a3492b596a6faf951a63fa4d3e768396f5b976aea7257655(
|
|
14187
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
14188
|
+
) -> None:
|
|
14189
|
+
"""Type checking stubs"""
|
|
14190
|
+
pass
|
|
14191
|
+
|
|
14192
|
+
def _typecheckingstub__8a8ad9faa5e934c4966c739f0b5e3756a03460ba17b7caf0aca4e26118e04c95(
|
|
14193
|
+
*,
|
|
14194
|
+
instance_arn: builtins.str,
|
|
14195
|
+
security_profile_name: builtins.str,
|
|
14196
|
+
allowed_access_control_tags: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
14197
|
+
description: typing.Optional[builtins.str] = None,
|
|
14198
|
+
permissions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
14199
|
+
tag_restricted_resources: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
14200
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14201
|
+
) -> None:
|
|
14202
|
+
"""Type checking stubs"""
|
|
14203
|
+
pass
|
|
14204
|
+
|
|
13714
14205
|
def _typecheckingstub__e55cf6106eb4919ab3d57f42477e52e40f628476ec3364c5bf5b40089c4746bc(
|
|
13715
14206
|
scope: _constructs_77d1e7e8.Construct,
|
|
13716
14207
|
id: builtins.str,
|
|
@@ -60,6 +60,7 @@ class CfnCampaign(
|
|
|
60
60
|
'''Contains information about an outbound campaign.
|
|
61
61
|
|
|
62
62
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connectcampaigns-campaign.html
|
|
63
|
+
:cloudformationResource: AWS::ConnectCampaigns::Campaign
|
|
63
64
|
:exampleMetadata: fixture=_generated
|
|
64
65
|
|
|
65
66
|
Example::
|
|
@@ -58,6 +58,7 @@ class CfnEnabledControl(
|
|
|
58
58
|
It specifies an asynchronous operation that creates AWS resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify.
|
|
59
59
|
|
|
60
60
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html
|
|
61
|
+
:cloudformationResource: AWS::ControlTower::EnabledControl
|
|
61
62
|
:exampleMetadata: fixture=_generated
|
|
62
63
|
|
|
63
64
|
Example::
|
aws_cdk/aws_cur/__init__.py
CHANGED
|
@@ -59,6 +59,7 @@ class CfnReportDefinition(
|
|
|
59
59
|
You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition.
|
|
60
60
|
|
|
61
61
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html
|
|
62
|
+
:cloudformationResource: AWS::CUR::ReportDefinition
|
|
62
63
|
:exampleMetadata: fixture=_generated
|
|
63
64
|
|
|
64
65
|
Example::
|