aws-cdk-lib 2.182.0__py3-none-any.whl → 2.183.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 +459 -33
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.182.0.jsii.tgz → aws-cdk-lib@2.183.0.jsii.tgz} +0 -0
- aws_cdk/aws_batch/__init__.py +15 -9
- aws_cdk/aws_bedrock/__init__.py +5804 -2325
- aws_cdk/aws_ce/__init__.py +141 -3
- aws_cdk/aws_cloudformation/__init__.py +26 -33
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_codebuild/__init__.py +4 -10
- aws_cdk/aws_cognito/__init__.py +3 -3
- aws_cdk/aws_dms/__init__.py +350 -0
- aws_cdk/aws_ec2/__init__.py +63 -5
- aws_cdk/aws_elasticache/__init__.py +3 -3
- aws_cdk/aws_emr/__init__.py +9 -3
- aws_cdk/aws_gameliftstreams/__init__.py +1205 -0
- aws_cdk/aws_iam/__init__.py +290 -35
- aws_cdk/aws_inspector/__init__.py +13 -10
- aws_cdk/aws_iot/__init__.py +616 -22
- aws_cdk/aws_iotfleetwise/__init__.py +72 -10
- aws_cdk/aws_iotsitewise/__init__.py +12 -8
- aws_cdk/aws_kafkaconnect/__init__.py +4 -2
- aws_cdk/aws_lambda/__init__.py +9 -0
- aws_cdk/aws_logs/__init__.py +133 -0
- aws_cdk/aws_medialive/__init__.py +86 -86
- aws_cdk/aws_msk/__init__.py +236 -128
- aws_cdk/aws_neptunegraph/__init__.py +3 -3
- aws_cdk/aws_opensearchserverless/__init__.py +1031 -0
- aws_cdk/aws_quicksight/__init__.py +6511 -20331
- aws_cdk/aws_rds/__init__.py +124 -17
- aws_cdk/aws_redshift/__init__.py +8 -8
- aws_cdk/aws_sagemaker/__init__.py +12 -5
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +2 -0
- aws_cdk/aws_transfer/__init__.py +241 -40
- aws_cdk/aws_wafv2/__init__.py +118 -30
- aws_cdk/aws_xray/__init__.py +195 -0
- aws_cdk/custom_resources/__init__.py +65 -8
- {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/RECORD +43 -42
- {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/top_level.txt +0 -0
|
@@ -4651,7 +4651,7 @@ class CfnProject(
|
|
|
4651
4651
|
|
|
4652
4652
|
:param compute_type: The type of compute environment. This determines the number of CPU cores and memory the build environment uses. Available values include: - ``ATTRIBUTE_BASED_COMPUTE`` : Specify the amount of vCPUs, memory, disk space, and the type of machine. .. epigraph:: If you use ``ATTRIBUTE_BASED_COMPUTE`` , you must define your attributes by using ``computeConfiguration`` . AWS CodeBuild will select the cheapest instance that satisfies your specified attributes. For more information, see `Reserved capacity environment types <https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.types>`_ in the *AWS CodeBuild User Guide* . - ``BUILD_GENERAL1_SMALL`` : Use up to 4 GiB memory and 2 vCPUs for builds. - ``BUILD_GENERAL1_MEDIUM`` : Use up to 8 GiB memory and 4 vCPUs for builds. - ``BUILD_GENERAL1_LARGE`` : Use up to 16 GiB memory and 8 vCPUs for builds, depending on your environment type. - ``BUILD_GENERAL1_XLARGE`` : Use up to 72 GiB memory and 36 vCPUs for builds, depending on your environment type. - ``BUILD_GENERAL1_2XLARGE`` : Use up to 144 GiB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed. - ``BUILD_LAMBDA_1GB`` : Use up to 1 GiB memory for builds. Only available for environment type ``LINUX_LAMBDA_CONTAINER`` and ``ARM_LAMBDA_CONTAINER`` . - ``BUILD_LAMBDA_2GB`` : Use up to 2 GiB memory for builds. Only available for environment type ``LINUX_LAMBDA_CONTAINER`` and ``ARM_LAMBDA_CONTAINER`` . - ``BUILD_LAMBDA_4GB`` : Use up to 4 GiB memory for builds. Only available for environment type ``LINUX_LAMBDA_CONTAINER`` and ``ARM_LAMBDA_CONTAINER`` . - ``BUILD_LAMBDA_8GB`` : Use up to 8 GiB memory for builds. Only available for environment type ``LINUX_LAMBDA_CONTAINER`` and ``ARM_LAMBDA_CONTAINER`` . - ``BUILD_LAMBDA_10GB`` : Use up to 10 GiB memory for builds. Only available for environment type ``LINUX_LAMBDA_CONTAINER`` and ``ARM_LAMBDA_CONTAINER`` . If you use ``BUILD_GENERAL1_SMALL`` : - For environment type ``LINUX_CONTAINER`` , you can use up to 4 GiB memory and 2 vCPUs for builds. - For environment type ``LINUX_GPU_CONTAINER`` , you can use up to 16 GiB memory, 4 vCPUs, and 1 NVIDIA A10G Tensor Core GPU for builds. - For environment type ``ARM_CONTAINER`` , you can use up to 4 GiB memory and 2 vCPUs on ARM-based processors for builds. If you use ``BUILD_GENERAL1_LARGE`` : - For environment type ``LINUX_CONTAINER`` , you can use up to 16 GiB memory and 8 vCPUs for builds. - For environment type ``LINUX_GPU_CONTAINER`` , you can use up to 255 GiB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds. - For environment type ``ARM_CONTAINER`` , you can use up to 16 GiB memory and 8 vCPUs on ARM-based processors for builds. For more information, see `On-demand environment types <https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment.types>`_ in the *AWS CodeBuild User Guide.*
|
|
4653
4653
|
:param image: The image tag or image digest that identifies the Docker image to use for this build project. Use the following formats: - For an image tag: ``<registry>/<repository>:<tag>`` . For example, in the Docker repository that CodeBuild uses to manage its Docker images, this would be ``aws/codebuild/standard:4.0`` . - For an image digest: ``<registry>/<repository>@<digest>`` . For example, to specify an image with the digest "sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf," use ``<registry>/<repository>@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf`` . For more information, see `Docker images provided by CodeBuild <https://docs.aws.amazon.com//codebuild/latest/userguide/build-env-ref-available.html>`_ in the *AWS CodeBuild user guide* .
|
|
4654
|
-
:param type: The type of build environment to use for related builds.
|
|
4654
|
+
:param type: The type of build environment to use for related builds. .. epigraph:: If you're using compute fleets during project creation, ``type`` will be ignored. For more information, see `Build environment compute types <https://docs.aws.amazon.com//codebuild/latest/userguide/build-env-ref-compute-types.html>`_ in the *AWS CodeBuild user guide* .
|
|
4655
4655
|
:param certificate: The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the build project. For more information, see `certificate <https://docs.aws.amazon.com/codebuild/latest/userguide/create-project-cli.html#cli.environment.certificate>`_ in the *AWS CodeBuild User Guide* .
|
|
4656
4656
|
:param environment_variables: A set of environment variables to make available to builds for this build project.
|
|
4657
4657
|
:param fleet:
|
|
@@ -4786,12 +4786,6 @@ class CfnProject(
|
|
|
4786
4786
|
def type(self) -> builtins.str:
|
|
4787
4787
|
'''The type of build environment to use for related builds.
|
|
4788
4788
|
|
|
4789
|
-
- The environment type ``ARM_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt).
|
|
4790
|
-
- The environment type ``LINUX_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
|
|
4791
|
-
- The environment type ``LINUX_GPU_CONTAINER`` is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
|
|
4792
|
-
- The environment types ``ARM_LAMBDA_CONTAINER`` and ``LINUX_LAMBDA_CONTAINER`` are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Mumbai), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), EU (Frankfurt), EU (Ireland), and South America (São Paulo).
|
|
4793
|
-
- The environment types ``WINDOWS_CONTAINER`` and ``WINDOWS_SERVER_2019_CONTAINER`` are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).
|
|
4794
|
-
|
|
4795
4789
|
.. epigraph::
|
|
4796
4790
|
|
|
4797
4791
|
If you're using compute fleets during project creation, ``type`` will be ignored.
|
|
@@ -6484,7 +6478,7 @@ class CfnProject(
|
|
|
6484
6478
|
The Webhook feature isn't available in AWS CloudFormation for GitHub Enterprise projects. Use the AWS CLI or AWS CodeBuild console to create the webhook.
|
|
6485
6479
|
|
|
6486
6480
|
:param pattern: For a ``WebHookFilter`` that uses ``EVENT`` type, a comma-separated string that specifies one or more events. For example, the webhook filter ``PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED`` allows all push, pull request created, and pull request updated events to trigger a build. For a ``WebHookFilter`` that uses any of the other filter types, a regular expression pattern. For example, a ``WebHookFilter`` that uses ``HEAD_REF`` for its ``type`` and the pattern ``^refs/heads/`` triggers a build when the head reference is a branch with a reference name ``refs/heads/branch-name`` .
|
|
6487
|
-
:param type: The type of webhook filter. There are nine webhook filter types: ``EVENT`` , ``ACTOR_ACCOUNT_ID`` , ``HEAD_REF`` , ``BASE_REF`` , ``FILE_PATH`` , ``COMMIT_MESSAGE`` , ``TAG_NAME`` , ``RELEASE_NAME`` , and ``WORKFLOW_NAME`` . - EVENT - A webhook event triggers a build when the provided ``pattern`` matches one of nine event types: ``PUSH`` , ``PULL_REQUEST_CREATED`` , ``PULL_REQUEST_UPDATED`` , ``PULL_REQUEST_CLOSED`` , ``PULL_REQUEST_REOPENED`` , ``PULL_REQUEST_MERGED`` , ``RELEASED`` , ``PRERELEASED`` , and ``WORKFLOW_JOB_QUEUED`` . The ``EVENT`` patterns are specified as a comma-separated string. For example, ``PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED`` filters all push, pull request created, and pull request updated events. .. epigraph:: Types ``PULL_REQUEST_REOPENED`` and ``WORKFLOW_JOB_QUEUED`` work with GitHub and GitHub Enterprise only. Types ``RELEASED`` and ``PRERELEASED`` work with GitHub only. - ACTOR_ACCOUNT_ID - A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression ``pattern`` . - HEAD_REF - A webhook event triggers a build when the head reference matches the regular expression ``pattern`` . For example, ``refs/heads/branch-name`` and ``refs/tags/tag-name`` . .. epigraph:: Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events. - BASE_REF - A webhook event triggers a build when the base reference matches the regular expression ``pattern`` . For example, ``refs/heads/branch-name`` . .. epigraph:: Works with pull request events only. - FILE_PATH - A webhook triggers a build when the path of a changed file matches the regular expression ``pattern`` . .. epigraph:: Works with
|
|
6481
|
+
:param type: The type of webhook filter. There are nine webhook filter types: ``EVENT`` , ``ACTOR_ACCOUNT_ID`` , ``HEAD_REF`` , ``BASE_REF`` , ``FILE_PATH`` , ``COMMIT_MESSAGE`` , ``TAG_NAME`` , ``RELEASE_NAME`` , and ``WORKFLOW_NAME`` . - EVENT - A webhook event triggers a build when the provided ``pattern`` matches one of nine event types: ``PUSH`` , ``PULL_REQUEST_CREATED`` , ``PULL_REQUEST_UPDATED`` , ``PULL_REQUEST_CLOSED`` , ``PULL_REQUEST_REOPENED`` , ``PULL_REQUEST_MERGED`` , ``RELEASED`` , ``PRERELEASED`` , and ``WORKFLOW_JOB_QUEUED`` . The ``EVENT`` patterns are specified as a comma-separated string. For example, ``PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED`` filters all push, pull request created, and pull request updated events. .. epigraph:: Types ``PULL_REQUEST_REOPENED`` and ``WORKFLOW_JOB_QUEUED`` work with GitHub and GitHub Enterprise only. Types ``RELEASED`` and ``PRERELEASED`` work with GitHub only. - ACTOR_ACCOUNT_ID - A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression ``pattern`` . - HEAD_REF - A webhook event triggers a build when the head reference matches the regular expression ``pattern`` . For example, ``refs/heads/branch-name`` and ``refs/tags/tag-name`` . .. epigraph:: Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events. - BASE_REF - A webhook event triggers a build when the base reference matches the regular expression ``pattern`` . For example, ``refs/heads/branch-name`` . .. epigraph:: Works with pull request events only. - FILE_PATH - A webhook triggers a build when the path of a changed file matches the regular expression ``pattern`` . .. epigraph:: Works with push and pull request events only. - COMMIT_MESSAGE - A webhook triggers a build when the head commit message matches the regular expression ``pattern`` . .. epigraph:: Works with push and pull request events only. - TAG_NAME - A webhook triggers a build when the tag name of the release matches the regular expression ``pattern`` . .. epigraph:: Works with ``RELEASED`` and ``PRERELEASED`` events only. - RELEASE_NAME - A webhook triggers a build when the release name matches the regular expression ``pattern`` . .. epigraph:: Works with ``RELEASED`` and ``PRERELEASED`` events only. - REPOSITORY_NAME - A webhook triggers a build when the repository name matches the regular expression pattern. .. epigraph:: Works with GitHub global or organization webhooks only. - WORKFLOW_NAME - A webhook triggers a build when the workflow name matches the regular expression ``pattern`` . .. epigraph:: Works with ``WORKFLOW_JOB_QUEUED`` events only. > For CodeBuild-hosted Buildkite runner builds, WORKFLOW_NAME filters will filter by pipeline name.
|
|
6488
6482
|
:param exclude_matched_pattern: Used to indicate that the ``pattern`` determines which webhook events do not trigger a build. If true, then a webhook event that does not match the ``pattern`` triggers a build. If false, then a webhook event that matches the ``pattern`` triggers a build.
|
|
6489
6483
|
|
|
6490
6484
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-webhookfilter.html
|
|
@@ -6564,14 +6558,14 @@ class CfnProject(
|
|
|
6564
6558
|
|
|
6565
6559
|
.. epigraph::
|
|
6566
6560
|
|
|
6567
|
-
Works with
|
|
6561
|
+
Works with push and pull request events only.
|
|
6568
6562
|
|
|
6569
6563
|
- COMMIT_MESSAGE
|
|
6570
6564
|
- A webhook triggers a build when the head commit message matches the regular expression ``pattern`` .
|
|
6571
6565
|
|
|
6572
6566
|
.. epigraph::
|
|
6573
6567
|
|
|
6574
|
-
Works with
|
|
6568
|
+
Works with push and pull request events only.
|
|
6575
6569
|
|
|
6576
6570
|
- TAG_NAME
|
|
6577
6571
|
- A webhook triggers a build when the tag name of the release matches the regular expression ``pattern`` .
|
aws_cdk/aws_cognito/__init__.py
CHANGED
|
@@ -5163,7 +5163,7 @@ class CfnUserPool(
|
|
|
5163
5163
|
:param alias_attributes: Attributes supported as an alias for this user pool. For more information about alias attributes, see `Customizing sign-in attributes <https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#user-pool-settings-aliases>`_ .
|
|
5164
5164
|
:param auto_verified_attributes: The attributes that you want your user pool to automatically verify. For more information, see `Verifying contact information at sign-up <https://docs.aws.amazon.com/cognito/latest/developerguide/signing-up-users-in-your-app.html#allowing-users-to-sign-up-and-confirm-themselves>`_ .
|
|
5165
5165
|
:param deletion_protection: When active, ``DeletionProtection`` prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature. When you try to delete a protected user pool in a ``DeleteUserPool`` API request, Amazon Cognito returns an ``InvalidParameterException`` error. To delete a protected user pool, send a new ``DeleteUserPool`` request after you deactivate deletion protection in an ``UpdateUserPool`` API request.
|
|
5166
|
-
:param device_configuration: The device-remembering configuration for a user pool. Device remembering or device tracking is a "Remember me on this device" option for user pools that perform authentication with the device key of a trusted device in the back end, instead of a user-provided MFA code. For more information about device authentication, see `Working with user devices in your user pool <https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html>`_ . A null value indicates that you have deactivated device remembering in your user pool. .. epigraph:: When you provide a value for any ``DeviceConfiguration`` field, you activate the Amazon Cognito device-remembering feature. For more
|
|
5166
|
+
:param device_configuration: The device-remembering configuration for a user pool. Device remembering or device tracking is a "Remember me on this device" option for user pools that perform authentication with the device key of a trusted device in the back end, instead of a user-provided MFA code. For more information about device authentication, see `Working with user devices in your user pool <https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html>`_ . A null value indicates that you have deactivated device remembering in your user pool. .. epigraph:: When you provide a value for any ``DeviceConfiguration`` field, you activate the Amazon Cognito device-remembering feature. For more information, see `Working with devices <https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html>`_ .
|
|
5167
5167
|
:param email_authentication_message:
|
|
5168
5168
|
:param email_authentication_subject:
|
|
5169
5169
|
:param email_configuration: The email configuration of your user pool. The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
|
|
@@ -10442,7 +10442,7 @@ class CfnUserPoolProps:
|
|
|
10442
10442
|
:param alias_attributes: Attributes supported as an alias for this user pool. For more information about alias attributes, see `Customizing sign-in attributes <https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#user-pool-settings-aliases>`_ .
|
|
10443
10443
|
:param auto_verified_attributes: The attributes that you want your user pool to automatically verify. For more information, see `Verifying contact information at sign-up <https://docs.aws.amazon.com/cognito/latest/developerguide/signing-up-users-in-your-app.html#allowing-users-to-sign-up-and-confirm-themselves>`_ .
|
|
10444
10444
|
:param deletion_protection: When active, ``DeletionProtection`` prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature. When you try to delete a protected user pool in a ``DeleteUserPool`` API request, Amazon Cognito returns an ``InvalidParameterException`` error. To delete a protected user pool, send a new ``DeleteUserPool`` request after you deactivate deletion protection in an ``UpdateUserPool`` API request.
|
|
10445
|
-
:param device_configuration: The device-remembering configuration for a user pool. Device remembering or device tracking is a "Remember me on this device" option for user pools that perform authentication with the device key of a trusted device in the back end, instead of a user-provided MFA code. For more information about device authentication, see `Working with user devices in your user pool <https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html>`_ . A null value indicates that you have deactivated device remembering in your user pool. .. epigraph:: When you provide a value for any ``DeviceConfiguration`` field, you activate the Amazon Cognito device-remembering feature. For more
|
|
10445
|
+
:param device_configuration: The device-remembering configuration for a user pool. Device remembering or device tracking is a "Remember me on this device" option for user pools that perform authentication with the device key of a trusted device in the back end, instead of a user-provided MFA code. For more information about device authentication, see `Working with user devices in your user pool <https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html>`_ . A null value indicates that you have deactivated device remembering in your user pool. .. epigraph:: When you provide a value for any ``DeviceConfiguration`` field, you activate the Amazon Cognito device-remembering feature. For more information, see `Working with devices <https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html>`_ .
|
|
10446
10446
|
:param email_authentication_message:
|
|
10447
10447
|
:param email_authentication_subject:
|
|
10448
10448
|
:param email_configuration: The email configuration of your user pool. The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
|
|
@@ -10765,7 +10765,7 @@ class CfnUserPoolProps:
|
|
|
10765
10765
|
Device remembering or device tracking is a "Remember me on this device" option for user pools that perform authentication with the device key of a trusted device in the back end, instead of a user-provided MFA code. For more information about device authentication, see `Working with user devices in your user pool <https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html>`_ . A null value indicates that you have deactivated device remembering in your user pool.
|
|
10766
10766
|
.. epigraph::
|
|
10767
10767
|
|
|
10768
|
-
When you provide a value for any ``DeviceConfiguration`` field, you activate the Amazon Cognito device-remembering feature. For more
|
|
10768
|
+
When you provide a value for any ``DeviceConfiguration`` field, you activate the Amazon Cognito device-remembering feature. For more information, see `Working with devices <https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-device-tracking.html>`_ .
|
|
10769
10769
|
|
|
10770
10770
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-deviceconfiguration
|
|
10771
10771
|
'''
|
aws_cdk/aws_dms/__init__.py
CHANGED
|
@@ -987,6 +987,24 @@ class CfnDataProvider(
|
|
|
987
987
|
certificate_arn="certificateArn",
|
|
988
988
|
ssl_mode="sslMode"
|
|
989
989
|
),
|
|
990
|
+
ibm_db2_luw_settings=dms.CfnDataProvider.IbmDb2LuwSettingsProperty(
|
|
991
|
+
database_name="databaseName",
|
|
992
|
+
port=123,
|
|
993
|
+
server_name="serverName",
|
|
994
|
+
ssl_mode="sslMode",
|
|
995
|
+
|
|
996
|
+
# the properties below are optional
|
|
997
|
+
certificate_arn="certificateArn"
|
|
998
|
+
),
|
|
999
|
+
ibm_db2_zOs_settings=dms.CfnDataProvider.IbmDb2zOsSettingsProperty(
|
|
1000
|
+
database_name="databaseName",
|
|
1001
|
+
port=123,
|
|
1002
|
+
server_name="serverName",
|
|
1003
|
+
ssl_mode="sslMode",
|
|
1004
|
+
|
|
1005
|
+
# the properties below are optional
|
|
1006
|
+
certificate_arn="certificateArn"
|
|
1007
|
+
),
|
|
990
1008
|
maria_db_settings=dms.CfnDataProvider.MariaDbSettingsProperty(
|
|
991
1009
|
port=123,
|
|
992
1010
|
server_name="serverName",
|
|
@@ -1382,6 +1400,244 @@ class CfnDataProvider(
|
|
|
1382
1400
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1383
1401
|
)
|
|
1384
1402
|
|
|
1403
|
+
@jsii.data_type(
|
|
1404
|
+
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.IbmDb2LuwSettingsProperty",
|
|
1405
|
+
jsii_struct_bases=[],
|
|
1406
|
+
name_mapping={
|
|
1407
|
+
"database_name": "databaseName",
|
|
1408
|
+
"port": "port",
|
|
1409
|
+
"server_name": "serverName",
|
|
1410
|
+
"ssl_mode": "sslMode",
|
|
1411
|
+
"certificate_arn": "certificateArn",
|
|
1412
|
+
},
|
|
1413
|
+
)
|
|
1414
|
+
class IbmDb2LuwSettingsProperty:
|
|
1415
|
+
def __init__(
|
|
1416
|
+
self,
|
|
1417
|
+
*,
|
|
1418
|
+
database_name: builtins.str,
|
|
1419
|
+
port: jsii.Number,
|
|
1420
|
+
server_name: builtins.str,
|
|
1421
|
+
ssl_mode: builtins.str,
|
|
1422
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
1423
|
+
) -> None:
|
|
1424
|
+
'''IbmDb2LuwSettings property identifier.
|
|
1425
|
+
|
|
1426
|
+
:param database_name:
|
|
1427
|
+
:param port:
|
|
1428
|
+
:param server_name:
|
|
1429
|
+
:param ssl_mode:
|
|
1430
|
+
:param certificate_arn:
|
|
1431
|
+
|
|
1432
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html
|
|
1433
|
+
:exampleMetadata: fixture=_generated
|
|
1434
|
+
|
|
1435
|
+
Example::
|
|
1436
|
+
|
|
1437
|
+
# The code below shows an example of how to instantiate this type.
|
|
1438
|
+
# The values are placeholders you should change.
|
|
1439
|
+
from aws_cdk import aws_dms as dms
|
|
1440
|
+
|
|
1441
|
+
ibm_db2_luw_settings_property = dms.CfnDataProvider.IbmDb2LuwSettingsProperty(
|
|
1442
|
+
database_name="databaseName",
|
|
1443
|
+
port=123,
|
|
1444
|
+
server_name="serverName",
|
|
1445
|
+
ssl_mode="sslMode",
|
|
1446
|
+
|
|
1447
|
+
# the properties below are optional
|
|
1448
|
+
certificate_arn="certificateArn"
|
|
1449
|
+
)
|
|
1450
|
+
'''
|
|
1451
|
+
if __debug__:
|
|
1452
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5fe5bda5661f985ec181db558637dc0061caf33b39234c4f86adc2d5ea92bf75)
|
|
1453
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
1454
|
+
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
1455
|
+
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
1456
|
+
check_type(argname="argument ssl_mode", value=ssl_mode, expected_type=type_hints["ssl_mode"])
|
|
1457
|
+
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
1458
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1459
|
+
"database_name": database_name,
|
|
1460
|
+
"port": port,
|
|
1461
|
+
"server_name": server_name,
|
|
1462
|
+
"ssl_mode": ssl_mode,
|
|
1463
|
+
}
|
|
1464
|
+
if certificate_arn is not None:
|
|
1465
|
+
self._values["certificate_arn"] = certificate_arn
|
|
1466
|
+
|
|
1467
|
+
@builtins.property
|
|
1468
|
+
def database_name(self) -> builtins.str:
|
|
1469
|
+
'''
|
|
1470
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-databasename
|
|
1471
|
+
'''
|
|
1472
|
+
result = self._values.get("database_name")
|
|
1473
|
+
assert result is not None, "Required property 'database_name' is missing"
|
|
1474
|
+
return typing.cast(builtins.str, result)
|
|
1475
|
+
|
|
1476
|
+
@builtins.property
|
|
1477
|
+
def port(self) -> jsii.Number:
|
|
1478
|
+
'''
|
|
1479
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-port
|
|
1480
|
+
'''
|
|
1481
|
+
result = self._values.get("port")
|
|
1482
|
+
assert result is not None, "Required property 'port' is missing"
|
|
1483
|
+
return typing.cast(jsii.Number, result)
|
|
1484
|
+
|
|
1485
|
+
@builtins.property
|
|
1486
|
+
def server_name(self) -> builtins.str:
|
|
1487
|
+
'''
|
|
1488
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-servername
|
|
1489
|
+
'''
|
|
1490
|
+
result = self._values.get("server_name")
|
|
1491
|
+
assert result is not None, "Required property 'server_name' is missing"
|
|
1492
|
+
return typing.cast(builtins.str, result)
|
|
1493
|
+
|
|
1494
|
+
@builtins.property
|
|
1495
|
+
def ssl_mode(self) -> builtins.str:
|
|
1496
|
+
'''
|
|
1497
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-sslmode
|
|
1498
|
+
'''
|
|
1499
|
+
result = self._values.get("ssl_mode")
|
|
1500
|
+
assert result is not None, "Required property 'ssl_mode' is missing"
|
|
1501
|
+
return typing.cast(builtins.str, result)
|
|
1502
|
+
|
|
1503
|
+
@builtins.property
|
|
1504
|
+
def certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
1505
|
+
'''
|
|
1506
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-certificatearn
|
|
1507
|
+
'''
|
|
1508
|
+
result = self._values.get("certificate_arn")
|
|
1509
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1510
|
+
|
|
1511
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1512
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1513
|
+
|
|
1514
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1515
|
+
return not (rhs == self)
|
|
1516
|
+
|
|
1517
|
+
def __repr__(self) -> str:
|
|
1518
|
+
return "IbmDb2LuwSettingsProperty(%s)" % ", ".join(
|
|
1519
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1520
|
+
)
|
|
1521
|
+
|
|
1522
|
+
@jsii.data_type(
|
|
1523
|
+
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.IbmDb2zOsSettingsProperty",
|
|
1524
|
+
jsii_struct_bases=[],
|
|
1525
|
+
name_mapping={
|
|
1526
|
+
"database_name": "databaseName",
|
|
1527
|
+
"port": "port",
|
|
1528
|
+
"server_name": "serverName",
|
|
1529
|
+
"ssl_mode": "sslMode",
|
|
1530
|
+
"certificate_arn": "certificateArn",
|
|
1531
|
+
},
|
|
1532
|
+
)
|
|
1533
|
+
class IbmDb2zOsSettingsProperty:
|
|
1534
|
+
def __init__(
|
|
1535
|
+
self,
|
|
1536
|
+
*,
|
|
1537
|
+
database_name: builtins.str,
|
|
1538
|
+
port: jsii.Number,
|
|
1539
|
+
server_name: builtins.str,
|
|
1540
|
+
ssl_mode: builtins.str,
|
|
1541
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
1542
|
+
) -> None:
|
|
1543
|
+
'''IbmDb2zOsSettings property identifier.
|
|
1544
|
+
|
|
1545
|
+
:param database_name:
|
|
1546
|
+
:param port:
|
|
1547
|
+
:param server_name:
|
|
1548
|
+
:param ssl_mode:
|
|
1549
|
+
:param certificate_arn:
|
|
1550
|
+
|
|
1551
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2zossettings.html
|
|
1552
|
+
:exampleMetadata: fixture=_generated
|
|
1553
|
+
|
|
1554
|
+
Example::
|
|
1555
|
+
|
|
1556
|
+
# The code below shows an example of how to instantiate this type.
|
|
1557
|
+
# The values are placeholders you should change.
|
|
1558
|
+
from aws_cdk import aws_dms as dms
|
|
1559
|
+
|
|
1560
|
+
ibm_db2z_os_settings_property = dms.CfnDataProvider.IbmDb2zOsSettingsProperty(
|
|
1561
|
+
database_name="databaseName",
|
|
1562
|
+
port=123,
|
|
1563
|
+
server_name="serverName",
|
|
1564
|
+
ssl_mode="sslMode",
|
|
1565
|
+
|
|
1566
|
+
# the properties below are optional
|
|
1567
|
+
certificate_arn="certificateArn"
|
|
1568
|
+
)
|
|
1569
|
+
'''
|
|
1570
|
+
if __debug__:
|
|
1571
|
+
type_hints = typing.get_type_hints(_typecheckingstub__103987f13d53f146451743b9e081a2a516c6bcfd831645c1bf291fa048e2e0a0)
|
|
1572
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
1573
|
+
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
1574
|
+
check_type(argname="argument server_name", value=server_name, expected_type=type_hints["server_name"])
|
|
1575
|
+
check_type(argname="argument ssl_mode", value=ssl_mode, expected_type=type_hints["ssl_mode"])
|
|
1576
|
+
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
1577
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1578
|
+
"database_name": database_name,
|
|
1579
|
+
"port": port,
|
|
1580
|
+
"server_name": server_name,
|
|
1581
|
+
"ssl_mode": ssl_mode,
|
|
1582
|
+
}
|
|
1583
|
+
if certificate_arn is not None:
|
|
1584
|
+
self._values["certificate_arn"] = certificate_arn
|
|
1585
|
+
|
|
1586
|
+
@builtins.property
|
|
1587
|
+
def database_name(self) -> builtins.str:
|
|
1588
|
+
'''
|
|
1589
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2zossettings.html#cfn-dms-dataprovider-ibmdb2zossettings-databasename
|
|
1590
|
+
'''
|
|
1591
|
+
result = self._values.get("database_name")
|
|
1592
|
+
assert result is not None, "Required property 'database_name' is missing"
|
|
1593
|
+
return typing.cast(builtins.str, result)
|
|
1594
|
+
|
|
1595
|
+
@builtins.property
|
|
1596
|
+
def port(self) -> jsii.Number:
|
|
1597
|
+
'''
|
|
1598
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2zossettings.html#cfn-dms-dataprovider-ibmdb2zossettings-port
|
|
1599
|
+
'''
|
|
1600
|
+
result = self._values.get("port")
|
|
1601
|
+
assert result is not None, "Required property 'port' is missing"
|
|
1602
|
+
return typing.cast(jsii.Number, result)
|
|
1603
|
+
|
|
1604
|
+
@builtins.property
|
|
1605
|
+
def server_name(self) -> builtins.str:
|
|
1606
|
+
'''
|
|
1607
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2zossettings.html#cfn-dms-dataprovider-ibmdb2zossettings-servername
|
|
1608
|
+
'''
|
|
1609
|
+
result = self._values.get("server_name")
|
|
1610
|
+
assert result is not None, "Required property 'server_name' is missing"
|
|
1611
|
+
return typing.cast(builtins.str, result)
|
|
1612
|
+
|
|
1613
|
+
@builtins.property
|
|
1614
|
+
def ssl_mode(self) -> builtins.str:
|
|
1615
|
+
'''
|
|
1616
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2zossettings.html#cfn-dms-dataprovider-ibmdb2zossettings-sslmode
|
|
1617
|
+
'''
|
|
1618
|
+
result = self._values.get("ssl_mode")
|
|
1619
|
+
assert result is not None, "Required property 'ssl_mode' is missing"
|
|
1620
|
+
return typing.cast(builtins.str, result)
|
|
1621
|
+
|
|
1622
|
+
@builtins.property
|
|
1623
|
+
def certificate_arn(self) -> typing.Optional[builtins.str]:
|
|
1624
|
+
'''
|
|
1625
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2zossettings.html#cfn-dms-dataprovider-ibmdb2zossettings-certificatearn
|
|
1626
|
+
'''
|
|
1627
|
+
result = self._values.get("certificate_arn")
|
|
1628
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1629
|
+
|
|
1630
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1631
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1632
|
+
|
|
1633
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1634
|
+
return not (rhs == self)
|
|
1635
|
+
|
|
1636
|
+
def __repr__(self) -> str:
|
|
1637
|
+
return "IbmDb2zOsSettingsProperty(%s)" % ", ".join(
|
|
1638
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1639
|
+
)
|
|
1640
|
+
|
|
1385
1641
|
@jsii.data_type(
|
|
1386
1642
|
jsii_type="aws-cdk-lib.aws_dms.CfnDataProvider.MariaDbSettingsProperty",
|
|
1387
1643
|
jsii_struct_bases=[],
|
|
@@ -2340,6 +2596,8 @@ class CfnDataProvider(
|
|
|
2340
2596
|
jsii_struct_bases=[],
|
|
2341
2597
|
name_mapping={
|
|
2342
2598
|
"doc_db_settings": "docDbSettings",
|
|
2599
|
+
"ibm_db2_luw_settings": "ibmDb2LuwSettings",
|
|
2600
|
+
"ibm_db2_z_os_settings": "ibmDb2ZOsSettings",
|
|
2343
2601
|
"maria_db_settings": "mariaDbSettings",
|
|
2344
2602
|
"microsoft_sql_server_settings": "microsoftSqlServerSettings",
|
|
2345
2603
|
"mongo_db_settings": "mongoDbSettings",
|
|
@@ -2354,6 +2612,8 @@ class CfnDataProvider(
|
|
|
2354
2612
|
self,
|
|
2355
2613
|
*,
|
|
2356
2614
|
doc_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.DocDbSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2615
|
+
ibm_db2_luw_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.IbmDb2LuwSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2616
|
+
ibm_db2_z_os_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.IbmDb2zOsSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2357
2617
|
maria_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.MariaDbSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2358
2618
|
microsoft_sql_server_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.MicrosoftSqlServerSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2359
2619
|
mongo_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataProvider.MongoDbSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -2365,6 +2625,8 @@ class CfnDataProvider(
|
|
|
2365
2625
|
'''The property identifies the exact type of settings for the data provider.
|
|
2366
2626
|
|
|
2367
2627
|
:param doc_db_settings: DocDbSettings property identifier.
|
|
2628
|
+
:param ibm_db2_luw_settings: IbmDb2LuwSettings property identifier.
|
|
2629
|
+
:param ibm_db2_z_os_settings: IbmDb2zOsSettings property identifier.
|
|
2368
2630
|
:param maria_db_settings: MariaDbSettings property identifier.
|
|
2369
2631
|
:param microsoft_sql_server_settings: MicrosoftSqlServerSettings property identifier.
|
|
2370
2632
|
:param mongo_db_settings: MongoDbSettings property identifier.
|
|
@@ -2392,6 +2654,24 @@ class CfnDataProvider(
|
|
|
2392
2654
|
certificate_arn="certificateArn",
|
|
2393
2655
|
ssl_mode="sslMode"
|
|
2394
2656
|
),
|
|
2657
|
+
ibm_db2_luw_settings=dms.CfnDataProvider.IbmDb2LuwSettingsProperty(
|
|
2658
|
+
database_name="databaseName",
|
|
2659
|
+
port=123,
|
|
2660
|
+
server_name="serverName",
|
|
2661
|
+
ssl_mode="sslMode",
|
|
2662
|
+
|
|
2663
|
+
# the properties below are optional
|
|
2664
|
+
certificate_arn="certificateArn"
|
|
2665
|
+
),
|
|
2666
|
+
ibm_db2_zOs_settings=dms.CfnDataProvider.IbmDb2zOsSettingsProperty(
|
|
2667
|
+
database_name="databaseName",
|
|
2668
|
+
port=123,
|
|
2669
|
+
server_name="serverName",
|
|
2670
|
+
ssl_mode="sslMode",
|
|
2671
|
+
|
|
2672
|
+
# the properties below are optional
|
|
2673
|
+
certificate_arn="certificateArn"
|
|
2674
|
+
),
|
|
2395
2675
|
maria_db_settings=dms.CfnDataProvider.MariaDbSettingsProperty(
|
|
2396
2676
|
port=123,
|
|
2397
2677
|
server_name="serverName",
|
|
@@ -2462,6 +2742,8 @@ class CfnDataProvider(
|
|
|
2462
2742
|
if __debug__:
|
|
2463
2743
|
type_hints = typing.get_type_hints(_typecheckingstub__48803eeb23a0ec3425b1499cb6eedd7b2e70bcf1cc89d7b2c483a13b031d79d8)
|
|
2464
2744
|
check_type(argname="argument doc_db_settings", value=doc_db_settings, expected_type=type_hints["doc_db_settings"])
|
|
2745
|
+
check_type(argname="argument ibm_db2_luw_settings", value=ibm_db2_luw_settings, expected_type=type_hints["ibm_db2_luw_settings"])
|
|
2746
|
+
check_type(argname="argument ibm_db2_z_os_settings", value=ibm_db2_z_os_settings, expected_type=type_hints["ibm_db2_z_os_settings"])
|
|
2465
2747
|
check_type(argname="argument maria_db_settings", value=maria_db_settings, expected_type=type_hints["maria_db_settings"])
|
|
2466
2748
|
check_type(argname="argument microsoft_sql_server_settings", value=microsoft_sql_server_settings, expected_type=type_hints["microsoft_sql_server_settings"])
|
|
2467
2749
|
check_type(argname="argument mongo_db_settings", value=mongo_db_settings, expected_type=type_hints["mongo_db_settings"])
|
|
@@ -2472,6 +2754,10 @@ class CfnDataProvider(
|
|
|
2472
2754
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2473
2755
|
if doc_db_settings is not None:
|
|
2474
2756
|
self._values["doc_db_settings"] = doc_db_settings
|
|
2757
|
+
if ibm_db2_luw_settings is not None:
|
|
2758
|
+
self._values["ibm_db2_luw_settings"] = ibm_db2_luw_settings
|
|
2759
|
+
if ibm_db2_z_os_settings is not None:
|
|
2760
|
+
self._values["ibm_db2_z_os_settings"] = ibm_db2_z_os_settings
|
|
2475
2761
|
if maria_db_settings is not None:
|
|
2476
2762
|
self._values["maria_db_settings"] = maria_db_settings
|
|
2477
2763
|
if microsoft_sql_server_settings is not None:
|
|
@@ -2498,6 +2784,28 @@ class CfnDataProvider(
|
|
|
2498
2784
|
result = self._values.get("doc_db_settings")
|
|
2499
2785
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.DocDbSettingsProperty"]], result)
|
|
2500
2786
|
|
|
2787
|
+
@builtins.property
|
|
2788
|
+
def ibm_db2_luw_settings(
|
|
2789
|
+
self,
|
|
2790
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.IbmDb2LuwSettingsProperty"]]:
|
|
2791
|
+
'''IbmDb2LuwSettings property identifier.
|
|
2792
|
+
|
|
2793
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-settings.html#cfn-dms-dataprovider-settings-ibmdb2luwsettings
|
|
2794
|
+
'''
|
|
2795
|
+
result = self._values.get("ibm_db2_luw_settings")
|
|
2796
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.IbmDb2LuwSettingsProperty"]], result)
|
|
2797
|
+
|
|
2798
|
+
@builtins.property
|
|
2799
|
+
def ibm_db2_z_os_settings(
|
|
2800
|
+
self,
|
|
2801
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.IbmDb2zOsSettingsProperty"]]:
|
|
2802
|
+
'''IbmDb2zOsSettings property identifier.
|
|
2803
|
+
|
|
2804
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-settings.html#cfn-dms-dataprovider-settings-ibmdb2zossettings
|
|
2805
|
+
'''
|
|
2806
|
+
result = self._values.get("ibm_db2_z_os_settings")
|
|
2807
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataProvider.IbmDb2zOsSettingsProperty"]], result)
|
|
2808
|
+
|
|
2501
2809
|
@builtins.property
|
|
2502
2810
|
def maria_db_settings(
|
|
2503
2811
|
self,
|
|
@@ -2649,6 +2957,24 @@ class CfnDataProviderProps:
|
|
|
2649
2957
|
certificate_arn="certificateArn",
|
|
2650
2958
|
ssl_mode="sslMode"
|
|
2651
2959
|
),
|
|
2960
|
+
ibm_db2_luw_settings=dms.CfnDataProvider.IbmDb2LuwSettingsProperty(
|
|
2961
|
+
database_name="databaseName",
|
|
2962
|
+
port=123,
|
|
2963
|
+
server_name="serverName",
|
|
2964
|
+
ssl_mode="sslMode",
|
|
2965
|
+
|
|
2966
|
+
# the properties below are optional
|
|
2967
|
+
certificate_arn="certificateArn"
|
|
2968
|
+
),
|
|
2969
|
+
ibm_db2_zOs_settings=dms.CfnDataProvider.IbmDb2zOsSettingsProperty(
|
|
2970
|
+
database_name="databaseName",
|
|
2971
|
+
port=123,
|
|
2972
|
+
server_name="serverName",
|
|
2973
|
+
ssl_mode="sslMode",
|
|
2974
|
+
|
|
2975
|
+
# the properties below are optional
|
|
2976
|
+
certificate_arn="certificateArn"
|
|
2977
|
+
),
|
|
2652
2978
|
maria_db_settings=dms.CfnDataProvider.MariaDbSettingsProperty(
|
|
2653
2979
|
port=123,
|
|
2654
2980
|
server_name="serverName",
|
|
@@ -14248,6 +14574,28 @@ def _typecheckingstub__27fdf69ccaa013cf95c95a3dcea8a8ac53782df29fc9618599f90ab66
|
|
|
14248
14574
|
"""Type checking stubs"""
|
|
14249
14575
|
pass
|
|
14250
14576
|
|
|
14577
|
+
def _typecheckingstub__5fe5bda5661f985ec181db558637dc0061caf33b39234c4f86adc2d5ea92bf75(
|
|
14578
|
+
*,
|
|
14579
|
+
database_name: builtins.str,
|
|
14580
|
+
port: jsii.Number,
|
|
14581
|
+
server_name: builtins.str,
|
|
14582
|
+
ssl_mode: builtins.str,
|
|
14583
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
14584
|
+
) -> None:
|
|
14585
|
+
"""Type checking stubs"""
|
|
14586
|
+
pass
|
|
14587
|
+
|
|
14588
|
+
def _typecheckingstub__103987f13d53f146451743b9e081a2a516c6bcfd831645c1bf291fa048e2e0a0(
|
|
14589
|
+
*,
|
|
14590
|
+
database_name: builtins.str,
|
|
14591
|
+
port: jsii.Number,
|
|
14592
|
+
server_name: builtins.str,
|
|
14593
|
+
ssl_mode: builtins.str,
|
|
14594
|
+
certificate_arn: typing.Optional[builtins.str] = None,
|
|
14595
|
+
) -> None:
|
|
14596
|
+
"""Type checking stubs"""
|
|
14597
|
+
pass
|
|
14598
|
+
|
|
14251
14599
|
def _typecheckingstub__8aaf3c54dbf2161e44767d583c443498e51a7aca2b6a75b3b83da99169ec778c(
|
|
14252
14600
|
*,
|
|
14253
14601
|
port: jsii.Number,
|
|
@@ -14332,6 +14680,8 @@ def _typecheckingstub__6a8f137a7f7bd575f503fd6b18c4b3ea3f000ec56dfb653e870f4c67a
|
|
|
14332
14680
|
def _typecheckingstub__48803eeb23a0ec3425b1499cb6eedd7b2e70bcf1cc89d7b2c483a13b031d79d8(
|
|
14333
14681
|
*,
|
|
14334
14682
|
doc_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.DocDbSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14683
|
+
ibm_db2_luw_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.IbmDb2LuwSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14684
|
+
ibm_db2_z_os_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.IbmDb2zOsSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14335
14685
|
maria_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.MariaDbSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14336
14686
|
microsoft_sql_server_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.MicrosoftSqlServerSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14337
14687
|
mongo_db_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataProvider.MongoDbSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|