String name
The name for the notification rule. Notification rule names must be unique in your Amazon Web Services account.
List<E> eventTypeIds
A list of event types associated with this notification rule. For a list of allowed events, see EventTypeSummary.
String resource
The Amazon Resource Name (ARN) of the resource to associate with the notification rule. Supported resources include pipelines in CodePipeline, repositories in CodeCommit, and build projects in CodeBuild.
List<E> targets
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to associate with the notification rule.
String detailType
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 Amazon 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.
String clientRequestToken
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request with the same parameters is received and a token is included, the request returns information about the initial request that used that token.
The Amazon Web Services SDKs prepopulate client request tokens. If you are using an Amazon Web Services SDK, an idempotency token is created for you.
Map<K,V> tags
A list of tags to apply to this notification rule. Key names cannot start with "aws".
String status
The status of the notification rule. The default value is ENABLED. If the status is set to
DISABLED, notifications aren't sent for the notification rule.
String arn
The Amazon Resource Name (ARN) of the notification rule.
String arn
The Amazon Resource Name (ARN) of the notification rule you want to delete.
String arn
The Amazon Resource Name (ARN) of the deleted notification rule.
String targetAddress
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
Boolean forceUnsubscribeAll
A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.
String arn
The Amazon Resource Name (ARN) of the notification rule.
String arn
The Amazon Resource Name (ARN) of the notification rule.
String name
The name of the notification rule.
List<E> eventTypes
A list of the event types associated with the notification rule.
String resource
The Amazon Resource Name (ARN) of the resource associated with the notification rule.
List<E> targets
A list of the Chatbot topics and Chatbot clients associated with the notification rule.
String detailType
The level of detail included in the notifications for this resource. BASIC will include only the contents of the event as it would appear in Amazon 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.
String createdBy
The name or email alias of the person who created the notification rule.
String status
The status of the notification rule. Valid statuses are on (sending notifications) or off (not sending notifications).
Date createdTimestamp
The date and time the notification rule was created, in timestamp format.
Date lastModifiedTimestamp
The date and time the notification rule was most recently updated, in timestamp format.
Map<K,V> tags
The tags associated with the notification rule.
String eventTypeId
The system-generated ID of the event. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
String serviceName
The name of the service for which the event applies.
String eventTypeName
The name of the event.
String resourceType
The resource type of the event.
List<E> filters
The filters to use to return information by service or resource type.
String nextToken
An enumeration token that, when provided in a request, returns the next batch of the results.
Integer maxResults
A non-negative integer used to limit the number of returned results. The default number is 50. The maximum number of results that can be returned is 100.
String name
The name of the attribute you want to use to filter the returned notification rules.
String value
The value of the attribute you want to use to filter the returned notification rules. For example, if you specify filtering by RESOURCE in Name, you might specify the ARN of a pipeline in CodePipeline for the value.
List<E> filters
The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
String nextToken
An enumeration token that, when provided in a request, returns the next batch of the results.
Integer maxResults
A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.
String arn
The Amazon Resource Name (ARN) for the notification rule.
String name
The name of the attribute you want to use to filter the returned targets.
String value
The value of the attribute you want to use to filter the returned targets. For example, if you specify
SNS for the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the value.
List<E> filters
The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
String nextToken
An enumeration token that, when provided in a request, returns the next batch of the results.
Integer maxResults
A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.
String arn
The Amazon Resource Name (ARN) of the notification rule for which you have created assocations.
String targetAddress
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
String targetType
The type of the target (for example, SNS).
Chatbot topics are specified as SNS.
Chatbot clients are specified as AWSChatbotSlack.
String targetStatus
The status of the target.
String arn
The Amazon Resource Name (ARN) of the the notification rule from which you have removed a subscription.
String arn
The Amazon Resource Name (ARN) of the notification rule.
String name
The name of the notification rule.
String status
The status of the notification rule. Valid statuses include enabled (sending notifications) or disabled (not sending notifications).
List<E> eventTypeIds
A list of event types associated with this notification rule. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
List<E> targets
The address and type of the targets to receive notifications from this notification rule.
String detailType
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 Amazon 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.
Copyright © 2023. All rights reserved.