aws-cdk-lib 2.134.0__py3-none-any.whl → 2.135.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.
- aws_cdk/__init__.py +5 -0
- aws_cdk/_jsii/__init__.py +4 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.134.0.jsii.tgz → aws-cdk-lib@2.135.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/assertions/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +3 -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 +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_authorizers/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +30 -21
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_appmesh/__init__.py +4 -1
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +805 -1
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscaling_hooktargets/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -0
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +3 -0
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +183 -6
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +3 -0
- aws_cdk/aws_cloudfront/experimental/__init__.py +3 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +3 -0
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_cloudwatch_actions/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +17 -11
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +91 -2
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +21 -0
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -0
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +3 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +30 -9
- aws_cdk/aws_docdb/__init__.py +3 -0
- aws_cdk/aws_docdbelastic/__init__.py +20 -9
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +2891 -265
- aws_cdk/aws_ecr/__init__.py +3 -0
- aws_cdk/aws_ecr_assets/__init__.py +3 -0
- aws_cdk/aws_ecs/__init__.py +6 -0
- aws_cdk/aws_ecs_patterns/__init__.py +3 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +42 -22
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +72 -12
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +3 -0
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +3 -0
- aws_cdk/aws_entityresolution/__init__.py +5 -2
- aws_cdk/aws_events/__init__.py +3 -0
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_globalaccelerator/__init__.py +5 -2
- aws_cdk/aws_globalaccelerator_endpoints/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -8
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +3 -0
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +3 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +37 -14
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -0
- aws_cdk/aws_iotwireless/__init__.py +3 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +30 -27
- aws_cdk/aws_kendra/__init__.py +22 -15
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +11 -4
- aws_cdk/aws_kinesisvideo/__init__.py +3 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +9 -0
- aws_cdk/aws_lambda_destinations/__init__.py +3 -0
- aws_cdk/aws_lambda_event_sources/__init__.py +45 -18
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -0
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +3 -0
- aws_cdk/aws_logs_destinations/__init__.py +3 -0
- aws_cdk/aws_lookoutequipment/__init__.py +3 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +5 -3
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -0
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +3 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +6 -3
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +8 -2
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -0
- aws_cdk/aws_osis/__init__.py +3 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -0
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +3 -0
- aws_cdk/aws_quicksight/__init__.py +3 -0
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +102 -13
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +52 -0
- aws_cdk/aws_route53_patterns/__init__.py +3 -0
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +3 -0
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +3 -0
- aws_cdk/aws_s3_assets/__init__.py +3 -0
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3_notifications/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +3 -0
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -0
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +59 -14
- aws_cdk/aws_securitylake/__init__.py +859 -0
- aws_cdk/aws_servicecatalog/__init__.py +3 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_ses_actions/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_sns/__init__.py +48 -13
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +3 -0
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +3 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +3 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +3 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +3 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +3 -0
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cloudformation_include/__init__.py +3 -0
- aws_cdk/custom_resources/__init__.py +7 -4
- aws_cdk/cx_api/__init__.py +3 -0
- aws_cdk/lambda_layer_awscli/__init__.py +3 -0
- aws_cdk/lambda_layer_kubectl/__init__.py +3 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +3 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.135.0.dist-info/RECORD +282 -0
- aws_cdk_lib-2.134.0.dist-info/RECORD +0 -281
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.135.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -312,6 +312,35 @@ route53.CrossAccountZoneDelegationRecord(self, "delegate",
|
|
|
312
312
|
)
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
+
Delegating the hosted zone requires assuming a role in the parent hosted zone's account.
|
|
316
|
+
In order for the assumed credentials to be valid, the resource must assume the role using
|
|
317
|
+
an STS endpoint in a region where both the subdomain's account and the parent's account
|
|
318
|
+
are opted-in. By default, this region is determined automatically, but if you need to
|
|
319
|
+
change the region used for the AssumeRole call, specify `assumeRoleRegion`:
|
|
320
|
+
|
|
321
|
+
```python
|
|
322
|
+
sub_zone = route53.PublicHostedZone(self, "SubZone",
|
|
323
|
+
zone_name="sub.someexample.com"
|
|
324
|
+
)
|
|
325
|
+
|
|
326
|
+
# import the delegation role by constructing the roleArn
|
|
327
|
+
delegation_role_arn = Stack.of(self).format_arn(
|
|
328
|
+
region="", # IAM is global in each partition
|
|
329
|
+
service="iam",
|
|
330
|
+
account="parent-account-id",
|
|
331
|
+
resource="role",
|
|
332
|
+
resource_name="MyDelegationRole"
|
|
333
|
+
)
|
|
334
|
+
delegation_role = iam.Role.from_role_arn(self, "DelegationRole", delegation_role_arn)
|
|
335
|
+
|
|
336
|
+
route53.CrossAccountZoneDelegationRecord(self, "delegate",
|
|
337
|
+
delegated_zone=sub_zone,
|
|
338
|
+
parent_hosted_zone_name="someexample.com", # or you can use parentHostedZoneId
|
|
339
|
+
delegation_role=delegation_role,
|
|
340
|
+
assume_role_region="us-east-1"
|
|
341
|
+
)
|
|
342
|
+
```
|
|
343
|
+
|
|
315
344
|
### Add Trailing Dot to Domain Names
|
|
316
345
|
|
|
317
346
|
In order to continue managing existing domain names with trailing dots using CDK, you can set `addTrailingDot: false` to prevent the Construct from adding a dot at the end of the domain name.
|
|
@@ -441,6 +470,9 @@ route53.VpcEndpointServiceDomainName(self, "EndpointDomain",
|
|
|
441
470
|
)
|
|
442
471
|
```
|
|
443
472
|
'''
|
|
473
|
+
from pkgutil import extend_path
|
|
474
|
+
__path__ = extend_path(__path__, __name__)
|
|
475
|
+
|
|
444
476
|
import abc
|
|
445
477
|
import builtins
|
|
446
478
|
import datetime
|
|
@@ -6126,6 +6158,7 @@ class CrossAccountZoneDelegationRecord(
|
|
|
6126
6158
|
*,
|
|
6127
6159
|
delegated_zone: "IHostedZone",
|
|
6128
6160
|
delegation_role: _IRole_235f5d8e,
|
|
6161
|
+
assume_role_region: typing.Optional[builtins.str] = None,
|
|
6129
6162
|
parent_hosted_zone_id: typing.Optional[builtins.str] = None,
|
|
6130
6163
|
parent_hosted_zone_name: typing.Optional[builtins.str] = None,
|
|
6131
6164
|
removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
@@ -6136,6 +6169,7 @@ class CrossAccountZoneDelegationRecord(
|
|
|
6136
6169
|
:param id: -
|
|
6137
6170
|
:param delegated_zone: The zone to be delegated.
|
|
6138
6171
|
:param delegation_role: The delegation role in the parent account.
|
|
6172
|
+
:param assume_role_region: Region from which to obtain temporary credentials. Default: - the Route53 signing region in the current partition
|
|
6139
6173
|
:param parent_hosted_zone_id: The hosted zone id in the parent account. Default: - no zone id
|
|
6140
6174
|
:param parent_hosted_zone_name: The hosted zone name in the parent account. Default: - no zone name
|
|
6141
6175
|
:param removal_policy: The removal policy to apply to the record set. Default: RemovalPolicy.DESTROY
|
|
@@ -6148,6 +6182,7 @@ class CrossAccountZoneDelegationRecord(
|
|
|
6148
6182
|
props = CrossAccountZoneDelegationRecordProps(
|
|
6149
6183
|
delegated_zone=delegated_zone,
|
|
6150
6184
|
delegation_role=delegation_role,
|
|
6185
|
+
assume_role_region=assume_role_region,
|
|
6151
6186
|
parent_hosted_zone_id=parent_hosted_zone_id,
|
|
6152
6187
|
parent_hosted_zone_name=parent_hosted_zone_name,
|
|
6153
6188
|
removal_policy=removal_policy,
|
|
@@ -6163,6 +6198,7 @@ class CrossAccountZoneDelegationRecord(
|
|
|
6163
6198
|
name_mapping={
|
|
6164
6199
|
"delegated_zone": "delegatedZone",
|
|
6165
6200
|
"delegation_role": "delegationRole",
|
|
6201
|
+
"assume_role_region": "assumeRoleRegion",
|
|
6166
6202
|
"parent_hosted_zone_id": "parentHostedZoneId",
|
|
6167
6203
|
"parent_hosted_zone_name": "parentHostedZoneName",
|
|
6168
6204
|
"removal_policy": "removalPolicy",
|
|
@@ -6175,6 +6211,7 @@ class CrossAccountZoneDelegationRecordProps:
|
|
|
6175
6211
|
*,
|
|
6176
6212
|
delegated_zone: "IHostedZone",
|
|
6177
6213
|
delegation_role: _IRole_235f5d8e,
|
|
6214
|
+
assume_role_region: typing.Optional[builtins.str] = None,
|
|
6178
6215
|
parent_hosted_zone_id: typing.Optional[builtins.str] = None,
|
|
6179
6216
|
parent_hosted_zone_name: typing.Optional[builtins.str] = None,
|
|
6180
6217
|
removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
@@ -6184,6 +6221,7 @@ class CrossAccountZoneDelegationRecordProps:
|
|
|
6184
6221
|
|
|
6185
6222
|
:param delegated_zone: The zone to be delegated.
|
|
6186
6223
|
:param delegation_role: The delegation role in the parent account.
|
|
6224
|
+
:param assume_role_region: Region from which to obtain temporary credentials. Default: - the Route53 signing region in the current partition
|
|
6187
6225
|
:param parent_hosted_zone_id: The hosted zone id in the parent account. Default: - no zone id
|
|
6188
6226
|
:param parent_hosted_zone_name: The hosted zone name in the parent account. Default: - no zone name
|
|
6189
6227
|
:param removal_policy: The removal policy to apply to the record set. Default: RemovalPolicy.DESTROY
|
|
@@ -6218,6 +6256,7 @@ class CrossAccountZoneDelegationRecordProps:
|
|
|
6218
6256
|
type_hints = typing.get_type_hints(_typecheckingstub__2f26cbe17fefc3bd3765d1fcc9084ddb3aa18526e669cad5ba4011ccbc2b3d7f)
|
|
6219
6257
|
check_type(argname="argument delegated_zone", value=delegated_zone, expected_type=type_hints["delegated_zone"])
|
|
6220
6258
|
check_type(argname="argument delegation_role", value=delegation_role, expected_type=type_hints["delegation_role"])
|
|
6259
|
+
check_type(argname="argument assume_role_region", value=assume_role_region, expected_type=type_hints["assume_role_region"])
|
|
6221
6260
|
check_type(argname="argument parent_hosted_zone_id", value=parent_hosted_zone_id, expected_type=type_hints["parent_hosted_zone_id"])
|
|
6222
6261
|
check_type(argname="argument parent_hosted_zone_name", value=parent_hosted_zone_name, expected_type=type_hints["parent_hosted_zone_name"])
|
|
6223
6262
|
check_type(argname="argument removal_policy", value=removal_policy, expected_type=type_hints["removal_policy"])
|
|
@@ -6226,6 +6265,8 @@ class CrossAccountZoneDelegationRecordProps:
|
|
|
6226
6265
|
"delegated_zone": delegated_zone,
|
|
6227
6266
|
"delegation_role": delegation_role,
|
|
6228
6267
|
}
|
|
6268
|
+
if assume_role_region is not None:
|
|
6269
|
+
self._values["assume_role_region"] = assume_role_region
|
|
6229
6270
|
if parent_hosted_zone_id is not None:
|
|
6230
6271
|
self._values["parent_hosted_zone_id"] = parent_hosted_zone_id
|
|
6231
6272
|
if parent_hosted_zone_name is not None:
|
|
@@ -6249,6 +6290,15 @@ class CrossAccountZoneDelegationRecordProps:
|
|
|
6249
6290
|
assert result is not None, "Required property 'delegation_role' is missing"
|
|
6250
6291
|
return typing.cast(_IRole_235f5d8e, result)
|
|
6251
6292
|
|
|
6293
|
+
@builtins.property
|
|
6294
|
+
def assume_role_region(self) -> typing.Optional[builtins.str]:
|
|
6295
|
+
'''Region from which to obtain temporary credentials.
|
|
6296
|
+
|
|
6297
|
+
:default: - the Route53 signing region in the current partition
|
|
6298
|
+
'''
|
|
6299
|
+
result = self._values.get("assume_role_region")
|
|
6300
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6301
|
+
|
|
6252
6302
|
@builtins.property
|
|
6253
6303
|
def parent_hosted_zone_id(self) -> typing.Optional[builtins.str]:
|
|
6254
6304
|
'''The hosted zone id in the parent account.
|
|
@@ -13321,6 +13371,7 @@ def _typecheckingstub__f4115d484cd67a76fbe1e4ea37dbe01bb97e2d8816dda058f0ba90476
|
|
|
13321
13371
|
*,
|
|
13322
13372
|
delegated_zone: IHostedZone,
|
|
13323
13373
|
delegation_role: _IRole_235f5d8e,
|
|
13374
|
+
assume_role_region: typing.Optional[builtins.str] = None,
|
|
13324
13375
|
parent_hosted_zone_id: typing.Optional[builtins.str] = None,
|
|
13325
13376
|
parent_hosted_zone_name: typing.Optional[builtins.str] = None,
|
|
13326
13377
|
removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
@@ -13333,6 +13384,7 @@ def _typecheckingstub__2f26cbe17fefc3bd3765d1fcc9084ddb3aa18526e669cad5ba4011ccb
|
|
|
13333
13384
|
*,
|
|
13334
13385
|
delegated_zone: IHostedZone,
|
|
13335
13386
|
delegation_role: _IRole_235f5d8e,
|
|
13387
|
+
assume_role_region: typing.Optional[builtins.str] = None,
|
|
13336
13388
|
parent_hosted_zone_id: typing.Optional[builtins.str] = None,
|
|
13337
13389
|
parent_hosted_zone_name: typing.Optional[builtins.str] = None,
|
|
13338
13390
|
removal_policy: typing.Optional[_RemovalPolicy_9f93c814] = None,
|
|
@@ -74,6 +74,9 @@ It is safe to upgrade to `@aws-cdk/aws-route53-patterns:useCertificate` since
|
|
|
74
74
|
the new certificate will be created and updated on the CloudFront distribution
|
|
75
75
|
before the old certificate is deleted.
|
|
76
76
|
'''
|
|
77
|
+
from pkgutil import extend_path
|
|
78
|
+
__path__ = extend_path(__path__, __name__)
|
|
79
|
+
|
|
77
80
|
import abc
|
|
78
81
|
import builtins
|
|
79
82
|
import datetime
|
|
@@ -181,6 +181,9 @@ route53.ARecord(self, "AliasRecord",
|
|
|
181
181
|
|
|
182
182
|
See the documentation of `aws-cdk-lib/aws-route53` for more information.
|
|
183
183
|
'''
|
|
184
|
+
from pkgutil import extend_path
|
|
185
|
+
__path__ = extend_path(__path__, __name__)
|
|
186
|
+
|
|
184
187
|
import abc
|
|
185
188
|
import builtins
|
|
186
189
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -30,6 +30,9 @@ For more information on the resources and properties available for this service,
|
|
|
30
30
|
|
|
31
31
|
<!--END CFNONLY DISCLAIMER-->
|
|
32
32
|
'''
|
|
33
|
+
from pkgutil import extend_path
|
|
34
|
+
__path__ = extend_path(__path__, __name__)
|
|
35
|
+
|
|
33
36
|
import abc
|
|
34
37
|
import builtins
|
|
35
38
|
import datetime
|
aws_cdk/aws_rum/__init__.py
CHANGED
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
aws_cdk/aws_s3/__init__.py
CHANGED
|
@@ -214,6 +214,9 @@ To add these metadata entries to a resource, use the
|
|
|
214
214
|
|
|
215
215
|
See https://github.com/aws/aws-cdk/issues/1432 for more details
|
|
216
216
|
'''
|
|
217
|
+
from pkgutil import extend_path
|
|
218
|
+
__path__ = extend_path(__path__, __name__)
|
|
219
|
+
|
|
217
220
|
import abc
|
|
218
221
|
import builtins
|
|
219
222
|
import datetime
|
|
@@ -460,6 +460,9 @@ might be tricky to build on Windows.
|
|
|
460
460
|
|
|
461
461
|
* [ ] Support "blue/green" deployments ([#954](https://github.com/aws/aws-cdk/issues/954))
|
|
462
462
|
'''
|
|
463
|
+
from pkgutil import extend_path
|
|
464
|
+
__path__ = extend_path(__path__, __name__)
|
|
465
|
+
|
|
463
466
|
import abc
|
|
464
467
|
import builtins
|
|
465
468
|
import datetime
|
|
@@ -48,6 +48,9 @@ fn = lambda_.Function(self, "MyFunction",
|
|
|
48
48
|
bucket.add_event_notification(s3.EventType.OBJECT_CREATED, s3n.LambdaDestination(fn))
|
|
49
49
|
```
|
|
50
50
|
'''
|
|
51
|
+
from pkgutil import extend_path
|
|
52
|
+
__path__ = extend_path(__path__, __name__)
|
|
53
|
+
|
|
51
54
|
import abc
|
|
52
55
|
import builtins
|
|
53
56
|
import datetime
|
|
@@ -35,6 +35,9 @@ For more information on the resources and properties available for this service,
|
|
|
35
35
|
|
|
36
36
|
<!--END CFNONLY DISCLAIMER-->
|
|
37
37
|
'''
|
|
38
|
+
from pkgutil import extend_path
|
|
39
|
+
__path__ = extend_path(__path__, __name__)
|
|
40
|
+
|
|
38
41
|
import abc
|
|
39
42
|
import builtins
|
|
40
43
|
import datetime
|
|
@@ -30,6 +30,9 @@ For more information on the resources and properties available for this service,
|
|
|
30
30
|
|
|
31
31
|
<!--END CFNONLY DISCLAIMER-->
|
|
32
32
|
'''
|
|
33
|
+
from pkgutil import extend_path
|
|
34
|
+
__path__ = extend_path(__path__, __name__)
|
|
35
|
+
|
|
33
36
|
import abc
|
|
34
37
|
import builtins
|
|
35
38
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -30,6 +30,9 @@ For more information on the resources and properties available for this service,
|
|
|
30
30
|
|
|
31
31
|
<!--END CFNONLY DISCLAIMER-->
|
|
32
32
|
'''
|
|
33
|
+
from pkgutil import extend_path
|
|
34
|
+
__path__ = extend_path(__path__, __name__)
|
|
35
|
+
|
|
33
36
|
import abc
|
|
34
37
|
import builtins
|
|
35
38
|
import datetime
|
aws_cdk/aws_sam/__init__.py
CHANGED
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
aws_cdk/aws_sdb/__init__.py
CHANGED
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -304,6 +304,9 @@ In this case both the `username` and `database` are not a `Secret` so `SecretVal
|
|
|
304
304
|
This means that they will be rendered as plain text in the template, but in this case neither of those
|
|
305
305
|
are actual "secrets".
|
|
306
306
|
'''
|
|
307
|
+
from pkgutil import extend_path
|
|
308
|
+
__path__ = extend_path(__path__, __name__)
|
|
309
|
+
|
|
307
310
|
import abc
|
|
308
311
|
import builtins
|
|
309
312
|
import datetime
|
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -934,15 +937,15 @@ class CfnAutomationRule(
|
|
|
934
937
|
:param compliance_security_control_id: The security control ID for which a finding was generated. Security control IDs are the same across standards. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
935
938
|
:param compliance_status: The result of a security check. This field is only used for findings generated from controls. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
936
939
|
:param confidence: The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. ``Confidence`` is scored on a 0–100 basis using a ratio scale. A value of ``0`` means 0 percent confidence, and a value of ``100`` means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see `Confidence <https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence>`_ in the *AWS Security Hub User Guide* . Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
937
|
-
:param created_at: A timestamp that indicates when this finding record was created.
|
|
940
|
+
:param created_at: A timestamp that indicates when this finding record was created. This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: - ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` ) - ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` ) - ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` ) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
938
941
|
:param criticality: The level of importance that is assigned to the resources that are associated with a finding. ``Criticality`` is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of ``0`` means that the underlying resources have no criticality, and a score of ``100`` is reserved for the most critical resources. For more information, see `Criticality <https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality>`_ in the *AWS Security Hub User Guide* . Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
939
942
|
:param description: A finding's description. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
940
|
-
:param first_observed_at: A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.
|
|
943
|
+
:param first_observed_at: A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: - ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` ) - ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` ) - ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` ) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
941
944
|
:param generator_id: The identifier for the solution-specific component that generated a finding. Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
|
942
945
|
:param id: The product-specific identifier for a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
943
|
-
:param last_observed_at: A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.
|
|
946
|
+
:param last_observed_at: A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: - ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` ) - ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` ) - ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` ) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
944
947
|
:param note_text: The text of a user-defined note that's added to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
945
|
-
:param note_updated_at: The timestamp of when the note was updated.
|
|
948
|
+
:param note_updated_at: The timestamp of when the note was updated. This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: - ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` ) - ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` ) - ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` ) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
946
949
|
:param note_updated_by: The principal that created a note. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
947
950
|
:param product_arn: The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
948
951
|
:param product_name: Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
@@ -959,7 +962,7 @@ class CfnAutomationRule(
|
|
|
959
962
|
:param source_url: Provides a URL that links to a page about the current finding in the finding product. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
960
963
|
:param title: A finding's title. Array Members: Minimum number of 1 item. Maximum number of 100 items.
|
|
961
964
|
:param type: One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see `Types taxonomy for ASFF <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html>`_ in the *AWS Security Hub User Guide* . Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
962
|
-
:param updated_at: A timestamp that indicates when the finding record was most recently updated.
|
|
965
|
+
:param updated_at: A timestamp that indicates when the finding record was most recently updated. This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: - ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` ) - ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` ) - ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` ) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
963
966
|
:param user_defined_fields: A list of user-defined name and value string pairs added to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
964
967
|
:param verification_state: Provides the veracity of a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
965
968
|
:param workflow_status: Provides information about the status of the investigation into a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
@@ -1340,7 +1343,13 @@ class CfnAutomationRule(
|
|
|
1340
1343
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.DateFilterProperty"]]]]:
|
|
1341
1344
|
'''A timestamp that indicates when this finding record was created.
|
|
1342
1345
|
|
|
1343
|
-
|
|
1346
|
+
This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
|
|
1347
|
+
|
|
1348
|
+
- ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` )
|
|
1349
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` )
|
|
1350
|
+
- ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` )
|
|
1351
|
+
- ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` )
|
|
1352
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1344
1353
|
|
|
1345
1354
|
Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1346
1355
|
|
|
@@ -1383,7 +1392,13 @@ class CfnAutomationRule(
|
|
|
1383
1392
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.DateFilterProperty"]]]]:
|
|
1384
1393
|
'''A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.
|
|
1385
1394
|
|
|
1386
|
-
|
|
1395
|
+
This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
|
|
1396
|
+
|
|
1397
|
+
- ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` )
|
|
1398
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` )
|
|
1399
|
+
- ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` )
|
|
1400
|
+
- ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` )
|
|
1401
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1387
1402
|
|
|
1388
1403
|
Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1389
1404
|
|
|
@@ -1424,7 +1439,13 @@ class CfnAutomationRule(
|
|
|
1424
1439
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.DateFilterProperty"]]]]:
|
|
1425
1440
|
'''A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.
|
|
1426
1441
|
|
|
1427
|
-
|
|
1442
|
+
This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
|
|
1443
|
+
|
|
1444
|
+
- ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` )
|
|
1445
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` )
|
|
1446
|
+
- ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` )
|
|
1447
|
+
- ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` )
|
|
1448
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1428
1449
|
|
|
1429
1450
|
Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1430
1451
|
|
|
@@ -1452,7 +1473,13 @@ class CfnAutomationRule(
|
|
|
1452
1473
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.DateFilterProperty"]]]]:
|
|
1453
1474
|
'''The timestamp of when the note was updated.
|
|
1454
1475
|
|
|
1455
|
-
|
|
1476
|
+
This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
|
|
1477
|
+
|
|
1478
|
+
- ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` )
|
|
1479
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` )
|
|
1480
|
+
- ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` )
|
|
1481
|
+
- ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` )
|
|
1482
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1456
1483
|
|
|
1457
1484
|
Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1458
1485
|
|
|
@@ -1681,7 +1708,13 @@ class CfnAutomationRule(
|
|
|
1681
1708
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.DateFilterProperty"]]]]:
|
|
1682
1709
|
'''A timestamp that indicates when the finding record was most recently updated.
|
|
1683
1710
|
|
|
1684
|
-
|
|
1711
|
+
This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
|
|
1712
|
+
|
|
1713
|
+
- ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` )
|
|
1714
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` )
|
|
1715
|
+
- ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` )
|
|
1716
|
+
- ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` )
|
|
1717
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1685
1718
|
|
|
1686
1719
|
Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
1687
1720
|
|
|
@@ -1756,8 +1789,8 @@ class CfnAutomationRule(
|
|
|
1756
1789
|
'''A date filter for querying findings.
|
|
1757
1790
|
|
|
1758
1791
|
:param date_range: A date range for the date filter.
|
|
1759
|
-
:param end: A timestamp that provides the end date for the date filter.
|
|
1760
|
-
:param start: A timestamp that provides the start date for the date filter.
|
|
1792
|
+
:param end: A timestamp that provides the end date for the date filter. This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: - ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` ) - ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` ) - ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1793
|
+
:param start: A timestamp that provides the start date for the date filter. This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: - ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` ) - ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` ) - ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` ) - ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1761
1794
|
|
|
1762
1795
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-datefilter.html
|
|
1763
1796
|
:exampleMetadata: fixture=_generated
|
|
@@ -1805,7 +1838,13 @@ class CfnAutomationRule(
|
|
|
1805
1838
|
def end(self) -> typing.Optional[builtins.str]:
|
|
1806
1839
|
'''A timestamp that provides the end date for the date filter.
|
|
1807
1840
|
|
|
1808
|
-
|
|
1841
|
+
This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
|
|
1842
|
+
|
|
1843
|
+
- ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` )
|
|
1844
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` )
|
|
1845
|
+
- ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` )
|
|
1846
|
+
- ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` )
|
|
1847
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1809
1848
|
|
|
1810
1849
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-datefilter.html#cfn-securityhub-automationrule-datefilter-end
|
|
1811
1850
|
'''
|
|
@@ -1816,7 +1855,13 @@ class CfnAutomationRule(
|
|
|
1816
1855
|
def start(self) -> typing.Optional[builtins.str]:
|
|
1817
1856
|
'''A timestamp that provides the start date for the date filter.
|
|
1818
1857
|
|
|
1819
|
-
|
|
1858
|
+
This field accepts only the specified formats. Timestamps can end with ``Z`` or ``("+" / "-") time-hour [":" time-minute]`` . The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
|
|
1859
|
+
|
|
1860
|
+
- ``YYYY-MM-DDTHH:MM:SSZ`` (for example, ``2019-01-31T23:00:00Z`` )
|
|
1861
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ`` (for example, ``2019-01-31T23:00:00.123456789Z`` )
|
|
1862
|
+
- ``YYYY-MM-DDTHH:MM:SS+HH:MM`` (for example, ``2024-01-04T15:25:10+17:59`` )
|
|
1863
|
+
- ``YYYY-MM-DDTHH:MM:SS-HHMM`` (for example, ``2024-01-04T15:25:10-1759`` )
|
|
1864
|
+
- ``YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM`` (for example, ``2024-01-04T15:25:10.123456789+17:59`` )
|
|
1820
1865
|
|
|
1821
1866
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-datefilter.html#cfn-securityhub-automationrule-datefilter-start
|
|
1822
1867
|
'''
|