aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aws_cdk/__init__.py +95 -61
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.177.0.jsii.tgz → aws-cdk-lib@2.178.1.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10383 -7035
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +185 -22
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +266 -177
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +674 -7
- aws_cdk/aws_cloudfront_origins/__init__.py +40 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +24 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +42 -20
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +3 -1
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +5 -5
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1137 -181
- aws_cdk/aws_ecs/__init__.py +740 -116
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +3 -3
- aws_cdk/aws_eks/__init__.py +31 -32
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +12 -9
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +7 -3
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_imagebuilder/__init__.py +26 -26
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +19 -15
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +602 -65
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +21 -15
- aws_cdk/aws_redshift/__init__.py +10 -10
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +6 -0
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +12 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +101 -15
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +4 -4
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cx_api/__init__.py +18 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/top_level.txt +0 -0
|
@@ -85,7 +85,9 @@ class CfnChannelAssociation(
|
|
|
85
85
|
metaclass=jsii.JSIIMeta,
|
|
86
86
|
jsii_type="aws-cdk-lib.aws_notifications.CfnChannelAssociation",
|
|
87
87
|
):
|
|
88
|
-
'''
|
|
88
|
+
'''The ``AWS::Notifications::ChannelAssociation`` resource associates a ``Channel`` with a ``NotificationConfiguration`` for AWS User Notifications .
|
|
89
|
+
|
|
90
|
+
For more information about AWS User Notifications , see the `AWS User Notifications User Guide <https://docs.aws.amazon.com/notifications/latest/userguide/what-is-service.html>`_ .
|
|
89
91
|
|
|
90
92
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html
|
|
91
93
|
:cloudformationResource: AWS::Notifications::ChannelAssociation
|
|
@@ -114,8 +116,8 @@ class CfnChannelAssociation(
|
|
|
114
116
|
'''
|
|
115
117
|
:param scope: Scope in which this resource is defined.
|
|
116
118
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
117
|
-
:param arn: ARN
|
|
118
|
-
:param notification_configuration_arn: ARN
|
|
119
|
+
:param arn: The Amazon Resource Name (ARN) of the ``Channel`` .
|
|
120
|
+
:param notification_configuration_arn: The ARN of the ``NotificationConfiguration`` associated with the ``Channel`` .
|
|
119
121
|
'''
|
|
120
122
|
if __debug__:
|
|
121
123
|
type_hints = typing.get_type_hints(_typecheckingstub__96bfb9a9cbe4c6b38cb964bde4e63ccdb746cc48ac8dd61661a318886da6ba7f)
|
|
@@ -165,7 +167,7 @@ class CfnChannelAssociation(
|
|
|
165
167
|
@builtins.property
|
|
166
168
|
@jsii.member(jsii_name="arn")
|
|
167
169
|
def arn(self) -> builtins.str:
|
|
168
|
-
'''ARN
|
|
170
|
+
'''The Amazon Resource Name (ARN) of the ``Channel`` .'''
|
|
169
171
|
return typing.cast(builtins.str, jsii.get(self, "arn"))
|
|
170
172
|
|
|
171
173
|
@arn.setter
|
|
@@ -178,7 +180,7 @@ class CfnChannelAssociation(
|
|
|
178
180
|
@builtins.property
|
|
179
181
|
@jsii.member(jsii_name="notificationConfigurationArn")
|
|
180
182
|
def notification_configuration_arn(self) -> builtins.str:
|
|
181
|
-
'''ARN
|
|
183
|
+
'''The ARN of the ``NotificationConfiguration`` associated with the ``Channel`` .'''
|
|
182
184
|
return typing.cast(builtins.str, jsii.get(self, "notificationConfigurationArn"))
|
|
183
185
|
|
|
184
186
|
@notification_configuration_arn.setter
|
|
@@ -206,8 +208,8 @@ class CfnChannelAssociationProps:
|
|
|
206
208
|
) -> None:
|
|
207
209
|
'''Properties for defining a ``CfnChannelAssociation``.
|
|
208
210
|
|
|
209
|
-
:param arn: ARN
|
|
210
|
-
:param notification_configuration_arn: ARN
|
|
211
|
+
:param arn: The Amazon Resource Name (ARN) of the ``Channel`` .
|
|
212
|
+
:param notification_configuration_arn: The ARN of the ``NotificationConfiguration`` associated with the ``Channel`` .
|
|
211
213
|
|
|
212
214
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html
|
|
213
215
|
:exampleMetadata: fixture=_generated
|
|
@@ -234,9 +236,7 @@ class CfnChannelAssociationProps:
|
|
|
234
236
|
|
|
235
237
|
@builtins.property
|
|
236
238
|
def arn(self) -> builtins.str:
|
|
237
|
-
'''ARN
|
|
238
|
-
|
|
239
|
-
Example: arn:aws:chatbot::123456789012:chat-configuration/slack-channel/security-ops
|
|
239
|
+
'''The Amazon Resource Name (ARN) of the ``Channel`` .
|
|
240
240
|
|
|
241
241
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html#cfn-notifications-channelassociation-arn
|
|
242
242
|
'''
|
|
@@ -246,9 +246,7 @@ class CfnChannelAssociationProps:
|
|
|
246
246
|
|
|
247
247
|
@builtins.property
|
|
248
248
|
def notification_configuration_arn(self) -> builtins.str:
|
|
249
|
-
'''ARN
|
|
250
|
-
|
|
251
|
-
Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1
|
|
249
|
+
'''The ARN of the ``NotificationConfiguration`` associated with the ``Channel`` .
|
|
252
250
|
|
|
253
251
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html#cfn-notifications-channelassociation-notificationconfigurationarn
|
|
254
252
|
'''
|
|
@@ -274,7 +272,7 @@ class CfnEventRule(
|
|
|
274
272
|
metaclass=jsii.JSIIMeta,
|
|
275
273
|
jsii_type="aws-cdk-lib.aws_notifications.CfnEventRule",
|
|
276
274
|
):
|
|
277
|
-
'''
|
|
275
|
+
'''Creates an ```EventRule`` <https://docs.aws.amazon.com/notifications/latest/userguide/glossary.html>`_ that is associated with a specified ``NotificationConfiguration`` .
|
|
278
276
|
|
|
279
277
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html
|
|
280
278
|
:cloudformationResource: AWS::Notifications::EventRule
|
|
@@ -311,11 +309,11 @@ class CfnEventRule(
|
|
|
311
309
|
'''
|
|
312
310
|
:param scope: Scope in which this resource is defined.
|
|
313
311
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
314
|
-
:param event_type:
|
|
315
|
-
:param notification_configuration_arn:
|
|
316
|
-
:param regions:
|
|
317
|
-
:param source:
|
|
318
|
-
:param event_pattern:
|
|
312
|
+
:param event_type: The event type this rule should match with the EventBridge events. It must match with atleast one of the valid EventBridge event types. For example, Amazon EC2 Instance State change Notification and Amazon CloudWatch State Change. For more information, see `Event delivery from AWS services <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level>`_ in the *Amazon EventBridge User Guide* .
|
|
313
|
+
:param notification_configuration_arn: The ARN for the ``NotificationConfiguration`` associated with this ``EventRule`` .
|
|
314
|
+
:param regions: A list of AWS Regions that send events to this ``EventRule`` .
|
|
315
|
+
:param source: The event source this rule should match with the EventBridge event sources. It must match with atleast one of the valid EventBridge event sources. Only AWS service sourced events are supported. For example, ``aws.ec2`` and ``aws.cloudwatch`` . For more information, see `Event delivery from AWS services <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level>`_ in the *Amazon EventBridge User Guide* .
|
|
316
|
+
:param event_pattern: An additional event pattern used to further filter the events this ``EventRule`` receives. For more information, see `Amazon EventBridge event patterns <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html>`_ in the *Amazon EventBridge User Guide.*
|
|
319
317
|
'''
|
|
320
318
|
if __debug__:
|
|
321
319
|
type_hints = typing.get_type_hints(_typecheckingstub__ec202e2ad7890be955535389c490f73db69e1ae4c0e2b9af79f33a0bb4e4dd47)
|
|
@@ -364,7 +362,10 @@ class CfnEventRule(
|
|
|
364
362
|
@builtins.property
|
|
365
363
|
@jsii.member(jsii_name="attrArn")
|
|
366
364
|
def attr_arn(self) -> builtins.str:
|
|
367
|
-
'''
|
|
365
|
+
'''The Amazon Resource Name (ARN) of the ``EventRule`` .
|
|
366
|
+
|
|
367
|
+
AWS CloudFormation stack generates this ARN and then uses this ARN associated with the ``NotificationConfiguration`` .
|
|
368
|
+
|
|
368
369
|
:cloudformationAttribute: Arn
|
|
369
370
|
'''
|
|
370
371
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
@@ -372,7 +373,8 @@ class CfnEventRule(
|
|
|
372
373
|
@builtins.property
|
|
373
374
|
@jsii.member(jsii_name="attrCreationTime")
|
|
374
375
|
def attr_creation_time(self) -> builtins.str:
|
|
375
|
-
'''
|
|
376
|
+
'''The creation time of the ``EventRule`` .
|
|
377
|
+
|
|
376
378
|
:cloudformationAttribute: CreationTime
|
|
377
379
|
'''
|
|
378
380
|
return typing.cast(builtins.str, jsii.get(self, "attrCreationTime"))
|
|
@@ -380,7 +382,12 @@ class CfnEventRule(
|
|
|
380
382
|
@builtins.property
|
|
381
383
|
@jsii.member(jsii_name="attrManagedRules")
|
|
382
384
|
def attr_managed_rules(self) -> typing.List[builtins.str]:
|
|
383
|
-
'''
|
|
385
|
+
'''A list of Amazon EventBridge Managed Rule ARNs associated with this ``EventRule`` .
|
|
386
|
+
|
|
387
|
+
.. epigraph::
|
|
388
|
+
|
|
389
|
+
These are created by AWS User Notifications within your account so your ``EventRules`` can function.
|
|
390
|
+
|
|
384
391
|
:cloudformationAttribute: ManagedRules
|
|
385
392
|
'''
|
|
386
393
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "attrManagedRules"))
|
|
@@ -401,6 +408,7 @@ class CfnEventRule(
|
|
|
401
408
|
@builtins.property
|
|
402
409
|
@jsii.member(jsii_name="eventType")
|
|
403
410
|
def event_type(self) -> builtins.str:
|
|
411
|
+
'''The event type this rule should match with the EventBridge events.'''
|
|
404
412
|
return typing.cast(builtins.str, jsii.get(self, "eventType"))
|
|
405
413
|
|
|
406
414
|
@event_type.setter
|
|
@@ -413,6 +421,7 @@ class CfnEventRule(
|
|
|
413
421
|
@builtins.property
|
|
414
422
|
@jsii.member(jsii_name="notificationConfigurationArn")
|
|
415
423
|
def notification_configuration_arn(self) -> builtins.str:
|
|
424
|
+
'''The ARN for the ``NotificationConfiguration`` associated with this ``EventRule`` .'''
|
|
416
425
|
return typing.cast(builtins.str, jsii.get(self, "notificationConfigurationArn"))
|
|
417
426
|
|
|
418
427
|
@notification_configuration_arn.setter
|
|
@@ -425,6 +434,7 @@ class CfnEventRule(
|
|
|
425
434
|
@builtins.property
|
|
426
435
|
@jsii.member(jsii_name="regions")
|
|
427
436
|
def regions(self) -> typing.List[builtins.str]:
|
|
437
|
+
'''A list of AWS Regions that send events to this ``EventRule`` .'''
|
|
428
438
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "regions"))
|
|
429
439
|
|
|
430
440
|
@regions.setter
|
|
@@ -437,6 +447,7 @@ class CfnEventRule(
|
|
|
437
447
|
@builtins.property
|
|
438
448
|
@jsii.member(jsii_name="source")
|
|
439
449
|
def source(self) -> builtins.str:
|
|
450
|
+
'''The event source this rule should match with the EventBridge event sources.'''
|
|
440
451
|
return typing.cast(builtins.str, jsii.get(self, "source"))
|
|
441
452
|
|
|
442
453
|
@source.setter
|
|
@@ -449,6 +460,7 @@ class CfnEventRule(
|
|
|
449
460
|
@builtins.property
|
|
450
461
|
@jsii.member(jsii_name="eventPattern")
|
|
451
462
|
def event_pattern(self) -> typing.Optional[builtins.str]:
|
|
463
|
+
'''An additional event pattern used to further filter the events this ``EventRule`` receives.'''
|
|
452
464
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "eventPattern"))
|
|
453
465
|
|
|
454
466
|
@event_pattern.setter
|
|
@@ -465,9 +477,10 @@ class CfnEventRule(
|
|
|
465
477
|
)
|
|
466
478
|
class EventRuleStatusSummaryProperty:
|
|
467
479
|
def __init__(self, *, reason: builtins.str, status: builtins.str) -> None:
|
|
468
|
-
'''
|
|
469
|
-
|
|
470
|
-
:param
|
|
480
|
+
'''Provides additional information about the current ``EventRule`` status.
|
|
481
|
+
|
|
482
|
+
:param reason: A human-readable reason for ``EventRuleStatus`` .
|
|
483
|
+
:param status: The status of the ``EventRule`` . - Values: - ``ACTIVE`` - The ``EventRule`` can process events. - ``INACTIVE`` - The ``EventRule`` may be unable to process events. - ``CREATING`` - The ``EventRule`` is being created. Only ``GET`` and ``LIST`` calls can be run. - ``UPDATING`` - The ``EventRule`` is being updated. Only ``GET`` and ``LIST`` calls can be run. - ``DELETING`` - The ``EventRule`` is being deleted. Only ``GET`` and ``LIST`` calls can be run.
|
|
471
484
|
|
|
472
485
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notifications-eventrule-eventrulestatussummary.html
|
|
473
486
|
:exampleMetadata: fixture=_generated
|
|
@@ -494,7 +507,8 @@ class CfnEventRule(
|
|
|
494
507
|
|
|
495
508
|
@builtins.property
|
|
496
509
|
def reason(self) -> builtins.str:
|
|
497
|
-
'''
|
|
510
|
+
'''A human-readable reason for ``EventRuleStatus`` .
|
|
511
|
+
|
|
498
512
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notifications-eventrule-eventrulestatussummary.html#cfn-notifications-eventrule-eventrulestatussummary-reason
|
|
499
513
|
'''
|
|
500
514
|
result = self._values.get("reason")
|
|
@@ -503,7 +517,28 @@ class CfnEventRule(
|
|
|
503
517
|
|
|
504
518
|
@builtins.property
|
|
505
519
|
def status(self) -> builtins.str:
|
|
506
|
-
'''
|
|
520
|
+
'''The status of the ``EventRule`` .
|
|
521
|
+
|
|
522
|
+
- Values:
|
|
523
|
+
- ``ACTIVE``
|
|
524
|
+
- The ``EventRule`` can process events.
|
|
525
|
+
- ``INACTIVE``
|
|
526
|
+
- The ``EventRule`` may be unable to process events.
|
|
527
|
+
- ``CREATING``
|
|
528
|
+
- The ``EventRule`` is being created.
|
|
529
|
+
|
|
530
|
+
Only ``GET`` and ``LIST`` calls can be run.
|
|
531
|
+
|
|
532
|
+
- ``UPDATING``
|
|
533
|
+
- The ``EventRule`` is being updated.
|
|
534
|
+
|
|
535
|
+
Only ``GET`` and ``LIST`` calls can be run.
|
|
536
|
+
|
|
537
|
+
- ``DELETING``
|
|
538
|
+
- The ``EventRule`` is being deleted.
|
|
539
|
+
|
|
540
|
+
Only ``GET`` and ``LIST`` calls can be run.
|
|
541
|
+
|
|
507
542
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notifications-eventrule-eventrulestatussummary.html#cfn-notifications-eventrule-eventrulestatussummary-status
|
|
508
543
|
'''
|
|
509
544
|
result = self._values.get("status")
|
|
@@ -545,11 +580,11 @@ class CfnEventRuleProps:
|
|
|
545
580
|
) -> None:
|
|
546
581
|
'''Properties for defining a ``CfnEventRule``.
|
|
547
582
|
|
|
548
|
-
:param event_type:
|
|
549
|
-
:param notification_configuration_arn:
|
|
550
|
-
:param regions:
|
|
551
|
-
:param source:
|
|
552
|
-
:param event_pattern:
|
|
583
|
+
:param event_type: The event type this rule should match with the EventBridge events. It must match with atleast one of the valid EventBridge event types. For example, Amazon EC2 Instance State change Notification and Amazon CloudWatch State Change. For more information, see `Event delivery from AWS services <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level>`_ in the *Amazon EventBridge User Guide* .
|
|
584
|
+
:param notification_configuration_arn: The ARN for the ``NotificationConfiguration`` associated with this ``EventRule`` .
|
|
585
|
+
:param regions: A list of AWS Regions that send events to this ``EventRule`` .
|
|
586
|
+
:param source: The event source this rule should match with the EventBridge event sources. It must match with atleast one of the valid EventBridge event sources. Only AWS service sourced events are supported. For example, ``aws.ec2`` and ``aws.cloudwatch`` . For more information, see `Event delivery from AWS services <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level>`_ in the *Amazon EventBridge User Guide* .
|
|
587
|
+
:param event_pattern: An additional event pattern used to further filter the events this ``EventRule`` receives. For more information, see `Amazon EventBridge event patterns <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html>`_ in the *Amazon EventBridge User Guide.*
|
|
553
588
|
|
|
554
589
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html
|
|
555
590
|
:exampleMetadata: fixture=_generated
|
|
@@ -588,7 +623,10 @@ class CfnEventRuleProps:
|
|
|
588
623
|
|
|
589
624
|
@builtins.property
|
|
590
625
|
def event_type(self) -> builtins.str:
|
|
591
|
-
'''
|
|
626
|
+
'''The event type this rule should match with the EventBridge events.
|
|
627
|
+
|
|
628
|
+
It must match with atleast one of the valid EventBridge event types. For example, Amazon EC2 Instance State change Notification and Amazon CloudWatch State Change. For more information, see `Event delivery from AWS services <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level>`_ in the *Amazon EventBridge User Guide* .
|
|
629
|
+
|
|
592
630
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html#cfn-notifications-eventrule-eventtype
|
|
593
631
|
'''
|
|
594
632
|
result = self._values.get("event_type")
|
|
@@ -597,7 +635,8 @@ class CfnEventRuleProps:
|
|
|
597
635
|
|
|
598
636
|
@builtins.property
|
|
599
637
|
def notification_configuration_arn(self) -> builtins.str:
|
|
600
|
-
'''
|
|
638
|
+
'''The ARN for the ``NotificationConfiguration`` associated with this ``EventRule`` .
|
|
639
|
+
|
|
601
640
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html#cfn-notifications-eventrule-notificationconfigurationarn
|
|
602
641
|
'''
|
|
603
642
|
result = self._values.get("notification_configuration_arn")
|
|
@@ -606,7 +645,8 @@ class CfnEventRuleProps:
|
|
|
606
645
|
|
|
607
646
|
@builtins.property
|
|
608
647
|
def regions(self) -> typing.List[builtins.str]:
|
|
609
|
-
'''
|
|
648
|
+
'''A list of AWS Regions that send events to this ``EventRule`` .
|
|
649
|
+
|
|
610
650
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html#cfn-notifications-eventrule-regions
|
|
611
651
|
'''
|
|
612
652
|
result = self._values.get("regions")
|
|
@@ -615,7 +655,10 @@ class CfnEventRuleProps:
|
|
|
615
655
|
|
|
616
656
|
@builtins.property
|
|
617
657
|
def source(self) -> builtins.str:
|
|
618
|
-
'''
|
|
658
|
+
'''The event source this rule should match with the EventBridge event sources.
|
|
659
|
+
|
|
660
|
+
It must match with atleast one of the valid EventBridge event sources. Only AWS service sourced events are supported. For example, ``aws.ec2`` and ``aws.cloudwatch`` . For more information, see `Event delivery from AWS services <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level>`_ in the *Amazon EventBridge User Guide* .
|
|
661
|
+
|
|
619
662
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html#cfn-notifications-eventrule-source
|
|
620
663
|
'''
|
|
621
664
|
result = self._values.get("source")
|
|
@@ -624,7 +667,10 @@ class CfnEventRuleProps:
|
|
|
624
667
|
|
|
625
668
|
@builtins.property
|
|
626
669
|
def event_pattern(self) -> typing.Optional[builtins.str]:
|
|
627
|
-
'''
|
|
670
|
+
'''An additional event pattern used to further filter the events this ``EventRule`` receives.
|
|
671
|
+
|
|
672
|
+
For more information, see `Amazon EventBridge event patterns <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html>`_ in the *Amazon EventBridge User Guide.*
|
|
673
|
+
|
|
628
674
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html#cfn-notifications-eventrule-eventpattern
|
|
629
675
|
'''
|
|
630
676
|
result = self._values.get("event_pattern")
|
|
@@ -642,13 +688,391 @@ class CfnEventRuleProps:
|
|
|
642
688
|
)
|
|
643
689
|
|
|
644
690
|
|
|
691
|
+
@jsii.implements(_IInspectable_c2943556)
|
|
692
|
+
class CfnManagedNotificationAccountContactAssociation(
|
|
693
|
+
_CfnResource_9df397a6,
|
|
694
|
+
metaclass=jsii.JSIIMeta,
|
|
695
|
+
jsii_type="aws-cdk-lib.aws_notifications.CfnManagedNotificationAccountContactAssociation",
|
|
696
|
+
):
|
|
697
|
+
'''Associates an Account Management Contact with a ``ManagedNotificationConfiguration`` for AWS User Notifications .
|
|
698
|
+
|
|
699
|
+
For more information about AWS User Notifications , see the `AWS User Notifications User Guide <https://docs.aws.amazon.com/notifications/latest/userguide/what-is-service.html>`_ . For more information about Account Management Contacts, see the `AWS Account Management Reference Guide <https://docs.aws.amazon.com/accounts/latest/reference/API_AlternateContact.html>`_ .
|
|
700
|
+
|
|
701
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html
|
|
702
|
+
:cloudformationResource: AWS::Notifications::ManagedNotificationAccountContactAssociation
|
|
703
|
+
:exampleMetadata: fixture=_generated
|
|
704
|
+
|
|
705
|
+
Example::
|
|
706
|
+
|
|
707
|
+
# The code below shows an example of how to instantiate this type.
|
|
708
|
+
# The values are placeholders you should change.
|
|
709
|
+
from aws_cdk import aws_notifications as notifications
|
|
710
|
+
|
|
711
|
+
cfn_managed_notification_account_contact_association = notifications.CfnManagedNotificationAccountContactAssociation(self, "MyCfnManagedNotificationAccountContactAssociation",
|
|
712
|
+
contact_identifier="contactIdentifier",
|
|
713
|
+
managed_notification_configuration_arn="managedNotificationConfigurationArn"
|
|
714
|
+
)
|
|
715
|
+
'''
|
|
716
|
+
|
|
717
|
+
def __init__(
|
|
718
|
+
self,
|
|
719
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
720
|
+
id: builtins.str,
|
|
721
|
+
*,
|
|
722
|
+
contact_identifier: builtins.str,
|
|
723
|
+
managed_notification_configuration_arn: builtins.str,
|
|
724
|
+
) -> None:
|
|
725
|
+
'''
|
|
726
|
+
:param scope: Scope in which this resource is defined.
|
|
727
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
728
|
+
:param contact_identifier: The unique identifier of the notification contact associated with the AWS account. For more information about the contact types associated with an account, see the `AWS Account Management Reference Guide <https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html#manage-acct-update-contact-alternate-orgs>`_ .
|
|
729
|
+
:param managed_notification_configuration_arn: The ARN of the ``ManagedNotificationConfiguration`` to be associated with the ``Channel`` .
|
|
730
|
+
'''
|
|
731
|
+
if __debug__:
|
|
732
|
+
type_hints = typing.get_type_hints(_typecheckingstub__96181d9832ab883e4a967003ef3b840ed10f8d410e4b8ceaf721368c4c5a02c5)
|
|
733
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
734
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
735
|
+
props = CfnManagedNotificationAccountContactAssociationProps(
|
|
736
|
+
contact_identifier=contact_identifier,
|
|
737
|
+
managed_notification_configuration_arn=managed_notification_configuration_arn,
|
|
738
|
+
)
|
|
739
|
+
|
|
740
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
741
|
+
|
|
742
|
+
@jsii.member(jsii_name="inspect")
|
|
743
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
744
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
745
|
+
|
|
746
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
747
|
+
'''
|
|
748
|
+
if __debug__:
|
|
749
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1e73fa971227b1056e5bdcd4163fefc79baa11c9eed51c86f5d29a3bad3f50bf)
|
|
750
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
751
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
752
|
+
|
|
753
|
+
@jsii.member(jsii_name="renderProperties")
|
|
754
|
+
def _render_properties(
|
|
755
|
+
self,
|
|
756
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
757
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
758
|
+
'''
|
|
759
|
+
:param props: -
|
|
760
|
+
'''
|
|
761
|
+
if __debug__:
|
|
762
|
+
type_hints = typing.get_type_hints(_typecheckingstub__de22b92704255b6e9b389d8f1530aceab75300d39a63f9c91fd889e615c93935)
|
|
763
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
764
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
765
|
+
|
|
766
|
+
@jsii.python.classproperty
|
|
767
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
768
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
769
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
770
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
771
|
+
|
|
772
|
+
@builtins.property
|
|
773
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
774
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
775
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
776
|
+
|
|
777
|
+
@builtins.property
|
|
778
|
+
@jsii.member(jsii_name="contactIdentifier")
|
|
779
|
+
def contact_identifier(self) -> builtins.str:
|
|
780
|
+
'''The unique identifier of the notification contact associated with the AWS account.'''
|
|
781
|
+
return typing.cast(builtins.str, jsii.get(self, "contactIdentifier"))
|
|
782
|
+
|
|
783
|
+
@contact_identifier.setter
|
|
784
|
+
def contact_identifier(self, value: builtins.str) -> None:
|
|
785
|
+
if __debug__:
|
|
786
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7f2864c82adf8222b71008a7a43d8ab7d77f3e9d371a6bd3a63ef3451fafcb60)
|
|
787
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
788
|
+
jsii.set(self, "contactIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
789
|
+
|
|
790
|
+
@builtins.property
|
|
791
|
+
@jsii.member(jsii_name="managedNotificationConfigurationArn")
|
|
792
|
+
def managed_notification_configuration_arn(self) -> builtins.str:
|
|
793
|
+
'''The ARN of the ``ManagedNotificationConfiguration`` to be associated with the ``Channel`` .'''
|
|
794
|
+
return typing.cast(builtins.str, jsii.get(self, "managedNotificationConfigurationArn"))
|
|
795
|
+
|
|
796
|
+
@managed_notification_configuration_arn.setter
|
|
797
|
+
def managed_notification_configuration_arn(self, value: builtins.str) -> None:
|
|
798
|
+
if __debug__:
|
|
799
|
+
type_hints = typing.get_type_hints(_typecheckingstub__723689b4f7e0ee73e180c6e8b0a172092e4905133e6f8e7994d8a793b8c63e79)
|
|
800
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
801
|
+
jsii.set(self, "managedNotificationConfigurationArn", value) # pyright: ignore[reportArgumentType]
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
@jsii.data_type(
|
|
805
|
+
jsii_type="aws-cdk-lib.aws_notifications.CfnManagedNotificationAccountContactAssociationProps",
|
|
806
|
+
jsii_struct_bases=[],
|
|
807
|
+
name_mapping={
|
|
808
|
+
"contact_identifier": "contactIdentifier",
|
|
809
|
+
"managed_notification_configuration_arn": "managedNotificationConfigurationArn",
|
|
810
|
+
},
|
|
811
|
+
)
|
|
812
|
+
class CfnManagedNotificationAccountContactAssociationProps:
|
|
813
|
+
def __init__(
|
|
814
|
+
self,
|
|
815
|
+
*,
|
|
816
|
+
contact_identifier: builtins.str,
|
|
817
|
+
managed_notification_configuration_arn: builtins.str,
|
|
818
|
+
) -> None:
|
|
819
|
+
'''Properties for defining a ``CfnManagedNotificationAccountContactAssociation``.
|
|
820
|
+
|
|
821
|
+
:param contact_identifier: The unique identifier of the notification contact associated with the AWS account. For more information about the contact types associated with an account, see the `AWS Account Management Reference Guide <https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html#manage-acct-update-contact-alternate-orgs>`_ .
|
|
822
|
+
:param managed_notification_configuration_arn: The ARN of the ``ManagedNotificationConfiguration`` to be associated with the ``Channel`` .
|
|
823
|
+
|
|
824
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html
|
|
825
|
+
:exampleMetadata: fixture=_generated
|
|
826
|
+
|
|
827
|
+
Example::
|
|
828
|
+
|
|
829
|
+
# The code below shows an example of how to instantiate this type.
|
|
830
|
+
# The values are placeholders you should change.
|
|
831
|
+
from aws_cdk import aws_notifications as notifications
|
|
832
|
+
|
|
833
|
+
cfn_managed_notification_account_contact_association_props = notifications.CfnManagedNotificationAccountContactAssociationProps(
|
|
834
|
+
contact_identifier="contactIdentifier",
|
|
835
|
+
managed_notification_configuration_arn="managedNotificationConfigurationArn"
|
|
836
|
+
)
|
|
837
|
+
'''
|
|
838
|
+
if __debug__:
|
|
839
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4ba701ff30108b1aeca6e33e95e36c02bce0446db03324798ed5b79a966800cc)
|
|
840
|
+
check_type(argname="argument contact_identifier", value=contact_identifier, expected_type=type_hints["contact_identifier"])
|
|
841
|
+
check_type(argname="argument managed_notification_configuration_arn", value=managed_notification_configuration_arn, expected_type=type_hints["managed_notification_configuration_arn"])
|
|
842
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
843
|
+
"contact_identifier": contact_identifier,
|
|
844
|
+
"managed_notification_configuration_arn": managed_notification_configuration_arn,
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
@builtins.property
|
|
848
|
+
def contact_identifier(self) -> builtins.str:
|
|
849
|
+
'''The unique identifier of the notification contact associated with the AWS account.
|
|
850
|
+
|
|
851
|
+
For more information about the contact types associated with an account, see the `AWS Account Management Reference Guide <https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html#manage-acct-update-contact-alternate-orgs>`_ .
|
|
852
|
+
|
|
853
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html#cfn-notifications-managednotificationaccountcontactassociation-contactidentifier
|
|
854
|
+
'''
|
|
855
|
+
result = self._values.get("contact_identifier")
|
|
856
|
+
assert result is not None, "Required property 'contact_identifier' is missing"
|
|
857
|
+
return typing.cast(builtins.str, result)
|
|
858
|
+
|
|
859
|
+
@builtins.property
|
|
860
|
+
def managed_notification_configuration_arn(self) -> builtins.str:
|
|
861
|
+
'''The ARN of the ``ManagedNotificationConfiguration`` to be associated with the ``Channel`` .
|
|
862
|
+
|
|
863
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html#cfn-notifications-managednotificationaccountcontactassociation-managednotificationconfigurationarn
|
|
864
|
+
'''
|
|
865
|
+
result = self._values.get("managed_notification_configuration_arn")
|
|
866
|
+
assert result is not None, "Required property 'managed_notification_configuration_arn' is missing"
|
|
867
|
+
return typing.cast(builtins.str, result)
|
|
868
|
+
|
|
869
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
870
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
871
|
+
|
|
872
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
873
|
+
return not (rhs == self)
|
|
874
|
+
|
|
875
|
+
def __repr__(self) -> str:
|
|
876
|
+
return "CfnManagedNotificationAccountContactAssociationProps(%s)" % ", ".join(
|
|
877
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
878
|
+
)
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
@jsii.implements(_IInspectable_c2943556)
|
|
882
|
+
class CfnManagedNotificationAdditionalChannelAssociation(
|
|
883
|
+
_CfnResource_9df397a6,
|
|
884
|
+
metaclass=jsii.JSIIMeta,
|
|
885
|
+
jsii_type="aws-cdk-lib.aws_notifications.CfnManagedNotificationAdditionalChannelAssociation",
|
|
886
|
+
):
|
|
887
|
+
'''Associates a ``Channel`` with a ``ManagedNotificationAdditionalChannelAssociation`` for AWS User Notifications .
|
|
888
|
+
|
|
889
|
+
For more information about AWS User Notifications , see the `AWS User Notifications User Guide <https://docs.aws.amazon.com/notifications/latest/userguide/what-is-service.html>`_ .
|
|
890
|
+
|
|
891
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html
|
|
892
|
+
:cloudformationResource: AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
|
|
893
|
+
:exampleMetadata: fixture=_generated
|
|
894
|
+
|
|
895
|
+
Example::
|
|
896
|
+
|
|
897
|
+
# The code below shows an example of how to instantiate this type.
|
|
898
|
+
# The values are placeholders you should change.
|
|
899
|
+
from aws_cdk import aws_notifications as notifications
|
|
900
|
+
|
|
901
|
+
cfn_managed_notification_additional_channel_association = notifications.CfnManagedNotificationAdditionalChannelAssociation(self, "MyCfnManagedNotificationAdditionalChannelAssociation",
|
|
902
|
+
channel_arn="channelArn",
|
|
903
|
+
managed_notification_configuration_arn="managedNotificationConfigurationArn"
|
|
904
|
+
)
|
|
905
|
+
'''
|
|
906
|
+
|
|
907
|
+
def __init__(
|
|
908
|
+
self,
|
|
909
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
910
|
+
id: builtins.str,
|
|
911
|
+
*,
|
|
912
|
+
channel_arn: builtins.str,
|
|
913
|
+
managed_notification_configuration_arn: builtins.str,
|
|
914
|
+
) -> None:
|
|
915
|
+
'''
|
|
916
|
+
:param scope: Scope in which this resource is defined.
|
|
917
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
918
|
+
:param channel_arn: The ARN of the ``Channel`` .
|
|
919
|
+
:param managed_notification_configuration_arn: The ARN of the ``ManagedNotificationAdditionalChannelAssociation`` associated with the ``Channel`` .
|
|
920
|
+
'''
|
|
921
|
+
if __debug__:
|
|
922
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1ca734986c83660130935052d366897b8c8be9a3097eeb3e4d8a8e55d157be14)
|
|
923
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
924
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
925
|
+
props = CfnManagedNotificationAdditionalChannelAssociationProps(
|
|
926
|
+
channel_arn=channel_arn,
|
|
927
|
+
managed_notification_configuration_arn=managed_notification_configuration_arn,
|
|
928
|
+
)
|
|
929
|
+
|
|
930
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
931
|
+
|
|
932
|
+
@jsii.member(jsii_name="inspect")
|
|
933
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
934
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
935
|
+
|
|
936
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
937
|
+
'''
|
|
938
|
+
if __debug__:
|
|
939
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4e28e0910e1ca8649c67a2f410907337d1630631c5619cb29f1f8aea6b44f1ae)
|
|
940
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
941
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
942
|
+
|
|
943
|
+
@jsii.member(jsii_name="renderProperties")
|
|
944
|
+
def _render_properties(
|
|
945
|
+
self,
|
|
946
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
947
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
948
|
+
'''
|
|
949
|
+
:param props: -
|
|
950
|
+
'''
|
|
951
|
+
if __debug__:
|
|
952
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a2506d928b82af9fe5027dc3a3d36bec7429236e90e696056589e09d98371bdf)
|
|
953
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
954
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
955
|
+
|
|
956
|
+
@jsii.python.classproperty
|
|
957
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
958
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
959
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
960
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
961
|
+
|
|
962
|
+
@builtins.property
|
|
963
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
964
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
965
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
966
|
+
|
|
967
|
+
@builtins.property
|
|
968
|
+
@jsii.member(jsii_name="channelArn")
|
|
969
|
+
def channel_arn(self) -> builtins.str:
|
|
970
|
+
'''The ARN of the ``Channel`` .'''
|
|
971
|
+
return typing.cast(builtins.str, jsii.get(self, "channelArn"))
|
|
972
|
+
|
|
973
|
+
@channel_arn.setter
|
|
974
|
+
def channel_arn(self, value: builtins.str) -> None:
|
|
975
|
+
if __debug__:
|
|
976
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ae2aafbc82a652d2ce3c5194be413585028b15cdada72b53c5ecf469375ef2a9)
|
|
977
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
978
|
+
jsii.set(self, "channelArn", value) # pyright: ignore[reportArgumentType]
|
|
979
|
+
|
|
980
|
+
@builtins.property
|
|
981
|
+
@jsii.member(jsii_name="managedNotificationConfigurationArn")
|
|
982
|
+
def managed_notification_configuration_arn(self) -> builtins.str:
|
|
983
|
+
'''The ARN of the ``ManagedNotificationAdditionalChannelAssociation`` associated with the ``Channel`` .'''
|
|
984
|
+
return typing.cast(builtins.str, jsii.get(self, "managedNotificationConfigurationArn"))
|
|
985
|
+
|
|
986
|
+
@managed_notification_configuration_arn.setter
|
|
987
|
+
def managed_notification_configuration_arn(self, value: builtins.str) -> None:
|
|
988
|
+
if __debug__:
|
|
989
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3420dbc2928b8b5bd017053f781f8eb1c6893c1b43a27f7854a5dbeb64b60445)
|
|
990
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
991
|
+
jsii.set(self, "managedNotificationConfigurationArn", value) # pyright: ignore[reportArgumentType]
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
@jsii.data_type(
|
|
995
|
+
jsii_type="aws-cdk-lib.aws_notifications.CfnManagedNotificationAdditionalChannelAssociationProps",
|
|
996
|
+
jsii_struct_bases=[],
|
|
997
|
+
name_mapping={
|
|
998
|
+
"channel_arn": "channelArn",
|
|
999
|
+
"managed_notification_configuration_arn": "managedNotificationConfigurationArn",
|
|
1000
|
+
},
|
|
1001
|
+
)
|
|
1002
|
+
class CfnManagedNotificationAdditionalChannelAssociationProps:
|
|
1003
|
+
def __init__(
|
|
1004
|
+
self,
|
|
1005
|
+
*,
|
|
1006
|
+
channel_arn: builtins.str,
|
|
1007
|
+
managed_notification_configuration_arn: builtins.str,
|
|
1008
|
+
) -> None:
|
|
1009
|
+
'''Properties for defining a ``CfnManagedNotificationAdditionalChannelAssociation``.
|
|
1010
|
+
|
|
1011
|
+
:param channel_arn: The ARN of the ``Channel`` .
|
|
1012
|
+
:param managed_notification_configuration_arn: The ARN of the ``ManagedNotificationAdditionalChannelAssociation`` associated with the ``Channel`` .
|
|
1013
|
+
|
|
1014
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html
|
|
1015
|
+
:exampleMetadata: fixture=_generated
|
|
1016
|
+
|
|
1017
|
+
Example::
|
|
1018
|
+
|
|
1019
|
+
# The code below shows an example of how to instantiate this type.
|
|
1020
|
+
# The values are placeholders you should change.
|
|
1021
|
+
from aws_cdk import aws_notifications as notifications
|
|
1022
|
+
|
|
1023
|
+
cfn_managed_notification_additional_channel_association_props = notifications.CfnManagedNotificationAdditionalChannelAssociationProps(
|
|
1024
|
+
channel_arn="channelArn",
|
|
1025
|
+
managed_notification_configuration_arn="managedNotificationConfigurationArn"
|
|
1026
|
+
)
|
|
1027
|
+
'''
|
|
1028
|
+
if __debug__:
|
|
1029
|
+
type_hints = typing.get_type_hints(_typecheckingstub__63600091503bee10f7ba2c01f3247b370b8b2bca175e1cc3db1e6800e18fedd9)
|
|
1030
|
+
check_type(argname="argument channel_arn", value=channel_arn, expected_type=type_hints["channel_arn"])
|
|
1031
|
+
check_type(argname="argument managed_notification_configuration_arn", value=managed_notification_configuration_arn, expected_type=type_hints["managed_notification_configuration_arn"])
|
|
1032
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1033
|
+
"channel_arn": channel_arn,
|
|
1034
|
+
"managed_notification_configuration_arn": managed_notification_configuration_arn,
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
@builtins.property
|
|
1038
|
+
def channel_arn(self) -> builtins.str:
|
|
1039
|
+
'''The ARN of the ``Channel`` .
|
|
1040
|
+
|
|
1041
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html#cfn-notifications-managednotificationadditionalchannelassociation-channelarn
|
|
1042
|
+
'''
|
|
1043
|
+
result = self._values.get("channel_arn")
|
|
1044
|
+
assert result is not None, "Required property 'channel_arn' is missing"
|
|
1045
|
+
return typing.cast(builtins.str, result)
|
|
1046
|
+
|
|
1047
|
+
@builtins.property
|
|
1048
|
+
def managed_notification_configuration_arn(self) -> builtins.str:
|
|
1049
|
+
'''The ARN of the ``ManagedNotificationAdditionalChannelAssociation`` associated with the ``Channel`` .
|
|
1050
|
+
|
|
1051
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html#cfn-notifications-managednotificationadditionalchannelassociation-managednotificationconfigurationarn
|
|
1052
|
+
'''
|
|
1053
|
+
result = self._values.get("managed_notification_configuration_arn")
|
|
1054
|
+
assert result is not None, "Required property 'managed_notification_configuration_arn' is missing"
|
|
1055
|
+
return typing.cast(builtins.str, result)
|
|
1056
|
+
|
|
1057
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1058
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1059
|
+
|
|
1060
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1061
|
+
return not (rhs == self)
|
|
1062
|
+
|
|
1063
|
+
def __repr__(self) -> str:
|
|
1064
|
+
return "CfnManagedNotificationAdditionalChannelAssociationProps(%s)" % ", ".join(
|
|
1065
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1066
|
+
)
|
|
1067
|
+
|
|
1068
|
+
|
|
645
1069
|
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
646
1070
|
class CfnNotificationConfiguration(
|
|
647
1071
|
_CfnResource_9df397a6,
|
|
648
1072
|
metaclass=jsii.JSIIMeta,
|
|
649
1073
|
jsii_type="aws-cdk-lib.aws_notifications.CfnNotificationConfiguration",
|
|
650
1074
|
):
|
|
651
|
-
'''
|
|
1075
|
+
'''Configures a ``NotificationConfiguration`` for AWS User Notifications .
|
|
652
1076
|
|
|
653
1077
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html
|
|
654
1078
|
:cloudformationResource: AWS::Notifications::NotificationConfiguration
|
|
@@ -686,10 +1110,10 @@ class CfnNotificationConfiguration(
|
|
|
686
1110
|
'''
|
|
687
1111
|
:param scope: Scope in which this resource is defined.
|
|
688
1112
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
689
|
-
:param description:
|
|
690
|
-
:param name:
|
|
691
|
-
:param aggregation_duration:
|
|
692
|
-
:param tags: A
|
|
1113
|
+
:param description: The description of the ``NotificationConfiguration`` .
|
|
1114
|
+
:param name: The name of the ``NotificationConfiguration`` . Supports RFC 3986's unreserved characters.
|
|
1115
|
+
:param aggregation_duration: The aggregation preference of the ``NotificationConfiguration`` . - Values: - ``LONG`` - Aggregate notifications for long periods of time (12 hours). - ``SHORT`` - Aggregate notifications for short periods of time (5 minutes). - ``NONE`` - Don't aggregate notifications.
|
|
1116
|
+
:param tags: A map of tags assigned to a ``NotificationConfiguration`` .
|
|
693
1117
|
'''
|
|
694
1118
|
if __debug__:
|
|
695
1119
|
type_hints = typing.get_type_hints(_typecheckingstub__e5a1cf31f790937b5967ad78a42e8a6c98b04b21643bfcdd379cabb7f43b17f1)
|
|
@@ -737,7 +1161,8 @@ class CfnNotificationConfiguration(
|
|
|
737
1161
|
@builtins.property
|
|
738
1162
|
@jsii.member(jsii_name="attrArn")
|
|
739
1163
|
def attr_arn(self) -> builtins.str:
|
|
740
|
-
'''
|
|
1164
|
+
'''The Amazon Resource Name (ARN) of the ``NotificationConfiguration`` resource.
|
|
1165
|
+
|
|
741
1166
|
:cloudformationAttribute: Arn
|
|
742
1167
|
'''
|
|
743
1168
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
@@ -745,7 +1170,8 @@ class CfnNotificationConfiguration(
|
|
|
745
1170
|
@builtins.property
|
|
746
1171
|
@jsii.member(jsii_name="attrCreationTime")
|
|
747
1172
|
def attr_creation_time(self) -> builtins.str:
|
|
748
|
-
'''
|
|
1173
|
+
'''The creation time of the ``NotificationConfiguration`` .
|
|
1174
|
+
|
|
749
1175
|
:cloudformationAttribute: CreationTime
|
|
750
1176
|
'''
|
|
751
1177
|
return typing.cast(builtins.str, jsii.get(self, "attrCreationTime"))
|
|
@@ -753,7 +1179,8 @@ class CfnNotificationConfiguration(
|
|
|
753
1179
|
@builtins.property
|
|
754
1180
|
@jsii.member(jsii_name="attrStatus")
|
|
755
1181
|
def attr_status(self) -> builtins.str:
|
|
756
|
-
'''
|
|
1182
|
+
'''The current status of the ``NotificationConfiguration`` .
|
|
1183
|
+
|
|
757
1184
|
:cloudformationAttribute: Status
|
|
758
1185
|
'''
|
|
759
1186
|
return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
|
|
@@ -772,6 +1199,7 @@ class CfnNotificationConfiguration(
|
|
|
772
1199
|
@builtins.property
|
|
773
1200
|
@jsii.member(jsii_name="description")
|
|
774
1201
|
def description(self) -> builtins.str:
|
|
1202
|
+
'''The description of the ``NotificationConfiguration`` .'''
|
|
775
1203
|
return typing.cast(builtins.str, jsii.get(self, "description"))
|
|
776
1204
|
|
|
777
1205
|
@description.setter
|
|
@@ -784,6 +1212,7 @@ class CfnNotificationConfiguration(
|
|
|
784
1212
|
@builtins.property
|
|
785
1213
|
@jsii.member(jsii_name="name")
|
|
786
1214
|
def name(self) -> builtins.str:
|
|
1215
|
+
'''The name of the ``NotificationConfiguration`` .'''
|
|
787
1216
|
return typing.cast(builtins.str, jsii.get(self, "name"))
|
|
788
1217
|
|
|
789
1218
|
@name.setter
|
|
@@ -796,6 +1225,7 @@ class CfnNotificationConfiguration(
|
|
|
796
1225
|
@builtins.property
|
|
797
1226
|
@jsii.member(jsii_name="aggregationDuration")
|
|
798
1227
|
def aggregation_duration(self) -> typing.Optional[builtins.str]:
|
|
1228
|
+
'''The aggregation preference of the ``NotificationConfiguration`` .'''
|
|
799
1229
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "aggregationDuration"))
|
|
800
1230
|
|
|
801
1231
|
@aggregation_duration.setter
|
|
@@ -808,7 +1238,7 @@ class CfnNotificationConfiguration(
|
|
|
808
1238
|
@builtins.property
|
|
809
1239
|
@jsii.member(jsii_name="tags")
|
|
810
1240
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
811
|
-
'''A
|
|
1241
|
+
'''A map of tags assigned to a ``NotificationConfiguration`` .'''
|
|
812
1242
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
813
1243
|
|
|
814
1244
|
@tags.setter
|
|
@@ -840,10 +1270,10 @@ class CfnNotificationConfigurationProps:
|
|
|
840
1270
|
) -> None:
|
|
841
1271
|
'''Properties for defining a ``CfnNotificationConfiguration``.
|
|
842
1272
|
|
|
843
|
-
:param description:
|
|
844
|
-
:param name:
|
|
845
|
-
:param aggregation_duration:
|
|
846
|
-
:param tags: A
|
|
1273
|
+
:param description: The description of the ``NotificationConfiguration`` .
|
|
1274
|
+
:param name: The name of the ``NotificationConfiguration`` . Supports RFC 3986's unreserved characters.
|
|
1275
|
+
:param aggregation_duration: The aggregation preference of the ``NotificationConfiguration`` . - Values: - ``LONG`` - Aggregate notifications for long periods of time (12 hours). - ``SHORT`` - Aggregate notifications for short periods of time (5 minutes). - ``NONE`` - Don't aggregate notifications.
|
|
1276
|
+
:param tags: A map of tags assigned to a ``NotificationConfiguration`` .
|
|
847
1277
|
|
|
848
1278
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html
|
|
849
1279
|
:exampleMetadata: fixture=_generated
|
|
@@ -883,7 +1313,8 @@ class CfnNotificationConfigurationProps:
|
|
|
883
1313
|
|
|
884
1314
|
@builtins.property
|
|
885
1315
|
def description(self) -> builtins.str:
|
|
886
|
-
'''
|
|
1316
|
+
'''The description of the ``NotificationConfiguration`` .
|
|
1317
|
+
|
|
887
1318
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html#cfn-notifications-notificationconfiguration-description
|
|
888
1319
|
'''
|
|
889
1320
|
result = self._values.get("description")
|
|
@@ -892,7 +1323,10 @@ class CfnNotificationConfigurationProps:
|
|
|
892
1323
|
|
|
893
1324
|
@builtins.property
|
|
894
1325
|
def name(self) -> builtins.str:
|
|
895
|
-
'''
|
|
1326
|
+
'''The name of the ``NotificationConfiguration`` .
|
|
1327
|
+
|
|
1328
|
+
Supports RFC 3986's unreserved characters.
|
|
1329
|
+
|
|
896
1330
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html#cfn-notifications-notificationconfiguration-name
|
|
897
1331
|
'''
|
|
898
1332
|
result = self._values.get("name")
|
|
@@ -901,7 +1335,16 @@ class CfnNotificationConfigurationProps:
|
|
|
901
1335
|
|
|
902
1336
|
@builtins.property
|
|
903
1337
|
def aggregation_duration(self) -> typing.Optional[builtins.str]:
|
|
904
|
-
'''
|
|
1338
|
+
'''The aggregation preference of the ``NotificationConfiguration`` .
|
|
1339
|
+
|
|
1340
|
+
- Values:
|
|
1341
|
+
- ``LONG``
|
|
1342
|
+
- Aggregate notifications for long periods of time (12 hours).
|
|
1343
|
+
- ``SHORT``
|
|
1344
|
+
- Aggregate notifications for short periods of time (5 minutes).
|
|
1345
|
+
- ``NONE``
|
|
1346
|
+
- Don't aggregate notifications.
|
|
1347
|
+
|
|
905
1348
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html#cfn-notifications-notificationconfiguration-aggregationduration
|
|
906
1349
|
'''
|
|
907
1350
|
result = self._values.get("aggregation_duration")
|
|
@@ -909,7 +1352,7 @@ class CfnNotificationConfigurationProps:
|
|
|
909
1352
|
|
|
910
1353
|
@builtins.property
|
|
911
1354
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
912
|
-
'''A
|
|
1355
|
+
'''A map of tags assigned to a ``NotificationConfiguration`` .
|
|
913
1356
|
|
|
914
1357
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html#cfn-notifications-notificationconfiguration-tags
|
|
915
1358
|
'''
|
|
@@ -934,7 +1377,9 @@ class CfnNotificationHub(
|
|
|
934
1377
|
metaclass=jsii.JSIIMeta,
|
|
935
1378
|
jsii_type="aws-cdk-lib.aws_notifications.CfnNotificationHub",
|
|
936
1379
|
):
|
|
937
|
-
'''
|
|
1380
|
+
'''Configures a ``NotificationHub`` for AWS User Notifications .
|
|
1381
|
+
|
|
1382
|
+
For more information about notification hub, see the `AWS User Notifications User Guide <https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html>`_ .
|
|
938
1383
|
|
|
939
1384
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html
|
|
940
1385
|
:cloudformationResource: AWS::Notifications::NotificationHub
|
|
@@ -961,7 +1406,7 @@ class CfnNotificationHub(
|
|
|
961
1406
|
'''
|
|
962
1407
|
:param scope: Scope in which this resource is defined.
|
|
963
1408
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
964
|
-
:param region:
|
|
1409
|
+
:param region: The ``NotificationHub`` Region.
|
|
965
1410
|
'''
|
|
966
1411
|
if __debug__:
|
|
967
1412
|
type_hints = typing.get_type_hints(_typecheckingstub__68d72929c95357a15821df7d24b28076913c2c16ae8caa651de92ab7110ee545)
|
|
@@ -1004,7 +1449,8 @@ class CfnNotificationHub(
|
|
|
1004
1449
|
@builtins.property
|
|
1005
1450
|
@jsii.member(jsii_name="attrCreationTime")
|
|
1006
1451
|
def attr_creation_time(self) -> builtins.str:
|
|
1007
|
-
'''
|
|
1452
|
+
'''The date and time the ``NotificationHubOverview`` was created.
|
|
1453
|
+
|
|
1008
1454
|
:cloudformationAttribute: CreationTime
|
|
1009
1455
|
'''
|
|
1010
1456
|
return typing.cast(builtins.str, jsii.get(self, "attrCreationTime"))
|
|
@@ -1025,7 +1471,7 @@ class CfnNotificationHub(
|
|
|
1025
1471
|
@builtins.property
|
|
1026
1472
|
@jsii.member(jsii_name="region")
|
|
1027
1473
|
def region(self) -> builtins.str:
|
|
1028
|
-
'''
|
|
1474
|
+
'''The ``NotificationHub`` Region.'''
|
|
1029
1475
|
return typing.cast(builtins.str, jsii.get(self, "region"))
|
|
1030
1476
|
|
|
1031
1477
|
@region.setter
|
|
@@ -1050,9 +1496,10 @@ class CfnNotificationHub(
|
|
|
1050
1496
|
notification_hub_status: builtins.str,
|
|
1051
1497
|
notification_hub_status_reason: builtins.str,
|
|
1052
1498
|
) -> None:
|
|
1053
|
-
'''
|
|
1054
|
-
|
|
1055
|
-
:param
|
|
1499
|
+
'''Provides additional information about the current ``NotificationHub`` status.
|
|
1500
|
+
|
|
1501
|
+
:param notification_hub_status: Indicates the current status of the ``NotificationHub`` .
|
|
1502
|
+
:param notification_hub_status_reason: An explanation for the current status.
|
|
1056
1503
|
|
|
1057
1504
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notifications-notificationhub-notificationhubstatussummary.html
|
|
1058
1505
|
:exampleMetadata: fixture=_generated
|
|
@@ -1079,7 +1526,8 @@ class CfnNotificationHub(
|
|
|
1079
1526
|
|
|
1080
1527
|
@builtins.property
|
|
1081
1528
|
def notification_hub_status(self) -> builtins.str:
|
|
1082
|
-
'''
|
|
1529
|
+
'''Indicates the current status of the ``NotificationHub`` .
|
|
1530
|
+
|
|
1083
1531
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notifications-notificationhub-notificationhubstatussummary.html#cfn-notifications-notificationhub-notificationhubstatussummary-notificationhubstatus
|
|
1084
1532
|
'''
|
|
1085
1533
|
result = self._values.get("notification_hub_status")
|
|
@@ -1088,7 +1536,8 @@ class CfnNotificationHub(
|
|
|
1088
1536
|
|
|
1089
1537
|
@builtins.property
|
|
1090
1538
|
def notification_hub_status_reason(self) -> builtins.str:
|
|
1091
|
-
'''
|
|
1539
|
+
'''An explanation for the current status.
|
|
1540
|
+
|
|
1092
1541
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notifications-notificationhub-notificationhubstatussummary.html#cfn-notifications-notificationhub-notificationhubstatussummary-notificationhubstatusreason
|
|
1093
1542
|
'''
|
|
1094
1543
|
result = self._values.get("notification_hub_status_reason")
|
|
@@ -1116,7 +1565,7 @@ class CfnNotificationHubProps:
|
|
|
1116
1565
|
def __init__(self, *, region: builtins.str) -> None:
|
|
1117
1566
|
'''Properties for defining a ``CfnNotificationHub``.
|
|
1118
1567
|
|
|
1119
|
-
:param region:
|
|
1568
|
+
:param region: The ``NotificationHub`` Region.
|
|
1120
1569
|
|
|
1121
1570
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html
|
|
1122
1571
|
:exampleMetadata: fixture=_generated
|
|
@@ -1140,7 +1589,7 @@ class CfnNotificationHubProps:
|
|
|
1140
1589
|
|
|
1141
1590
|
@builtins.property
|
|
1142
1591
|
def region(self) -> builtins.str:
|
|
1143
|
-
'''
|
|
1592
|
+
'''The ``NotificationHub`` Region.
|
|
1144
1593
|
|
|
1145
1594
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html#cfn-notifications-notificationhub-region
|
|
1146
1595
|
'''
|
|
@@ -1165,6 +1614,10 @@ __all__ = [
|
|
|
1165
1614
|
"CfnChannelAssociationProps",
|
|
1166
1615
|
"CfnEventRule",
|
|
1167
1616
|
"CfnEventRuleProps",
|
|
1617
|
+
"CfnManagedNotificationAccountContactAssociation",
|
|
1618
|
+
"CfnManagedNotificationAccountContactAssociationProps",
|
|
1619
|
+
"CfnManagedNotificationAdditionalChannelAssociation",
|
|
1620
|
+
"CfnManagedNotificationAdditionalChannelAssociationProps",
|
|
1168
1621
|
"CfnNotificationConfiguration",
|
|
1169
1622
|
"CfnNotificationConfigurationProps",
|
|
1170
1623
|
"CfnNotificationHub",
|
|
@@ -1289,6 +1742,90 @@ def _typecheckingstub__9518b7cf584ffb7ba5a4fb79f7584397ea33a005b8aebaa07c3bc5e5d
|
|
|
1289
1742
|
"""Type checking stubs"""
|
|
1290
1743
|
pass
|
|
1291
1744
|
|
|
1745
|
+
def _typecheckingstub__96181d9832ab883e4a967003ef3b840ed10f8d410e4b8ceaf721368c4c5a02c5(
|
|
1746
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1747
|
+
id: builtins.str,
|
|
1748
|
+
*,
|
|
1749
|
+
contact_identifier: builtins.str,
|
|
1750
|
+
managed_notification_configuration_arn: builtins.str,
|
|
1751
|
+
) -> None:
|
|
1752
|
+
"""Type checking stubs"""
|
|
1753
|
+
pass
|
|
1754
|
+
|
|
1755
|
+
def _typecheckingstub__1e73fa971227b1056e5bdcd4163fefc79baa11c9eed51c86f5d29a3bad3f50bf(
|
|
1756
|
+
inspector: _TreeInspector_488e0dd5,
|
|
1757
|
+
) -> None:
|
|
1758
|
+
"""Type checking stubs"""
|
|
1759
|
+
pass
|
|
1760
|
+
|
|
1761
|
+
def _typecheckingstub__de22b92704255b6e9b389d8f1530aceab75300d39a63f9c91fd889e615c93935(
|
|
1762
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
1763
|
+
) -> None:
|
|
1764
|
+
"""Type checking stubs"""
|
|
1765
|
+
pass
|
|
1766
|
+
|
|
1767
|
+
def _typecheckingstub__7f2864c82adf8222b71008a7a43d8ab7d77f3e9d371a6bd3a63ef3451fafcb60(
|
|
1768
|
+
value: builtins.str,
|
|
1769
|
+
) -> None:
|
|
1770
|
+
"""Type checking stubs"""
|
|
1771
|
+
pass
|
|
1772
|
+
|
|
1773
|
+
def _typecheckingstub__723689b4f7e0ee73e180c6e8b0a172092e4905133e6f8e7994d8a793b8c63e79(
|
|
1774
|
+
value: builtins.str,
|
|
1775
|
+
) -> None:
|
|
1776
|
+
"""Type checking stubs"""
|
|
1777
|
+
pass
|
|
1778
|
+
|
|
1779
|
+
def _typecheckingstub__4ba701ff30108b1aeca6e33e95e36c02bce0446db03324798ed5b79a966800cc(
|
|
1780
|
+
*,
|
|
1781
|
+
contact_identifier: builtins.str,
|
|
1782
|
+
managed_notification_configuration_arn: builtins.str,
|
|
1783
|
+
) -> None:
|
|
1784
|
+
"""Type checking stubs"""
|
|
1785
|
+
pass
|
|
1786
|
+
|
|
1787
|
+
def _typecheckingstub__1ca734986c83660130935052d366897b8c8be9a3097eeb3e4d8a8e55d157be14(
|
|
1788
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1789
|
+
id: builtins.str,
|
|
1790
|
+
*,
|
|
1791
|
+
channel_arn: builtins.str,
|
|
1792
|
+
managed_notification_configuration_arn: builtins.str,
|
|
1793
|
+
) -> None:
|
|
1794
|
+
"""Type checking stubs"""
|
|
1795
|
+
pass
|
|
1796
|
+
|
|
1797
|
+
def _typecheckingstub__4e28e0910e1ca8649c67a2f410907337d1630631c5619cb29f1f8aea6b44f1ae(
|
|
1798
|
+
inspector: _TreeInspector_488e0dd5,
|
|
1799
|
+
) -> None:
|
|
1800
|
+
"""Type checking stubs"""
|
|
1801
|
+
pass
|
|
1802
|
+
|
|
1803
|
+
def _typecheckingstub__a2506d928b82af9fe5027dc3a3d36bec7429236e90e696056589e09d98371bdf(
|
|
1804
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
1805
|
+
) -> None:
|
|
1806
|
+
"""Type checking stubs"""
|
|
1807
|
+
pass
|
|
1808
|
+
|
|
1809
|
+
def _typecheckingstub__ae2aafbc82a652d2ce3c5194be413585028b15cdada72b53c5ecf469375ef2a9(
|
|
1810
|
+
value: builtins.str,
|
|
1811
|
+
) -> None:
|
|
1812
|
+
"""Type checking stubs"""
|
|
1813
|
+
pass
|
|
1814
|
+
|
|
1815
|
+
def _typecheckingstub__3420dbc2928b8b5bd017053f781f8eb1c6893c1b43a27f7854a5dbeb64b60445(
|
|
1816
|
+
value: builtins.str,
|
|
1817
|
+
) -> None:
|
|
1818
|
+
"""Type checking stubs"""
|
|
1819
|
+
pass
|
|
1820
|
+
|
|
1821
|
+
def _typecheckingstub__63600091503bee10f7ba2c01f3247b370b8b2bca175e1cc3db1e6800e18fedd9(
|
|
1822
|
+
*,
|
|
1823
|
+
channel_arn: builtins.str,
|
|
1824
|
+
managed_notification_configuration_arn: builtins.str,
|
|
1825
|
+
) -> None:
|
|
1826
|
+
"""Type checking stubs"""
|
|
1827
|
+
pass
|
|
1828
|
+
|
|
1292
1829
|
def _typecheckingstub__e5a1cf31f790937b5967ad78a42e8a6c98b04b21643bfcdd379cabb7f43b17f1(
|
|
1293
1830
|
scope: _constructs_77d1e7e8.Construct,
|
|
1294
1831
|
id: builtins.str,
|