aws-cdk-lib 2.172.0__py3-none-any.whl → 2.173.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +57 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.172.0.jsii.tgz → aws-cdk-lib@2.173.1.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +40 -40
- aws_cdk/aws_apigateway/__init__.py +111 -64
- aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
- aws_cdk/aws_appsync/__init__.py +4 -3
- aws_cdk/aws_autoscaling/__init__.py +15 -6
- aws_cdk/aws_bedrock/__init__.py +32 -44
- aws_cdk/aws_chatbot/__init__.py +72 -46
- aws_cdk/aws_cleanrooms/__init__.py +4 -6
- aws_cdk/aws_cloudfront/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +104 -68
- aws_cdk/aws_cloudwatch/__init__.py +51 -14
- aws_cdk/aws_codebuild/__init__.py +39 -0
- aws_cdk/aws_codepipeline/__init__.py +4 -4
- aws_cdk/aws_cognito/__init__.py +221 -53
- aws_cdk/aws_config/__init__.py +13 -10
- aws_cdk/aws_connect/__init__.py +25 -23
- aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
- aws_cdk/aws_docdb/__init__.py +128 -0
- aws_cdk/aws_dynamodb/__init__.py +256 -0
- aws_cdk/aws_ec2/__init__.py +130 -48
- aws_cdk/aws_ecs/__init__.py +25 -13
- aws_cdk/aws_eks/__init__.py +86 -24
- aws_cdk/aws_elasticache/__init__.py +22 -22
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +138 -128
- aws_cdk/aws_events/__init__.py +39 -26
- aws_cdk/aws_fsx/__init__.py +134 -10
- aws_cdk/aws_imagebuilder/__init__.py +8 -8
- aws_cdk/aws_invoicing/__init__.py +651 -0
- aws_cdk/aws_iot/__init__.py +28 -22
- aws_cdk/aws_iotfleetwise/__init__.py +473 -332
- aws_cdk/aws_iotsitewise/__init__.py +6 -4
- aws_cdk/aws_ivs/__init__.py +43 -31
- aws_cdk/aws_kendra/__init__.py +4 -0
- aws_cdk/aws_lakeformation/__init__.py +2 -1
- aws_cdk/aws_lambda/__init__.py +258 -156
- aws_cdk/aws_logs/__init__.py +532 -0
- aws_cdk/aws_m2/__init__.py +15 -15
- aws_cdk/aws_mediaconnect/__init__.py +24 -14
- aws_cdk/aws_medialive/__init__.py +2359 -5
- aws_cdk/aws_mediapackage/__init__.py +3 -9
- aws_cdk/aws_mediapackagev2/__init__.py +19 -17
- aws_cdk/aws_memorydb/__init__.py +664 -4
- aws_cdk/aws_qbusiness/__init__.py +2018 -66
- aws_cdk/aws_rds/__init__.py +30 -0
- aws_cdk/aws_resourcegroups/__init__.py +26 -17
- aws_cdk/aws_route53/__init__.py +1177 -10
- aws_cdk/aws_route53_targets/__init__.py +224 -100
- aws_cdk/aws_route53resolver/__init__.py +4 -2
- aws_cdk/aws_s3/__init__.py +4 -4
- aws_cdk/aws_s3express/__init__.py +30 -19
- aws_cdk/aws_sagemaker/__init__.py +783 -9
- aws_cdk/aws_secretsmanager/__init__.py +20 -6
- aws_cdk/aws_securityhub/__init__.py +64 -32
- aws_cdk/aws_servicediscovery/__init__.py +43 -0
- aws_cdk/aws_ses/__init__.py +109 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
- aws_cdk/aws_synthetics/__init__.py +7 -5
- aws_cdk/aws_vpclattice/__init__.py +1479 -122
- aws_cdk/aws_wisdom/__init__.py +2698 -232
- aws_cdk/aws_workspacesweb/__init__.py +118 -61
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/RECORD +69 -68
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_config/__init__.py
CHANGED
|
@@ -2282,7 +2282,7 @@ class CfnConfigurationRecorder(
|
|
|
2282
2282
|
:param role_arn: Amazon Resource Name (ARN) of the IAM role assumed by AWS Config and used by the configuration recorder. For more information, see `Permissions for the IAM Role Assigned <https://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html>`_ to AWS Config in the AWS Config Developer Guide. .. epigraph:: *Pre-existing AWS Config role* If you have used an AWS service that uses AWS Config , such as AWS Security Hub or AWS Control Tower , and an AWS Config role has already been created, make sure that the IAM role that you use when setting up AWS Config keeps the same minimum permissions as the already created AWS Config role. You must do this so that the other AWS service continues to run as expected. For example, if AWS Control Tower has an IAM role that allows AWS Config to read Amazon Simple Storage Service ( Amazon S3 ) objects, make sure that the same permissions are granted within the IAM role you use when setting up AWS Config . Otherwise, it may interfere with how AWS Control Tower operates. For more information about IAM roles for AWS Config , see `*Identity and Access Management for AWS Config* <https://docs.aws.amazon.com/config/latest/developerguide/security-iam.html>`_ in the *AWS Config Developer Guide* .
|
|
2283
2283
|
:param name: The name of the configuration recorder. AWS Config automatically assigns the name of "default" when creating the configuration recorder. You cannot change the name of the configuration recorder after it has been created. To change the configuration recorder name, you must delete it and create a new configuration recorder with a new name.
|
|
2284
2284
|
:param recording_group: Specifies which resource types AWS Config records for configuration changes. .. epigraph:: *High Number of AWS Config Evaluations* You may notice increased activity in your account during your initial month recording with AWS Config when compared to subsequent months. During the initial bootstrapping process, AWS Config runs evaluations on all the resources in your account that you have selected for AWS Config to record. If you are running ephemeral workloads, you may see increased activity from AWS Config as it records configuration changes associated with creating and deleting these temporary resources. An *ephemeral workload* is a temporary use of computing resources that are loaded and run when needed. Examples include Amazon Elastic Compute Cloud ( Amazon EC2 ) Spot Instances, Amazon EMR jobs, and AWS Auto Scaling . If you want to avoid the increased activity from running ephemeral workloads, you can run these types of workloads in a separate account with AWS Config turned off to avoid increased configuration recording and rule evaluations.
|
|
2285
|
-
:param recording_mode: Specifies the default recording frequency
|
|
2285
|
+
:param recording_mode: Specifies the default recording frequency for the configuration recorder. AWS Config supports *Continuous recording* and *Daily recording* . - Continuous recording allows you to record configuration changes continuously whenever a change occurs. - Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded. .. epigraph:: *Some resource types require continuous recording* AWS Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous. You can also override the recording frequency for specific resource types.
|
|
2286
2286
|
'''
|
|
2287
2287
|
if __debug__:
|
|
2288
2288
|
type_hints = typing.get_type_hints(_typecheckingstub__8cc1fca38c04598953e44108edff915ed0a33e7e99e047d1bffcbd31ac2e3b03)
|
|
@@ -2392,7 +2392,10 @@ class CfnConfigurationRecorder(
|
|
|
2392
2392
|
def recording_mode(
|
|
2393
2393
|
self,
|
|
2394
2394
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfigurationRecorder.RecordingModeProperty"]]:
|
|
2395
|
-
'''Specifies the default recording frequency
|
|
2395
|
+
'''Specifies the default recording frequency for the configuration recorder.
|
|
2396
|
+
|
|
2397
|
+
AWS Config supports *Continuous recording* and *Daily recording* .
|
|
2398
|
+
'''
|
|
2396
2399
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConfigurationRecorder.RecordingModeProperty"]], jsii.get(self, "recordingMode"))
|
|
2397
2400
|
|
|
2398
2401
|
@recording_mode.setter
|
|
@@ -2742,7 +2745,7 @@ class CfnConfigurationRecorder(
|
|
|
2742
2745
|
'''An object for you to specify your overrides for the recording mode.
|
|
2743
2746
|
|
|
2744
2747
|
:param recording_frequency: The recording frequency that will be applied to all the resource types specified in the override. - Continuous recording allows you to record configuration changes continuously whenever a change occurs. - Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded. .. epigraph:: AWS Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous.
|
|
2745
|
-
:param resource_types: A comma-separated list that specifies which resource types AWS Config includes in the override. .. epigraph:: Daily recording
|
|
2748
|
+
:param resource_types: A comma-separated list that specifies which resource types AWS Config includes in the override. .. epigraph:: Daily recording cannot be specified for the following resource types: - ``AWS::Config::ResourceCompliance`` - ``AWS::Config::ConformancePackCompliance`` - ``AWS::Config::ConfigurationRecorder``
|
|
2746
2749
|
:param description: A description that you provide for the override.
|
|
2747
2750
|
|
|
2748
2751
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordingmodeoverride.html
|
|
@@ -2797,7 +2800,7 @@ class CfnConfigurationRecorder(
|
|
|
2797
2800
|
|
|
2798
2801
|
.. epigraph::
|
|
2799
2802
|
|
|
2800
|
-
Daily recording
|
|
2803
|
+
Daily recording cannot be specified for the following resource types:
|
|
2801
2804
|
|
|
2802
2805
|
- ``AWS::Config::ResourceCompliance``
|
|
2803
2806
|
- ``AWS::Config::ConformancePackCompliance``
|
|
@@ -2857,7 +2860,7 @@ class CfnConfigurationRecorder(
|
|
|
2857
2860
|
|
|
2858
2861
|
You can also override the recording frequency for specific resource types.
|
|
2859
2862
|
|
|
2860
|
-
:param recording_frequency: The default recording frequency that AWS Config uses to record configuration changes. .. epigraph:: Daily recording
|
|
2863
|
+
:param recording_frequency: The default recording frequency that AWS Config uses to record configuration changes. .. epigraph:: Daily recording cannot be specified for the following resource types: - ``AWS::Config::ResourceCompliance`` - ``AWS::Config::ConformancePackCompliance`` - ``AWS::Config::ConfigurationRecorder`` For the *allSupported* ( ``ALL_SUPPORTED_RESOURCE_TYPES`` ) recording strategy, these resource types will be set to Continuous recording.
|
|
2861
2864
|
:param recording_mode_overrides: An array of ``recordingModeOverride`` objects for you to specify your overrides for the recording mode. The ``recordingModeOverride`` object in the ``recordingModeOverrides`` array consists of three fields: a ``description`` , the new ``recordingFrequency`` , and an array of ``resourceTypes`` to override.
|
|
2862
2865
|
|
|
2863
2866
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordingmode.html
|
|
@@ -2898,7 +2901,7 @@ class CfnConfigurationRecorder(
|
|
|
2898
2901
|
|
|
2899
2902
|
.. epigraph::
|
|
2900
2903
|
|
|
2901
|
-
Daily recording
|
|
2904
|
+
Daily recording cannot be specified for the following resource types:
|
|
2902
2905
|
|
|
2903
2906
|
- ``AWS::Config::ResourceCompliance``
|
|
2904
2907
|
- ``AWS::Config::ConformancePackCompliance``
|
|
@@ -3047,7 +3050,7 @@ class CfnConfigurationRecorderProps:
|
|
|
3047
3050
|
:param role_arn: Amazon Resource Name (ARN) of the IAM role assumed by AWS Config and used by the configuration recorder. For more information, see `Permissions for the IAM Role Assigned <https://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html>`_ to AWS Config in the AWS Config Developer Guide. .. epigraph:: *Pre-existing AWS Config role* If you have used an AWS service that uses AWS Config , such as AWS Security Hub or AWS Control Tower , and an AWS Config role has already been created, make sure that the IAM role that you use when setting up AWS Config keeps the same minimum permissions as the already created AWS Config role. You must do this so that the other AWS service continues to run as expected. For example, if AWS Control Tower has an IAM role that allows AWS Config to read Amazon Simple Storage Service ( Amazon S3 ) objects, make sure that the same permissions are granted within the IAM role you use when setting up AWS Config . Otherwise, it may interfere with how AWS Control Tower operates. For more information about IAM roles for AWS Config , see `*Identity and Access Management for AWS Config* <https://docs.aws.amazon.com/config/latest/developerguide/security-iam.html>`_ in the *AWS Config Developer Guide* .
|
|
3048
3051
|
:param name: The name of the configuration recorder. AWS Config automatically assigns the name of "default" when creating the configuration recorder. You cannot change the name of the configuration recorder after it has been created. To change the configuration recorder name, you must delete it and create a new configuration recorder with a new name.
|
|
3049
3052
|
:param recording_group: Specifies which resource types AWS Config records for configuration changes. .. epigraph:: *High Number of AWS Config Evaluations* You may notice increased activity in your account during your initial month recording with AWS Config when compared to subsequent months. During the initial bootstrapping process, AWS Config runs evaluations on all the resources in your account that you have selected for AWS Config to record. If you are running ephemeral workloads, you may see increased activity from AWS Config as it records configuration changes associated with creating and deleting these temporary resources. An *ephemeral workload* is a temporary use of computing resources that are loaded and run when needed. Examples include Amazon Elastic Compute Cloud ( Amazon EC2 ) Spot Instances, Amazon EMR jobs, and AWS Auto Scaling . If you want to avoid the increased activity from running ephemeral workloads, you can run these types of workloads in a separate account with AWS Config turned off to avoid increased configuration recording and rule evaluations.
|
|
3050
|
-
:param recording_mode: Specifies the default recording frequency
|
|
3053
|
+
:param recording_mode: Specifies the default recording frequency for the configuration recorder. AWS Config supports *Continuous recording* and *Daily recording* . - Continuous recording allows you to record configuration changes continuously whenever a change occurs. - Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded. .. epigraph:: *Some resource types require continuous recording* AWS Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous. You can also override the recording frequency for specific resource types.
|
|
3051
3054
|
|
|
3052
3055
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html
|
|
3053
3056
|
:exampleMetadata: fixture=_generated
|
|
@@ -3157,15 +3160,15 @@ class CfnConfigurationRecorderProps:
|
|
|
3157
3160
|
def recording_mode(
|
|
3158
3161
|
self,
|
|
3159
3162
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConfigurationRecorder.RecordingModeProperty]]:
|
|
3160
|
-
'''Specifies the default recording frequency
|
|
3161
|
-
|
|
3162
|
-
AWS Config supports *Continuous recording* and *Daily recording* .
|
|
3163
|
+
'''Specifies the default recording frequency for the configuration recorder. AWS Config supports *Continuous recording* and *Daily recording* .
|
|
3163
3164
|
|
|
3164
3165
|
- Continuous recording allows you to record configuration changes continuously whenever a change occurs.
|
|
3165
3166
|
- Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.
|
|
3166
3167
|
|
|
3167
3168
|
.. epigraph::
|
|
3168
3169
|
|
|
3170
|
+
*Some resource types require continuous recording*
|
|
3171
|
+
|
|
3169
3172
|
AWS Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager, it is recommended that you set the recording frequency to Continuous.
|
|
3170
3173
|
|
|
3171
3174
|
You can also override the recording frequency for specific resource types.
|
aws_cdk/aws_connect/__init__.py
CHANGED
|
@@ -1433,7 +1433,9 @@ class CfnEmailAddress(
|
|
|
1433
1433
|
metaclass=jsii.JSIIMeta,
|
|
1434
1434
|
jsii_type="aws-cdk-lib.aws_connect.CfnEmailAddress",
|
|
1435
1435
|
):
|
|
1436
|
-
'''
|
|
1436
|
+
'''Create new email address in the specified Amazon Connect instance.
|
|
1437
|
+
|
|
1438
|
+
For more information about email addresses, see `Create email addresses <https://docs.aws.amazon.com/connect/latest/adminguide/create-email-address1.html>`_ in the Amazon Connect Administrator Guide.
|
|
1437
1439
|
|
|
1438
1440
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-emailaddress.html
|
|
1439
1441
|
:cloudformationResource: AWS::Connect::EmailAddress
|
|
@@ -1473,10 +1475,10 @@ class CfnEmailAddress(
|
|
|
1473
1475
|
'''
|
|
1474
1476
|
:param scope: Scope in which this resource is defined.
|
|
1475
1477
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1476
|
-
:param email_address:
|
|
1477
|
-
:param instance_arn: The
|
|
1478
|
-
:param description:
|
|
1479
|
-
:param display_name: The display name
|
|
1478
|
+
:param email_address: The email address with the instance, in [^\\s@]+@[^\\s@]+.[^\\s@]+ format.
|
|
1479
|
+
:param instance_arn: The Amazon Resource Name (ARN) of the instance.
|
|
1480
|
+
:param description: The description of the email address.
|
|
1481
|
+
:param display_name: The display name of email address.
|
|
1480
1482
|
:param tags: One or more tags.
|
|
1481
1483
|
'''
|
|
1482
1484
|
if __debug__:
|
|
@@ -1526,7 +1528,7 @@ class CfnEmailAddress(
|
|
|
1526
1528
|
@builtins.property
|
|
1527
1529
|
@jsii.member(jsii_name="attrEmailAddressArn")
|
|
1528
1530
|
def attr_email_address_arn(self) -> builtins.str:
|
|
1529
|
-
'''The
|
|
1531
|
+
'''The Amazon Resource Name (ARN) of the email address.
|
|
1530
1532
|
|
|
1531
1533
|
:cloudformationAttribute: EmailAddressArn
|
|
1532
1534
|
'''
|
|
@@ -1546,7 +1548,7 @@ class CfnEmailAddress(
|
|
|
1546
1548
|
@builtins.property
|
|
1547
1549
|
@jsii.member(jsii_name="emailAddress")
|
|
1548
1550
|
def email_address(self) -> builtins.str:
|
|
1549
|
-
'''
|
|
1551
|
+
'''The email address with the instance, in [^\\s@]+@[^\\s@]+.[^\\s@]+ format.'''
|
|
1550
1552
|
return typing.cast(builtins.str, jsii.get(self, "emailAddress"))
|
|
1551
1553
|
|
|
1552
1554
|
@email_address.setter
|
|
@@ -1559,7 +1561,7 @@ class CfnEmailAddress(
|
|
|
1559
1561
|
@builtins.property
|
|
1560
1562
|
@jsii.member(jsii_name="instanceArn")
|
|
1561
1563
|
def instance_arn(self) -> builtins.str:
|
|
1562
|
-
'''The
|
|
1564
|
+
'''The Amazon Resource Name (ARN) of the instance.'''
|
|
1563
1565
|
return typing.cast(builtins.str, jsii.get(self, "instanceArn"))
|
|
1564
1566
|
|
|
1565
1567
|
@instance_arn.setter
|
|
@@ -1572,7 +1574,7 @@ class CfnEmailAddress(
|
|
|
1572
1574
|
@builtins.property
|
|
1573
1575
|
@jsii.member(jsii_name="description")
|
|
1574
1576
|
def description(self) -> typing.Optional[builtins.str]:
|
|
1575
|
-
'''
|
|
1577
|
+
'''The description of the email address.'''
|
|
1576
1578
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
|
|
1577
1579
|
|
|
1578
1580
|
@description.setter
|
|
@@ -1585,7 +1587,7 @@ class CfnEmailAddress(
|
|
|
1585
1587
|
@builtins.property
|
|
1586
1588
|
@jsii.member(jsii_name="displayName")
|
|
1587
1589
|
def display_name(self) -> typing.Optional[builtins.str]:
|
|
1588
|
-
'''The display name
|
|
1590
|
+
'''The display name of email address.'''
|
|
1589
1591
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "displayName"))
|
|
1590
1592
|
|
|
1591
1593
|
@display_name.setter
|
|
@@ -1632,10 +1634,10 @@ class CfnEmailAddressProps:
|
|
|
1632
1634
|
) -> None:
|
|
1633
1635
|
'''Properties for defining a ``CfnEmailAddress``.
|
|
1634
1636
|
|
|
1635
|
-
:param email_address:
|
|
1636
|
-
:param instance_arn: The
|
|
1637
|
-
:param description:
|
|
1638
|
-
:param display_name: The display name
|
|
1637
|
+
:param email_address: The email address with the instance, in [^\\s@]+@[^\\s@]+.[^\\s@]+ format.
|
|
1638
|
+
:param instance_arn: The Amazon Resource Name (ARN) of the instance.
|
|
1639
|
+
:param description: The description of the email address.
|
|
1640
|
+
:param display_name: The display name of email address.
|
|
1639
1641
|
:param tags: One or more tags.
|
|
1640
1642
|
|
|
1641
1643
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-emailaddress.html
|
|
@@ -1680,7 +1682,7 @@ class CfnEmailAddressProps:
|
|
|
1680
1682
|
|
|
1681
1683
|
@builtins.property
|
|
1682
1684
|
def email_address(self) -> builtins.str:
|
|
1683
|
-
'''
|
|
1685
|
+
'''The email address with the instance, in [^\\s@]+@[^\\s@]+.[^\\s@]+ format.
|
|
1684
1686
|
|
|
1685
1687
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-emailaddress.html#cfn-connect-emailaddress-emailaddress
|
|
1686
1688
|
'''
|
|
@@ -1690,7 +1692,7 @@ class CfnEmailAddressProps:
|
|
|
1690
1692
|
|
|
1691
1693
|
@builtins.property
|
|
1692
1694
|
def instance_arn(self) -> builtins.str:
|
|
1693
|
-
'''The
|
|
1695
|
+
'''The Amazon Resource Name (ARN) of the instance.
|
|
1694
1696
|
|
|
1695
1697
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-emailaddress.html#cfn-connect-emailaddress-instancearn
|
|
1696
1698
|
'''
|
|
@@ -1700,7 +1702,7 @@ class CfnEmailAddressProps:
|
|
|
1700
1702
|
|
|
1701
1703
|
@builtins.property
|
|
1702
1704
|
def description(self) -> typing.Optional[builtins.str]:
|
|
1703
|
-
'''
|
|
1705
|
+
'''The description of the email address.
|
|
1704
1706
|
|
|
1705
1707
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-emailaddress.html#cfn-connect-emailaddress-description
|
|
1706
1708
|
'''
|
|
@@ -1709,7 +1711,7 @@ class CfnEmailAddressProps:
|
|
|
1709
1711
|
|
|
1710
1712
|
@builtins.property
|
|
1711
1713
|
def display_name(self) -> typing.Optional[builtins.str]:
|
|
1712
|
-
'''The display name
|
|
1714
|
+
'''The display name of email address.
|
|
1713
1715
|
|
|
1714
1716
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-emailaddress.html#cfn-connect-emailaddress-displayname
|
|
1715
1717
|
'''
|
|
@@ -6588,7 +6590,7 @@ class CfnPhoneNumber(
|
|
|
6588
6590
|
:param country_code: The ISO country code.
|
|
6589
6591
|
:param description: The description of the phone number.
|
|
6590
6592
|
:param prefix: The prefix of the phone number. If provided, it must contain ``+`` as part of the country code. *Pattern* : ``^\\\\+[0-9]{1,15}``
|
|
6591
|
-
:param source_phone_number_arn: The claimed phone number ARN that was previously imported from the external service, such as
|
|
6593
|
+
:param source_phone_number_arn: The claimed phone number ARN that was previously imported from the external service, such as AWS End User Messaging. If it is from AWS End User Messaging, it looks like the ARN of the phone number that was imported from AWS End User Messaging.
|
|
6592
6594
|
:param tags: The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
6593
6595
|
:param type: The type of phone number.
|
|
6594
6596
|
'''
|
|
@@ -6725,7 +6727,7 @@ class CfnPhoneNumber(
|
|
|
6725
6727
|
@builtins.property
|
|
6726
6728
|
@jsii.member(jsii_name="sourcePhoneNumberArn")
|
|
6727
6729
|
def source_phone_number_arn(self) -> typing.Optional[builtins.str]:
|
|
6728
|
-
'''The claimed phone number ARN that was previously imported from the external service, such as
|
|
6730
|
+
'''The claimed phone number ARN that was previously imported from the external service, such as AWS End User Messaging.'''
|
|
6729
6731
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sourcePhoneNumberArn"))
|
|
6730
6732
|
|
|
6731
6733
|
@source_phone_number_arn.setter
|
|
@@ -6793,7 +6795,7 @@ class CfnPhoneNumberProps:
|
|
|
6793
6795
|
:param country_code: The ISO country code.
|
|
6794
6796
|
:param description: The description of the phone number.
|
|
6795
6797
|
:param prefix: The prefix of the phone number. If provided, it must contain ``+`` as part of the country code. *Pattern* : ``^\\\\+[0-9]{1,15}``
|
|
6796
|
-
:param source_phone_number_arn: The claimed phone number ARN that was previously imported from the external service, such as
|
|
6798
|
+
:param source_phone_number_arn: The claimed phone number ARN that was previously imported from the external service, such as AWS End User Messaging. If it is from AWS End User Messaging, it looks like the ARN of the phone number that was imported from AWS End User Messaging.
|
|
6797
6799
|
:param tags: The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
6798
6800
|
:param type: The type of phone number.
|
|
6799
6801
|
|
|
@@ -6887,9 +6889,9 @@ class CfnPhoneNumberProps:
|
|
|
6887
6889
|
|
|
6888
6890
|
@builtins.property
|
|
6889
6891
|
def source_phone_number_arn(self) -> typing.Optional[builtins.str]:
|
|
6890
|
-
'''The claimed phone number ARN that was previously imported from the external service, such as
|
|
6892
|
+
'''The claimed phone number ARN that was previously imported from the external service, such as AWS End User Messaging.
|
|
6891
6893
|
|
|
6892
|
-
If it is from
|
|
6894
|
+
If it is from AWS End User Messaging, it looks like the ARN of the phone number that was imported from AWS End User Messaging.
|
|
6893
6895
|
|
|
6894
6896
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-phonenumber.html#cfn-connect-phonenumber-sourcephonenumberarn
|
|
6895
6897
|
'''
|