String name
The name for the notification rule. Notifictaion rule names must be unique in your AWS 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 AWS CodePipeline, repositories in AWS CodeCommit, and build projects in AWS CodeBuild.
List<E> targets
A list of Amazon Resource Names (ARNs) of SNS topics 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 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.
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 AWS SDKs prepopulate client request tokens. If you are using an AWS 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 SNS topic to delete.
Boolean forceUnsubscribeAll
A Boolean value that can be used to delete all associations with this SNS topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your AWS 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 SNS topics 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 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.
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.
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 AWS 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 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.
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 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.
Copyright © 2022. All rights reserved.