aws-cdk-lib 2.148.0__py3-none-any.whl → 2.149.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.148.0.jsii.tgz → aws-cdk-lib@2.149.0.jsii.tgz} +0 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +16 -12
- aws_cdk/aws_bedrock/__init__.py +30 -2
- aws_cdk/aws_codebuild/__init__.py +57 -5
- aws_cdk/aws_codecommit/__init__.py +103 -0
- aws_cdk/aws_codedeploy/__init__.py +251 -5
- aws_cdk/aws_codepipeline/__init__.py +69 -0
- aws_cdk/aws_codestarnotifications/__init__.py +90 -4
- aws_cdk/aws_deadline/__init__.py +9 -15
- aws_cdk/aws_dms/__init__.py +10 -10
- aws_cdk/aws_ec2/__init__.py +4 -0
- aws_cdk/aws_emr/__init__.py +8 -8
- aws_cdk/aws_events/__init__.py +1 -13
- aws_cdk/aws_kinesisanalytics/__init__.py +11 -11
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +3 -3
- aws_cdk/aws_rolesanywhere/__init__.py +22 -13
- aws_cdk/aws_route53profiles/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +15 -117
- aws_cdk/aws_ses/__init__.py +119 -102
- aws_cdk/aws_stepfunctions_tasks/__init__.py +209 -16
- aws_cdk/aws_verifiedpermissions/__init__.py +7 -9
- aws_cdk/aws_wafv2/__init__.py +10 -16
- aws_cdk/aws_workspaces/__init__.py +86 -56
- {aws_cdk_lib-2.148.0.dist-info → aws_cdk_lib-2.149.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.148.0.dist-info → aws_cdk_lib-2.149.0.dist-info}/RECORD +31 -31
- {aws_cdk_lib-2.148.0.dist-info → aws_cdk_lib-2.149.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.148.0.dist-info → aws_cdk_lib-2.149.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.148.0.dist-info → aws_cdk_lib-2.149.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.148.0.dist-info → aws_cdk_lib-2.149.0.dist-info}/top_level.txt +0 -0
|
@@ -7053,6 +7053,7 @@ class IPipeline(
|
|
|
7053
7053
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7054
7054
|
*,
|
|
7055
7055
|
events: typing.Sequence["PipelineNotificationEvents"],
|
|
7056
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7056
7057
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7057
7058
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7058
7059
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7066,6 +7067,7 @@ class IPipeline(
|
|
|
7066
7067
|
:param id: The id of the CodeStar notification rule.
|
|
7067
7068
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7068
7069
|
:param events: A list of event types associated with this notification rule for CodePipeline Pipeline. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
|
|
7070
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7069
7071
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7070
7072
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7071
7073
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7080,6 +7082,7 @@ class IPipeline(
|
|
|
7080
7082
|
id: builtins.str,
|
|
7081
7083
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7082
7084
|
*,
|
|
7085
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7083
7086
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7084
7087
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7085
7088
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7088,6 +7091,7 @@ class IPipeline(
|
|
|
7088
7091
|
|
|
7089
7092
|
:param id: Identifier for this notification handler.
|
|
7090
7093
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7094
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7091
7095
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7092
7096
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7093
7097
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7102,6 +7106,7 @@ class IPipeline(
|
|
|
7102
7106
|
id: builtins.str,
|
|
7103
7107
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7104
7108
|
*,
|
|
7109
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7105
7110
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7106
7111
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7107
7112
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7110,6 +7115,7 @@ class IPipeline(
|
|
|
7110
7115
|
|
|
7111
7116
|
:param id: Identifier for this notification handler.
|
|
7112
7117
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7118
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7113
7119
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7114
7120
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7115
7121
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7124,6 +7130,7 @@ class IPipeline(
|
|
|
7124
7130
|
id: builtins.str,
|
|
7125
7131
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7126
7132
|
*,
|
|
7133
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7127
7134
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7128
7135
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7129
7136
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7132,6 +7139,7 @@ class IPipeline(
|
|
|
7132
7139
|
|
|
7133
7140
|
:param id: Identifier for this notification handler.
|
|
7134
7141
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7142
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7135
7143
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7136
7144
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7137
7145
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7146,6 +7154,7 @@ class IPipeline(
|
|
|
7146
7154
|
id: builtins.str,
|
|
7147
7155
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7148
7156
|
*,
|
|
7157
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7149
7158
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7150
7159
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7151
7160
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7154,6 +7163,7 @@ class IPipeline(
|
|
|
7154
7163
|
|
|
7155
7164
|
:param id: Identifier for this notification handler.
|
|
7156
7165
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7166
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7157
7167
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7158
7168
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7159
7169
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7244,6 +7254,7 @@ class _IPipelineProxy(
|
|
|
7244
7254
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7245
7255
|
*,
|
|
7246
7256
|
events: typing.Sequence["PipelineNotificationEvents"],
|
|
7257
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7247
7258
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7248
7259
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7249
7260
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7257,6 +7268,7 @@ class _IPipelineProxy(
|
|
|
7257
7268
|
:param id: The id of the CodeStar notification rule.
|
|
7258
7269
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7259
7270
|
:param events: A list of event types associated with this notification rule for CodePipeline Pipeline. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
|
|
7271
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7260
7272
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7261
7273
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7262
7274
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7269,6 +7281,7 @@ class _IPipelineProxy(
|
|
|
7269
7281
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7270
7282
|
options = PipelineNotifyOnOptions(
|
|
7271
7283
|
events=events,
|
|
7284
|
+
created_by=created_by,
|
|
7272
7285
|
detail_type=detail_type,
|
|
7273
7286
|
enabled=enabled,
|
|
7274
7287
|
notification_rule_name=notification_rule_name,
|
|
@@ -7282,6 +7295,7 @@ class _IPipelineProxy(
|
|
|
7282
7295
|
id: builtins.str,
|
|
7283
7296
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7284
7297
|
*,
|
|
7298
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7285
7299
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7286
7300
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7287
7301
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7290,6 +7304,7 @@ class _IPipelineProxy(
|
|
|
7290
7304
|
|
|
7291
7305
|
:param id: Identifier for this notification handler.
|
|
7292
7306
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7307
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7293
7308
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7294
7309
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7295
7310
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7301,6 +7316,7 @@ class _IPipelineProxy(
|
|
|
7301
7316
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7302
7317
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7303
7318
|
options = _NotificationRuleOptions_dff73281(
|
|
7319
|
+
created_by=created_by,
|
|
7304
7320
|
detail_type=detail_type,
|
|
7305
7321
|
enabled=enabled,
|
|
7306
7322
|
notification_rule_name=notification_rule_name,
|
|
@@ -7314,6 +7330,7 @@ class _IPipelineProxy(
|
|
|
7314
7330
|
id: builtins.str,
|
|
7315
7331
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7316
7332
|
*,
|
|
7333
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7317
7334
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7318
7335
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7319
7336
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7322,6 +7339,7 @@ class _IPipelineProxy(
|
|
|
7322
7339
|
|
|
7323
7340
|
:param id: Identifier for this notification handler.
|
|
7324
7341
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7342
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7325
7343
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7326
7344
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7327
7345
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7333,6 +7351,7 @@ class _IPipelineProxy(
|
|
|
7333
7351
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7334
7352
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7335
7353
|
options = _NotificationRuleOptions_dff73281(
|
|
7354
|
+
created_by=created_by,
|
|
7336
7355
|
detail_type=detail_type,
|
|
7337
7356
|
enabled=enabled,
|
|
7338
7357
|
notification_rule_name=notification_rule_name,
|
|
@@ -7346,6 +7365,7 @@ class _IPipelineProxy(
|
|
|
7346
7365
|
id: builtins.str,
|
|
7347
7366
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7348
7367
|
*,
|
|
7368
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7349
7369
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7350
7370
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7351
7371
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7354,6 +7374,7 @@ class _IPipelineProxy(
|
|
|
7354
7374
|
|
|
7355
7375
|
:param id: Identifier for this notification handler.
|
|
7356
7376
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7377
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7357
7378
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7358
7379
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7359
7380
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7365,6 +7386,7 @@ class _IPipelineProxy(
|
|
|
7365
7386
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7366
7387
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7367
7388
|
options = _NotificationRuleOptions_dff73281(
|
|
7389
|
+
created_by=created_by,
|
|
7368
7390
|
detail_type=detail_type,
|
|
7369
7391
|
enabled=enabled,
|
|
7370
7392
|
notification_rule_name=notification_rule_name,
|
|
@@ -7378,6 +7400,7 @@ class _IPipelineProxy(
|
|
|
7378
7400
|
id: builtins.str,
|
|
7379
7401
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7380
7402
|
*,
|
|
7403
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7381
7404
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7382
7405
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7383
7406
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7386,6 +7409,7 @@ class _IPipelineProxy(
|
|
|
7386
7409
|
|
|
7387
7410
|
:param id: Identifier for this notification handler.
|
|
7388
7411
|
:param target: The target to register for the CodeStar Notifications destination.
|
|
7412
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7389
7413
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7390
7414
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7391
7415
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7397,6 +7421,7 @@ class _IPipelineProxy(
|
|
|
7397
7421
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7398
7422
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7399
7423
|
options = _NotificationRuleOptions_dff73281(
|
|
7424
|
+
created_by=created_by,
|
|
7400
7425
|
detail_type=detail_type,
|
|
7401
7426
|
enabled=enabled,
|
|
7402
7427
|
notification_rule_name=notification_rule_name,
|
|
@@ -7815,6 +7840,7 @@ class Pipeline(
|
|
|
7815
7840
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7816
7841
|
*,
|
|
7817
7842
|
events: typing.Sequence["PipelineNotificationEvents"],
|
|
7843
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7818
7844
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7819
7845
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7820
7846
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7828,6 +7854,7 @@ class Pipeline(
|
|
|
7828
7854
|
:param id: -
|
|
7829
7855
|
:param target: -
|
|
7830
7856
|
:param events: A list of event types associated with this notification rule for CodePipeline Pipeline. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
|
|
7857
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7831
7858
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7832
7859
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7833
7860
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7838,6 +7865,7 @@ class Pipeline(
|
|
|
7838
7865
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7839
7866
|
options = PipelineNotifyOnOptions(
|
|
7840
7867
|
events=events,
|
|
7868
|
+
created_by=created_by,
|
|
7841
7869
|
detail_type=detail_type,
|
|
7842
7870
|
enabled=enabled,
|
|
7843
7871
|
notification_rule_name=notification_rule_name,
|
|
@@ -7851,6 +7879,7 @@ class Pipeline(
|
|
|
7851
7879
|
id: builtins.str,
|
|
7852
7880
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7853
7881
|
*,
|
|
7882
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7854
7883
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7855
7884
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7856
7885
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7859,6 +7888,7 @@ class Pipeline(
|
|
|
7859
7888
|
|
|
7860
7889
|
:param id: -
|
|
7861
7890
|
:param target: -
|
|
7891
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7862
7892
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7863
7893
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7864
7894
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7868,6 +7898,7 @@ class Pipeline(
|
|
|
7868
7898
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7869
7899
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7870
7900
|
options = _NotificationRuleOptions_dff73281(
|
|
7901
|
+
created_by=created_by,
|
|
7871
7902
|
detail_type=detail_type,
|
|
7872
7903
|
enabled=enabled,
|
|
7873
7904
|
notification_rule_name=notification_rule_name,
|
|
@@ -7881,6 +7912,7 @@ class Pipeline(
|
|
|
7881
7912
|
id: builtins.str,
|
|
7882
7913
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7883
7914
|
*,
|
|
7915
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7884
7916
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7885
7917
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7886
7918
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7889,6 +7921,7 @@ class Pipeline(
|
|
|
7889
7921
|
|
|
7890
7922
|
:param id: -
|
|
7891
7923
|
:param target: -
|
|
7924
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7892
7925
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7893
7926
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7894
7927
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7898,6 +7931,7 @@ class Pipeline(
|
|
|
7898
7931
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7899
7932
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7900
7933
|
options = _NotificationRuleOptions_dff73281(
|
|
7934
|
+
created_by=created_by,
|
|
7901
7935
|
detail_type=detail_type,
|
|
7902
7936
|
enabled=enabled,
|
|
7903
7937
|
notification_rule_name=notification_rule_name,
|
|
@@ -7911,6 +7945,7 @@ class Pipeline(
|
|
|
7911
7945
|
id: builtins.str,
|
|
7912
7946
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7913
7947
|
*,
|
|
7948
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7914
7949
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7915
7950
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7916
7951
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7919,6 +7954,7 @@ class Pipeline(
|
|
|
7919
7954
|
|
|
7920
7955
|
:param id: -
|
|
7921
7956
|
:param target: -
|
|
7957
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7922
7958
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7923
7959
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7924
7960
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7928,6 +7964,7 @@ class Pipeline(
|
|
|
7928
7964
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7929
7965
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7930
7966
|
options = _NotificationRuleOptions_dff73281(
|
|
7967
|
+
created_by=created_by,
|
|
7931
7968
|
detail_type=detail_type,
|
|
7932
7969
|
enabled=enabled,
|
|
7933
7970
|
notification_rule_name=notification_rule_name,
|
|
@@ -7941,6 +7978,7 @@ class Pipeline(
|
|
|
7941
7978
|
id: builtins.str,
|
|
7942
7979
|
target: _INotificationRuleTarget_faa3b79b,
|
|
7943
7980
|
*,
|
|
7981
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
7944
7982
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
7945
7983
|
enabled: typing.Optional[builtins.bool] = None,
|
|
7946
7984
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -7949,6 +7987,7 @@ class Pipeline(
|
|
|
7949
7987
|
|
|
7950
7988
|
:param id: -
|
|
7951
7989
|
:param target: -
|
|
7990
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
7952
7991
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
7953
7992
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
7954
7993
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -7958,6 +7997,7 @@ class Pipeline(
|
|
|
7958
7997
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7959
7998
|
check_type(argname="argument target", value=target, expected_type=type_hints["target"])
|
|
7960
7999
|
options = _NotificationRuleOptions_dff73281(
|
|
8000
|
+
created_by=created_by,
|
|
7961
8001
|
detail_type=detail_type,
|
|
7962
8002
|
enabled=enabled,
|
|
7963
8003
|
notification_rule_name=notification_rule_name,
|
|
@@ -8149,6 +8189,7 @@ class PipelineNotificationEvents(enum.Enum):
|
|
|
8149
8189
|
jsii_type="aws-cdk-lib.aws_codepipeline.PipelineNotifyOnOptions",
|
|
8150
8190
|
jsii_struct_bases=[_NotificationRuleOptions_dff73281],
|
|
8151
8191
|
name_mapping={
|
|
8192
|
+
"created_by": "createdBy",
|
|
8152
8193
|
"detail_type": "detailType",
|
|
8153
8194
|
"enabled": "enabled",
|
|
8154
8195
|
"notification_rule_name": "notificationRuleName",
|
|
@@ -8159,6 +8200,7 @@ class PipelineNotifyOnOptions(_NotificationRuleOptions_dff73281):
|
|
|
8159
8200
|
def __init__(
|
|
8160
8201
|
self,
|
|
8161
8202
|
*,
|
|
8203
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
8162
8204
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
8163
8205
|
enabled: typing.Optional[builtins.bool] = None,
|
|
8164
8206
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -8166,6 +8208,7 @@ class PipelineNotifyOnOptions(_NotificationRuleOptions_dff73281):
|
|
|
8166
8208
|
) -> None:
|
|
8167
8209
|
'''Additional options to pass to the notification rule.
|
|
8168
8210
|
|
|
8211
|
+
:param created_by: The name or email alias of the person who created the notification rule. If not specified, it means that the creator's alias is not provided. Default: - No alias provided
|
|
8169
8212
|
:param detail_type: The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Default: DetailType.FULL
|
|
8170
8213
|
:param enabled: The status of the notification rule. If the enabled is set to DISABLED, notifications aren't sent for the notification rule. Default: true
|
|
8171
8214
|
:param notification_rule_name: The name for the notification rule. Notification rule names must be unique in your AWS account. Default: - generated from the ``id``
|
|
@@ -8184,6 +8227,7 @@ class PipelineNotifyOnOptions(_NotificationRuleOptions_dff73281):
|
|
|
8184
8227
|
events=[codepipeline.PipelineNotificationEvents.PIPELINE_EXECUTION_FAILED],
|
|
8185
8228
|
|
|
8186
8229
|
# the properties below are optional
|
|
8230
|
+
created_by="createdBy",
|
|
8187
8231
|
detail_type=codestarnotifications.DetailType.BASIC,
|
|
8188
8232
|
enabled=False,
|
|
8189
8233
|
notification_rule_name="notificationRuleName"
|
|
@@ -8191,6 +8235,7 @@ class PipelineNotifyOnOptions(_NotificationRuleOptions_dff73281):
|
|
|
8191
8235
|
'''
|
|
8192
8236
|
if __debug__:
|
|
8193
8237
|
type_hints = typing.get_type_hints(_typecheckingstub__693d1283d2d74eee6f02dcd6e1ffa263f5eb44bb8ef097838bbcc9e9377d23fb)
|
|
8238
|
+
check_type(argname="argument created_by", value=created_by, expected_type=type_hints["created_by"])
|
|
8194
8239
|
check_type(argname="argument detail_type", value=detail_type, expected_type=type_hints["detail_type"])
|
|
8195
8240
|
check_type(argname="argument enabled", value=enabled, expected_type=type_hints["enabled"])
|
|
8196
8241
|
check_type(argname="argument notification_rule_name", value=notification_rule_name, expected_type=type_hints["notification_rule_name"])
|
|
@@ -8198,6 +8243,8 @@ class PipelineNotifyOnOptions(_NotificationRuleOptions_dff73281):
|
|
|
8198
8243
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
8199
8244
|
"events": events,
|
|
8200
8245
|
}
|
|
8246
|
+
if created_by is not None:
|
|
8247
|
+
self._values["created_by"] = created_by
|
|
8201
8248
|
if detail_type is not None:
|
|
8202
8249
|
self._values["detail_type"] = detail_type
|
|
8203
8250
|
if enabled is not None:
|
|
@@ -8205,6 +8252,17 @@ class PipelineNotifyOnOptions(_NotificationRuleOptions_dff73281):
|
|
|
8205
8252
|
if notification_rule_name is not None:
|
|
8206
8253
|
self._values["notification_rule_name"] = notification_rule_name
|
|
8207
8254
|
|
|
8255
|
+
@builtins.property
|
|
8256
|
+
def created_by(self) -> typing.Optional[builtins.str]:
|
|
8257
|
+
'''The name or email alias of the person who created the notification rule.
|
|
8258
|
+
|
|
8259
|
+
If not specified, it means that the creator's alias is not provided.
|
|
8260
|
+
|
|
8261
|
+
:default: - No alias provided
|
|
8262
|
+
'''
|
|
8263
|
+
result = self._values.get("created_by")
|
|
8264
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
8265
|
+
|
|
8208
8266
|
@builtins.property
|
|
8209
8267
|
def detail_type(self) -> typing.Optional[_DetailType_cf8135e7]:
|
|
8210
8268
|
'''The level of detail to include in the notifications for this resource.
|
|
@@ -10234,6 +10292,7 @@ def _typecheckingstub__f09c09792f06a97dbac5dff8f76d8dd7f1ab355a7c30ba51c9c2cf46e
|
|
|
10234
10292
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10235
10293
|
*,
|
|
10236
10294
|
events: typing.Sequence[PipelineNotificationEvents],
|
|
10295
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10237
10296
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10238
10297
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10239
10298
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10245,6 +10304,7 @@ def _typecheckingstub__b20e6cd8fdba6ef348c66323c52adec352f6a8b95201297bf91a2c35c
|
|
|
10245
10304
|
id: builtins.str,
|
|
10246
10305
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10247
10306
|
*,
|
|
10307
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10248
10308
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10249
10309
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10250
10310
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10256,6 +10316,7 @@ def _typecheckingstub__d57a9d69535ea91dd4c2c94686f783ea1cf000a92ee0213244da5b27a
|
|
|
10256
10316
|
id: builtins.str,
|
|
10257
10317
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10258
10318
|
*,
|
|
10319
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10259
10320
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10260
10321
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10261
10322
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10267,6 +10328,7 @@ def _typecheckingstub__51c8030bf8e0480af476639a6664a3065539aa4d289f7ffaf2c426817
|
|
|
10267
10328
|
id: builtins.str,
|
|
10268
10329
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10269
10330
|
*,
|
|
10331
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10270
10332
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10271
10333
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10272
10334
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10278,6 +10340,7 @@ def _typecheckingstub__72d02301c81a04f8c5d06524c59659c7761dc330c3498f18ab5378071
|
|
|
10278
10340
|
id: builtins.str,
|
|
10279
10341
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10280
10342
|
*,
|
|
10343
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10281
10344
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10282
10345
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10283
10346
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10383,6 +10446,7 @@ def _typecheckingstub__329d2ba2d275cc24a9e2ec07ab49bf9070ef024e64f5fd30155962cf2
|
|
|
10383
10446
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10384
10447
|
*,
|
|
10385
10448
|
events: typing.Sequence[PipelineNotificationEvents],
|
|
10449
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10386
10450
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10387
10451
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10388
10452
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10394,6 +10458,7 @@ def _typecheckingstub__d659aeae80910f54072ec321264783f2fac350957c516a6af5d6b9fe4
|
|
|
10394
10458
|
id: builtins.str,
|
|
10395
10459
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10396
10460
|
*,
|
|
10461
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10397
10462
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10398
10463
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10399
10464
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10405,6 +10470,7 @@ def _typecheckingstub__f5c95fc1b94e0fad6401328efbc9089340d3d26e0e64c2e12599dd372
|
|
|
10405
10470
|
id: builtins.str,
|
|
10406
10471
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10407
10472
|
*,
|
|
10473
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10408
10474
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10409
10475
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10410
10476
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10416,6 +10482,7 @@ def _typecheckingstub__ac574684d5415374758bc8e4ceb7aeb63a9418ea5450dbff0df55af0d
|
|
|
10416
10482
|
id: builtins.str,
|
|
10417
10483
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10418
10484
|
*,
|
|
10485
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10419
10486
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10420
10487
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10421
10488
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10427,6 +10494,7 @@ def _typecheckingstub__8048d5dc87187734332fb4d3c0177bc9729eb9ec7aaaf84fc3dc254e7
|
|
|
10427
10494
|
id: builtins.str,
|
|
10428
10495
|
target: _INotificationRuleTarget_faa3b79b,
|
|
10429
10496
|
*,
|
|
10497
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10430
10498
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10431
10499
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10432
10500
|
notification_rule_name: typing.Optional[builtins.str] = None,
|
|
@@ -10466,6 +10534,7 @@ def _typecheckingstub__fe3129dc544ee80782ab12928d846fc8298b3a84c6755877b473b38e9
|
|
|
10466
10534
|
|
|
10467
10535
|
def _typecheckingstub__693d1283d2d74eee6f02dcd6e1ffa263f5eb44bb8ef097838bbcc9e9377d23fb(
|
|
10468
10536
|
*,
|
|
10537
|
+
created_by: typing.Optional[builtins.str] = None,
|
|
10469
10538
|
detail_type: typing.Optional[_DetailType_cf8135e7] = None,
|
|
10470
10539
|
enabled: typing.Optional[builtins.bool] = None,
|
|
10471
10540
|
notification_rule_name: typing.Optional[builtins.str] = None,
|