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_cognito/__init__.py
CHANGED
|
@@ -1557,6 +1557,7 @@ class CfnIdentityPool(
|
|
|
1557
1557
|
To avoid deleting the resource accidentally from AWS CloudFormation , use `DeletionPolicy Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html>`_ and the `UpdateReplacePolicy Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html>`_ to retain the resource on deletion or replacement.
|
|
1558
1558
|
|
|
1559
1559
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypool.html
|
|
1560
|
+
:cloudformationResource: AWS::Cognito::IdentityPool
|
|
1560
1561
|
:exampleMetadata: infused
|
|
1561
1562
|
|
|
1562
1563
|
Example::
|
|
@@ -2124,6 +2125,7 @@ class CfnIdentityPoolPrincipalTag(
|
|
|
2124
2125
|
'''A list of the identity pool principal tag assignments for attributes for access control.
|
|
2125
2126
|
|
|
2126
2127
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolprincipaltag.html
|
|
2128
|
+
:cloudformationResource: AWS::Cognito::IdentityPoolPrincipalTag
|
|
2127
2129
|
:exampleMetadata: fixture=_generated
|
|
2128
2130
|
|
|
2129
2131
|
Example::
|
|
@@ -2627,6 +2629,7 @@ class CfnIdentityPoolRoleAttachment(
|
|
|
2627
2629
|
'''The ``AWS::Cognito::IdentityPoolRoleAttachment`` resource manages the role configuration for an Amazon Cognito identity pool.
|
|
2628
2630
|
|
|
2629
2631
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolroleattachment.html
|
|
2632
|
+
:cloudformationResource: AWS::Cognito::IdentityPoolRoleAttachment
|
|
2630
2633
|
:exampleMetadata: fixture=_generated
|
|
2631
2634
|
|
|
2632
2635
|
Example::
|
|
@@ -3219,6 +3222,7 @@ class CfnUserPool(
|
|
|
3219
3222
|
If you don't specify a value for a parameter, Amazon Cognito sets it to a default value.
|
|
3220
3223
|
|
|
3221
3224
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html
|
|
3225
|
+
:cloudformationResource: AWS::Cognito::UserPool
|
|
3222
3226
|
:exampleMetadata: fixture=_generated
|
|
3223
3227
|
|
|
3224
3228
|
Example::
|
|
@@ -4905,7 +4909,7 @@ class CfnUserPool(
|
|
|
4905
4909
|
:param require_numbers: In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
|
|
4906
4910
|
:param require_symbols: In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
|
|
4907
4911
|
:param require_uppercase: In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
|
|
4908
|
-
:param temporary_password_validity_days: The number of days a temporary password is valid in the password policy. If the user doesn't sign in during this time, an administrator must reset their password. .. epigraph:: When you set ``TemporaryPasswordValidityDays`` for a user pool, you can no longer set a value for the legacy ``UnusedAccountValidityDays`` parameter in that user pool.
|
|
4912
|
+
:param temporary_password_validity_days: The number of days a temporary password is valid in the password policy. If the user doesn't sign in during this time, an administrator must reset their password. Defaults to ``7`` . If you submit a value of ``0`` , Amazon Cognito treats it as a null value and sets ``TemporaryPasswordValidityDays`` to its default value. .. epigraph:: When you set ``TemporaryPasswordValidityDays`` for a user pool, you can no longer set a value for the legacy ``UnusedAccountValidityDays`` parameter in that user pool.
|
|
4909
4913
|
|
|
4910
4914
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-passwordpolicy.html
|
|
4911
4915
|
:exampleMetadata: fixture=_generated
|
|
@@ -5006,7 +5010,7 @@ class CfnUserPool(
|
|
|
5006
5010
|
def temporary_password_validity_days(self) -> typing.Optional[jsii.Number]:
|
|
5007
5011
|
'''The number of days a temporary password is valid in the password policy.
|
|
5008
5012
|
|
|
5009
|
-
If the user doesn't sign in during this time, an administrator must reset their password.
|
|
5013
|
+
If the user doesn't sign in during this time, an administrator must reset their password. Defaults to ``7`` . If you submit a value of ``0`` , Amazon Cognito treats it as a null value and sets ``TemporaryPasswordValidityDays`` to its default value.
|
|
5010
5014
|
.. epigraph::
|
|
5011
5015
|
|
|
5012
5016
|
When you set ``TemporaryPasswordValidityDays`` for a user pool, you can no longer set a value for the legacy ``UnusedAccountValidityDays`` parameter in that user pool.
|
|
@@ -5865,6 +5869,7 @@ class CfnUserPoolClient(
|
|
|
5865
5869
|
If you don't specify a value for a parameter, Amazon Cognito sets it to a default value.
|
|
5866
5870
|
|
|
5867
5871
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html
|
|
5872
|
+
:cloudformationResource: AWS::Cognito::UserPoolClient
|
|
5868
5873
|
:exampleMetadata: infused
|
|
5869
5874
|
|
|
5870
5875
|
Example::
|
|
@@ -5976,11 +5981,11 @@ class CfnUserPoolClient(
|
|
|
5976
5981
|
:param id_token_validity: The ID token time limit. After this limit expires, your user can't use their ID token. To specify the time unit for ``IdTokenValidity`` as ``seconds`` , ``minutes`` , ``hours`` , or ``days`` , set a ``TokenValidityUnits`` value in your API request. For example, when you set ``IdTokenValidity`` as ``10`` and ``TokenValidityUnits`` as ``hours`` , your user can authenticate their session with their ID token for 10 hours. The default time unit for ``IdTokenValidity`` in an API request is hours.
|
|
5977
5982
|
:param logout_ur_ls: A list of allowed logout URLs for the IdPs.
|
|
5978
5983
|
:param prevent_user_existence_errors: Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account confirmation, and password recovery when the user does not exist in the user pool. When set to ``ENABLED`` and the user does not exist, authentication returns an error indicating either the username or password was incorrect, and account confirmation and password recovery return a response indicating a code was sent to a simulated destination. When set to ``LEGACY`` , those APIs will return a ``UserNotFoundException`` exception if the user does not exist in the user pool.
|
|
5979
|
-
:param read_attributes: The read attributes.
|
|
5984
|
+
:param read_attributes: The list of user attributes that you want your app client to have read-only access to. After your user authenticates in your app, their access token authorizes them to read their own attribute value for any attribute in this list. An example of this kind of activity is when your user selects a link to view their profile information. Your app makes a `GetUser <https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUser.html>`_ API request to retrieve and display your user's profile data. When you don't specify the ``ReadAttributes`` for your app client, your app can read the values of ``email_verified`` , ``phone_number_verified`` , and the Standard attributes of your user pool. When your user pool has read access to these default attributes, ``ReadAttributes`` doesn't return any information. Amazon Cognito only populates ``ReadAttributes`` in the API response if you have specified your own custom set of read attributes.
|
|
5980
5985
|
:param refresh_token_validity: The refresh token time limit. After this limit expires, your user can't use their refresh token. To specify the time unit for ``RefreshTokenValidity`` as ``seconds`` , ``minutes`` , ``hours`` , or ``days`` , set a ``TokenValidityUnits`` value in your API request. For example, when you set ``RefreshTokenValidity`` as ``10`` and ``TokenValidityUnits`` as ``days`` , your user can refresh their session and retrieve new access and ID tokens for 10 days. The default time unit for ``RefreshTokenValidity`` in an API request is days. You can't set ``RefreshTokenValidity`` to 0. If you do, Amazon Cognito overrides the value with the default value of 30 days.
|
|
5981
5986
|
:param supported_identity_providers: A list of provider names for the identity providers (IdPs) that are supported on this client. The following are supported: ``COGNITO`` , ``Facebook`` , ``Google`` , ``SignInWithApple`` , and ``LoginWithAmazon`` . You can also specify the names that you configured for the SAML and OIDC IdPs in your user pool, for example ``MySAMLIdP`` or ``MyOIDCIdP`` .
|
|
5982
5987
|
:param token_validity_units: The units in which the validity times are represented. The default unit for RefreshToken is days, and default for ID and access tokens are hours.
|
|
5983
|
-
:param write_attributes: The user
|
|
5988
|
+
:param write_attributes: The list of user attributes that you want your app client to have write access to. After your user authenticates in your app, their access token authorizes them to set or modify their own attribute value for any attribute in this list. An example of this kind of activity is when you present your user with a form to update their profile information and they change their last name. Your app then makes an `UpdateUserAttributes <https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserAttributes.html>`_ API request and sets ``family_name`` to the new value. When you don't specify the ``WriteAttributes`` for your app client, your app can write the values of the Standard attributes of your user pool. When your user pool has write access to these default attributes, ``WriteAttributes`` doesn't return any information. Amazon Cognito only populates ``WriteAttributes`` in the API response if you have specified your own custom set of write attributes. If your app client allows users to sign in through an IdP, this array must include all attributes that you have mapped to IdP attributes. Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If your app client does not have write access to a mapped attribute, Amazon Cognito throws an error when it tries to update the attribute. For more information, see `Specifying IdP Attribute Mappings for Your user pool <https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-specifying-attribute-mapping.html>`_ .
|
|
5984
5989
|
'''
|
|
5985
5990
|
if __debug__:
|
|
5986
5991
|
type_hints = typing.get_type_hints(_typecheckingstub__87712ca9ae8faf9f73a6c5d11987fcf280543ea093bcc4253c800c0151725828)
|
|
@@ -6339,7 +6344,7 @@ class CfnUserPoolClient(
|
|
|
6339
6344
|
@builtins.property
|
|
6340
6345
|
@jsii.member(jsii_name="readAttributes")
|
|
6341
6346
|
def read_attributes(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
6342
|
-
'''The read
|
|
6347
|
+
'''The list of user attributes that you want your app client to have read-only access to.'''
|
|
6343
6348
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "readAttributes"))
|
|
6344
6349
|
|
|
6345
6350
|
@read_attributes.setter
|
|
@@ -6404,7 +6409,7 @@ class CfnUserPoolClient(
|
|
|
6404
6409
|
@builtins.property
|
|
6405
6410
|
@jsii.member(jsii_name="writeAttributes")
|
|
6406
6411
|
def write_attributes(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
6407
|
-
'''The user
|
|
6412
|
+
'''The list of user attributes that you want your app client to have write access to.'''
|
|
6408
6413
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "writeAttributes"))
|
|
6409
6414
|
|
|
6410
6415
|
@write_attributes.setter
|
|
@@ -6718,11 +6723,11 @@ class CfnUserPoolClientProps:
|
|
|
6718
6723
|
:param id_token_validity: The ID token time limit. After this limit expires, your user can't use their ID token. To specify the time unit for ``IdTokenValidity`` as ``seconds`` , ``minutes`` , ``hours`` , or ``days`` , set a ``TokenValidityUnits`` value in your API request. For example, when you set ``IdTokenValidity`` as ``10`` and ``TokenValidityUnits`` as ``hours`` , your user can authenticate their session with their ID token for 10 hours. The default time unit for ``IdTokenValidity`` in an API request is hours.
|
|
6719
6724
|
:param logout_ur_ls: A list of allowed logout URLs for the IdPs.
|
|
6720
6725
|
:param prevent_user_existence_errors: Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account confirmation, and password recovery when the user does not exist in the user pool. When set to ``ENABLED`` and the user does not exist, authentication returns an error indicating either the username or password was incorrect, and account confirmation and password recovery return a response indicating a code was sent to a simulated destination. When set to ``LEGACY`` , those APIs will return a ``UserNotFoundException`` exception if the user does not exist in the user pool.
|
|
6721
|
-
:param read_attributes: The read attributes.
|
|
6726
|
+
:param read_attributes: The list of user attributes that you want your app client to have read-only access to. After your user authenticates in your app, their access token authorizes them to read their own attribute value for any attribute in this list. An example of this kind of activity is when your user selects a link to view their profile information. Your app makes a `GetUser <https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUser.html>`_ API request to retrieve and display your user's profile data. When you don't specify the ``ReadAttributes`` for your app client, your app can read the values of ``email_verified`` , ``phone_number_verified`` , and the Standard attributes of your user pool. When your user pool has read access to these default attributes, ``ReadAttributes`` doesn't return any information. Amazon Cognito only populates ``ReadAttributes`` in the API response if you have specified your own custom set of read attributes.
|
|
6722
6727
|
:param refresh_token_validity: The refresh token time limit. After this limit expires, your user can't use their refresh token. To specify the time unit for ``RefreshTokenValidity`` as ``seconds`` , ``minutes`` , ``hours`` , or ``days`` , set a ``TokenValidityUnits`` value in your API request. For example, when you set ``RefreshTokenValidity`` as ``10`` and ``TokenValidityUnits`` as ``days`` , your user can refresh their session and retrieve new access and ID tokens for 10 days. The default time unit for ``RefreshTokenValidity`` in an API request is days. You can't set ``RefreshTokenValidity`` to 0. If you do, Amazon Cognito overrides the value with the default value of 30 days.
|
|
6723
6728
|
:param supported_identity_providers: A list of provider names for the identity providers (IdPs) that are supported on this client. The following are supported: ``COGNITO`` , ``Facebook`` , ``Google`` , ``SignInWithApple`` , and ``LoginWithAmazon`` . You can also specify the names that you configured for the SAML and OIDC IdPs in your user pool, for example ``MySAMLIdP`` or ``MyOIDCIdP`` .
|
|
6724
6729
|
:param token_validity_units: The units in which the validity times are represented. The default unit for RefreshToken is days, and default for ID and access tokens are hours.
|
|
6725
|
-
:param write_attributes: The user
|
|
6730
|
+
:param write_attributes: The list of user attributes that you want your app client to have write access to. After your user authenticates in your app, their access token authorizes them to set or modify their own attribute value for any attribute in this list. An example of this kind of activity is when you present your user with a form to update their profile information and they change their last name. Your app then makes an `UpdateUserAttributes <https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserAttributes.html>`_ API request and sets ``family_name`` to the new value. When you don't specify the ``WriteAttributes`` for your app client, your app can write the values of the Standard attributes of your user pool. When your user pool has write access to these default attributes, ``WriteAttributes`` doesn't return any information. Amazon Cognito only populates ``WriteAttributes`` in the API response if you have specified your own custom set of write attributes. If your app client allows users to sign in through an IdP, this array must include all attributes that you have mapped to IdP attributes. Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If your app client does not have write access to a mapped attribute, Amazon Cognito throws an error when it tries to update the attribute. For more information, see `Specifying IdP Attribute Mappings for Your user pool <https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-specifying-attribute-mapping.html>`_ .
|
|
6726
6731
|
|
|
6727
6732
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html
|
|
6728
6733
|
:exampleMetadata: fixture=_generated
|
|
@@ -7085,7 +7090,11 @@ class CfnUserPoolClientProps:
|
|
|
7085
7090
|
|
|
7086
7091
|
@builtins.property
|
|
7087
7092
|
def read_attributes(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
7088
|
-
'''The read
|
|
7093
|
+
'''The list of user attributes that you want your app client to have read-only access to.
|
|
7094
|
+
|
|
7095
|
+
After your user authenticates in your app, their access token authorizes them to read their own attribute value for any attribute in this list. An example of this kind of activity is when your user selects a link to view their profile information. Your app makes a `GetUser <https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUser.html>`_ API request to retrieve and display your user's profile data.
|
|
7096
|
+
|
|
7097
|
+
When you don't specify the ``ReadAttributes`` for your app client, your app can read the values of ``email_verified`` , ``phone_number_verified`` , and the Standard attributes of your user pool. When your user pool has read access to these default attributes, ``ReadAttributes`` doesn't return any information. Amazon Cognito only populates ``ReadAttributes`` in the API response if you have specified your own custom set of read attributes.
|
|
7089
7098
|
|
|
7090
7099
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-readattributes
|
|
7091
7100
|
'''
|
|
@@ -7135,7 +7144,11 @@ class CfnUserPoolClientProps:
|
|
|
7135
7144
|
|
|
7136
7145
|
@builtins.property
|
|
7137
7146
|
def write_attributes(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
7138
|
-
'''The user
|
|
7147
|
+
'''The list of user attributes that you want your app client to have write access to.
|
|
7148
|
+
|
|
7149
|
+
After your user authenticates in your app, their access token authorizes them to set or modify their own attribute value for any attribute in this list. An example of this kind of activity is when you present your user with a form to update their profile information and they change their last name. Your app then makes an `UpdateUserAttributes <https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserAttributes.html>`_ API request and sets ``family_name`` to the new value.
|
|
7150
|
+
|
|
7151
|
+
When you don't specify the ``WriteAttributes`` for your app client, your app can write the values of the Standard attributes of your user pool. When your user pool has write access to these default attributes, ``WriteAttributes`` doesn't return any information. Amazon Cognito only populates ``WriteAttributes`` in the API response if you have specified your own custom set of write attributes.
|
|
7139
7152
|
|
|
7140
7153
|
If your app client allows users to sign in through an IdP, this array must include all attributes that you have mapped to IdP attributes. Amazon Cognito updates mapped attributes when users sign in to your application through an IdP. If your app client does not have write access to a mapped attribute, Amazon Cognito throws an error when it tries to update the attribute. For more information, see `Specifying IdP Attribute Mappings for Your user pool <https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-specifying-attribute-mapping.html>`_ .
|
|
7141
7154
|
|
|
@@ -7165,6 +7178,7 @@ class CfnUserPoolDomain(
|
|
|
7165
7178
|
'''The AWS::Cognito::UserPoolDomain resource creates a new domain for a user pool.
|
|
7166
7179
|
|
|
7167
7180
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooldomain.html
|
|
7181
|
+
:cloudformationResource: AWS::Cognito::UserPoolDomain
|
|
7168
7182
|
:exampleMetadata: fixture=_generated
|
|
7169
7183
|
|
|
7170
7184
|
Example::
|
|
@@ -7483,6 +7497,7 @@ class CfnUserPoolGroup(
|
|
|
7483
7497
|
If you don't specify a value for a parameter, Amazon Cognito sets it to a default value.
|
|
7484
7498
|
|
|
7485
7499
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html
|
|
7500
|
+
:cloudformationResource: AWS::Cognito::UserPoolGroup
|
|
7486
7501
|
:exampleMetadata: fixture=_generated
|
|
7487
7502
|
|
|
7488
7503
|
Example::
|
|
@@ -7787,6 +7802,7 @@ class CfnUserPoolIdentityProvider(
|
|
|
7787
7802
|
'''The ``AWS::Cognito::UserPoolIdentityProvider`` resource creates an identity provider for a user pool.
|
|
7788
7803
|
|
|
7789
7804
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html
|
|
7805
|
+
:cloudformationResource: AWS::Cognito::UserPoolIdentityProvider
|
|
7790
7806
|
:exampleMetadata: fixture=_generated
|
|
7791
7807
|
|
|
7792
7808
|
Example::
|
|
@@ -8764,6 +8780,7 @@ class CfnUserPoolResourceServer(
|
|
|
8764
8780
|
If you don't specify a value for a parameter, Amazon Cognito sets it to a default value.
|
|
8765
8781
|
|
|
8766
8782
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolresourceserver.html
|
|
8783
|
+
:cloudformationResource: AWS::Cognito::UserPoolResourceServer
|
|
8767
8784
|
:exampleMetadata: fixture=_generated
|
|
8768
8785
|
|
|
8769
8786
|
Example::
|
|
@@ -9117,6 +9134,7 @@ class CfnUserPoolRiskConfigurationAttachment(
|
|
|
9117
9134
|
You can specify risk configuration for a single client (with a specific ``clientId`` ) or for all clients (by setting the ``clientId`` to ``ALL`` ). If you specify ``ALL`` , the default configuration is used for every client that has had no risk configuration set previously. If you specify risk configuration for a particular client, it no longer falls back to the ``ALL`` configuration.
|
|
9118
9135
|
|
|
9119
9136
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolriskconfigurationattachment.html
|
|
9137
|
+
:cloudformationResource: AWS::Cognito::UserPoolRiskConfigurationAttachment
|
|
9120
9138
|
:exampleMetadata: fixture=_generated
|
|
9121
9139
|
|
|
9122
9140
|
Example::
|
|
@@ -10321,6 +10339,7 @@ class CfnUserPoolUICustomizationAttachment(
|
|
|
10321
10339
|
Setting a logo image isn't supported from AWS CloudFormation . Use the Amazon Cognito `SetUICustomization <https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUICustomization.html#API_SetUICustomization_RequestSyntax>`_ API operation to set the image.
|
|
10322
10340
|
|
|
10323
10341
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluicustomizationattachment.html
|
|
10342
|
+
:cloudformationResource: AWS::Cognito::UserPoolUICustomizationAttachment
|
|
10324
10343
|
:exampleMetadata: fixture=_generated
|
|
10325
10344
|
|
|
10326
10345
|
Example::
|
|
@@ -10547,6 +10566,7 @@ class CfnUserPoolUser(
|
|
|
10547
10566
|
'''The ``AWS::Cognito::UserPoolUser`` resource creates an Amazon Cognito user pool user.
|
|
10548
10567
|
|
|
10549
10568
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpooluser.html
|
|
10569
|
+
:cloudformationResource: AWS::Cognito::UserPoolUser
|
|
10550
10570
|
:exampleMetadata: fixture=_generated
|
|
10551
10571
|
|
|
10552
10572
|
Example::
|
|
@@ -11096,6 +11116,7 @@ class CfnUserPoolUserToGroupAttachment(
|
|
|
11096
11116
|
'''Adds the specified user to the specified group.
|
|
11097
11117
|
|
|
11098
11118
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html
|
|
11119
|
+
:cloudformationResource: AWS::Cognito::UserPoolUserToGroupAttachment
|
|
11099
11120
|
:exampleMetadata: fixture=_generated
|
|
11100
11121
|
|
|
11101
11122
|
Example::
|
|
@@ -11123,8 +11144,8 @@ class CfnUserPoolUserToGroupAttachment(
|
|
|
11123
11144
|
'''
|
|
11124
11145
|
:param scope: Scope in which this resource is defined.
|
|
11125
11146
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
11126
|
-
:param group_name: The group
|
|
11127
|
-
:param username: The username
|
|
11147
|
+
:param group_name: The name of the group that you want to add your user to.
|
|
11148
|
+
:param username: The username of the user that you want to query or modify. The value of this parameter is typically your user's username, but it can be any of their alias attributes. If ``username`` isn't an alias attribute in your user pool, you can also use their ``sub`` in this request.
|
|
11128
11149
|
:param user_pool_id: The user pool ID for the user pool.
|
|
11129
11150
|
'''
|
|
11130
11151
|
if __debug__:
|
|
@@ -11183,7 +11204,7 @@ class CfnUserPoolUserToGroupAttachment(
|
|
|
11183
11204
|
@builtins.property
|
|
11184
11205
|
@jsii.member(jsii_name="groupName")
|
|
11185
11206
|
def group_name(self) -> builtins.str:
|
|
11186
|
-
'''The group
|
|
11207
|
+
'''The name of the group that you want to add your user to.'''
|
|
11187
11208
|
return typing.cast(builtins.str, jsii.get(self, "groupName"))
|
|
11188
11209
|
|
|
11189
11210
|
@group_name.setter
|
|
@@ -11196,7 +11217,7 @@ class CfnUserPoolUserToGroupAttachment(
|
|
|
11196
11217
|
@builtins.property
|
|
11197
11218
|
@jsii.member(jsii_name="username")
|
|
11198
11219
|
def username(self) -> builtins.str:
|
|
11199
|
-
'''The username
|
|
11220
|
+
'''The username of the user that you want to query or modify.'''
|
|
11200
11221
|
return typing.cast(builtins.str, jsii.get(self, "username"))
|
|
11201
11222
|
|
|
11202
11223
|
@username.setter
|
|
@@ -11239,8 +11260,8 @@ class CfnUserPoolUserToGroupAttachmentProps:
|
|
|
11239
11260
|
) -> None:
|
|
11240
11261
|
'''Properties for defining a ``CfnUserPoolUserToGroupAttachment``.
|
|
11241
11262
|
|
|
11242
|
-
:param group_name: The group
|
|
11243
|
-
:param username: The username
|
|
11263
|
+
:param group_name: The name of the group that you want to add your user to.
|
|
11264
|
+
:param username: The username of the user that you want to query or modify. The value of this parameter is typically your user's username, but it can be any of their alias attributes. If ``username`` isn't an alias attribute in your user pool, you can also use their ``sub`` in this request.
|
|
11244
11265
|
:param user_pool_id: The user pool ID for the user pool.
|
|
11245
11266
|
|
|
11246
11267
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html
|
|
@@ -11271,7 +11292,7 @@ class CfnUserPoolUserToGroupAttachmentProps:
|
|
|
11271
11292
|
|
|
11272
11293
|
@builtins.property
|
|
11273
11294
|
def group_name(self) -> builtins.str:
|
|
11274
|
-
'''The group
|
|
11295
|
+
'''The name of the group that you want to add your user to.
|
|
11275
11296
|
|
|
11276
11297
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-groupname
|
|
11277
11298
|
'''
|
|
@@ -11281,7 +11302,10 @@ class CfnUserPoolUserToGroupAttachmentProps:
|
|
|
11281
11302
|
|
|
11282
11303
|
@builtins.property
|
|
11283
11304
|
def username(self) -> builtins.str:
|
|
11284
|
-
'''The username
|
|
11305
|
+
'''The username of the user that you want to query or modify.
|
|
11306
|
+
|
|
11307
|
+
The value of this parameter is typically your user's
|
|
11308
|
+
username, but it can be any of their alias attributes. If ``username`` isn't an alias attribute in your user pool, you can also use their ``sub`` in this request.
|
|
11285
11309
|
|
|
11286
11310
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolusertogroupattachment.html#cfn-cognito-userpoolusertogroupattachment-username
|
|
11287
11311
|
'''
|
|
@@ -62,6 +62,7 @@ class CfnDocumentClassifier(
|
|
|
62
62
|
You provide a set of training documents that are labeled with the categories that you want to identify. After the classifier is trained you can use it to categorize a set of labeled documents into the categories. For more information, see `Document Classification <https://docs.aws.amazon.com/comprehend/latest/dg/how-document-classification.html>`_ in the Comprehend Developer Guide.
|
|
63
63
|
|
|
64
64
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-comprehend-documentclassifier.html
|
|
65
|
+
:cloudformationResource: AWS::Comprehend::DocumentClassifier
|
|
65
66
|
:exampleMetadata: fixture=_generated
|
|
66
67
|
|
|
67
68
|
Example::
|
|
@@ -1397,6 +1398,7 @@ class CfnFlywheel(
|
|
|
1397
1398
|
For more information about flywheels, see `Flywheel overview <https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html>`_ in the *Amazon Comprehend Developer Guide* .
|
|
1398
1399
|
|
|
1399
1400
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-comprehend-flywheel.html
|
|
1401
|
+
:cloudformationResource: AWS::Comprehend::Flywheel
|
|
1400
1402
|
:exampleMetadata: fixture=_generated
|
|
1401
1403
|
|
|
1402
1404
|
Example::
|
aws_cdk/aws_config/__init__.py
CHANGED
|
@@ -312,6 +312,7 @@ class CfnAggregationAuthorization(
|
|
|
312
312
|
'''An object that represents the authorizations granted to aggregator accounts and regions.
|
|
313
313
|
|
|
314
314
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-aggregationauthorization.html
|
|
315
|
+
:cloudformationResource: AWS::Config::AggregationAuthorization
|
|
315
316
|
:exampleMetadata: fixture=_generated
|
|
316
317
|
|
|
317
318
|
Example::
|
|
@@ -575,6 +576,7 @@ class CfnConfigRule(
|
|
|
575
576
|
For more information about developing and using AWS Config rules, see `Evaluating Resources with AWS Config Rules <https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html>`_ in the *AWS Config Developer Guide* .
|
|
576
577
|
|
|
577
578
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configrule.html
|
|
579
|
+
:cloudformationResource: AWS::Config::ConfigRule
|
|
578
580
|
:exampleMetadata: fixture=_generated
|
|
579
581
|
|
|
580
582
|
Example::
|
|
@@ -1663,6 +1665,7 @@ class CfnConfigurationAggregator(
|
|
|
1663
1665
|
'''The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
|
|
1664
1666
|
|
|
1665
1667
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html
|
|
1668
|
+
:cloudformationResource: AWS::Config::ConfigurationAggregator
|
|
1666
1669
|
:exampleMetadata: fixture=_generated
|
|
1667
1670
|
|
|
1668
1671
|
Example::
|
|
@@ -2176,6 +2179,7 @@ class CfnConfigurationRecorder(
|
|
|
2176
2179
|
For more information, see `Configuration Recorder <https://docs.aws.amazon.com/config/latest/developerguide/config-concepts.html#config-recorder>`_ in the AWS Config Developer Guide.
|
|
2177
2180
|
|
|
2178
2181
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationrecorder.html
|
|
2182
|
+
:cloudformationResource: AWS::Config::ConfigurationRecorder
|
|
2179
2183
|
:exampleMetadata: fixture=_generated
|
|
2180
2184
|
|
|
2181
2185
|
Example::
|
|
@@ -2841,6 +2845,7 @@ class CfnConformancePack(
|
|
|
2841
2845
|
ConformancePack creates a service linked role in your account. The service linked role is created only when the role does not exist in your account.
|
|
2842
2846
|
|
|
2843
2847
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html
|
|
2848
|
+
:cloudformationResource: AWS::Config::ConformancePack
|
|
2844
2849
|
:exampleMetadata: fixture=_generated
|
|
2845
2850
|
|
|
2846
2851
|
Example::
|
|
@@ -3399,6 +3404,7 @@ class CfnDeliveryChannel(
|
|
|
3399
3404
|
For more information, see `Managing the Delivery Channel <https://docs.aws.amazon.com/config/latest/developerguide/manage-delivery-channel.html>`_ in the AWS Config Developer Guide.
|
|
3400
3405
|
|
|
3401
3406
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html
|
|
3407
|
+
:cloudformationResource: AWS::Config::DeliveryChannel
|
|
3402
3408
|
:exampleMetadata: fixture=_generated
|
|
3403
3409
|
|
|
3404
3410
|
Example::
|
|
@@ -3840,6 +3846,7 @@ class CfnOrganizationConfigRule(
|
|
|
3840
3846
|
If you are adding a new AWS Config Custom Lambda rule, you first need to create an AWS Lambda function in the management account or a delegated administrator that the rule invokes to evaluate your resources. You also need to create an IAM role in the managed account that can be assumed by the Lambda function. When you use ``PutOrganizationConfigRule`` to add a Custom Lambda rule to AWS Config , you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function.
|
|
3841
3847
|
|
|
3842
3848
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconfigrule.html
|
|
3849
|
+
:cloudformationResource: AWS::Config::OrganizationConfigRule
|
|
3843
3850
|
:exampleMetadata: fixture=_generated
|
|
3844
3851
|
|
|
3845
3852
|
Example::
|
|
@@ -4869,6 +4876,7 @@ class CfnOrganizationConformancePack(
|
|
|
4869
4876
|
OrganizationConformancePack enables organization service access for ``config-multiaccountsetup.amazonaws.com`` through the ``EnableAWSServiceAccess`` action and creates a service linked role in the master account of your organization. The service linked role is created only when the role does not exist in the master account.
|
|
4870
4877
|
|
|
4871
4878
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html
|
|
4879
|
+
:cloudformationResource: AWS::Config::OrganizationConformancePack
|
|
4872
4880
|
:exampleMetadata: fixture=_generated
|
|
4873
4881
|
|
|
4874
4882
|
Example::
|
|
@@ -5327,6 +5335,7 @@ class CfnRemediationConfiguration(
|
|
|
5327
5335
|
'''An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.
|
|
5328
5336
|
|
|
5329
5337
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-remediationconfiguration.html
|
|
5338
|
+
:cloudformationResource: AWS::Config::RemediationConfiguration
|
|
5330
5339
|
:exampleMetadata: fixture=_generated
|
|
5331
5340
|
|
|
5332
5341
|
Example::
|
|
@@ -6184,6 +6193,7 @@ class CfnStoredQuery(
|
|
|
6184
6193
|
'''Provides the details of a stored query.
|
|
6185
6194
|
|
|
6186
6195
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-storedquery.html
|
|
6196
|
+
:cloudformationResource: AWS::Config::StoredQuery
|
|
6187
6197
|
:exampleMetadata: fixture=_generated
|
|
6188
6198
|
|
|
6189
6199
|
Example::
|