aws codestar-notifications update-notification-rule

Updates a notification rule for a resource. You can change the events that trigger the notification rule, the status of the rule, and the targets that receive the notifications. To add or remove tags for a notification rule, you must use TagResource and UntagResource

Options

NameDescription
--arn <string>The Amazon Resource Name (ARN) of the notification rule
--name <string>The name of the notification rule
--status <string>The status of the notification rule. Valid statuses include enabled (sending notifications) or disabled (not sending notifications)
--event-type-ids <list>A list of event types associated with this notification rule
--targets <list>The address and type of the targets to receive notifications from this notification rule
--detail-type <string>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
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command