@Stability(value=Stable) public static final class CfnMaintenanceWindowTask.NotificationConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMaintenanceWindowTask.NotificationConfigProperty>
CfnMaintenanceWindowTask.NotificationConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMaintenanceWindowTask.NotificationConfigProperty |
build()
Builds the configured instance.
|
CfnMaintenanceWindowTask.NotificationConfigProperty.Builder |
notificationArn(String notificationArn)
Sets the value of
CfnMaintenanceWindowTask.NotificationConfigProperty.getNotificationArn() |
CfnMaintenanceWindowTask.NotificationConfigProperty.Builder |
notificationEvents(List<String> notificationEvents)
|
CfnMaintenanceWindowTask.NotificationConfigProperty.Builder |
notificationType(String notificationType)
|
@Stability(value=Stable) public CfnMaintenanceWindowTask.NotificationConfigProperty.Builder notificationArn(String notificationArn)
CfnMaintenanceWindowTask.NotificationConfigProperty.getNotificationArn()notificationArn - An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic. This parameter is required.
Run Command pushes notifications about command status changes to this topic.this@Stability(value=Stable) public CfnMaintenanceWindowTask.NotificationConfigProperty.Builder notificationEvents(List<String> notificationEvents)
notificationEvents - The different events that you can receive notifications for.
These events include the following: All (events), InProgress , Success , TimedOut , Cancelled , Failed . To learn more about these events, see Configuring Amazon SNS Notifications for AWS Systems Manager in the AWS Systems Manager User Guide .this@Stability(value=Stable) public CfnMaintenanceWindowTask.NotificationConfigProperty.Builder notificationType(String notificationType)
notificationType - The notification type.
Command : Receive notification when the status of a command changes.Invocation : For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.this@Stability(value=Stable) public CfnMaintenanceWindowTask.NotificationConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnMaintenanceWindowTask.NotificationConfigProperty>CfnMaintenanceWindowTask.NotificationConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.