Class NotificationRuleProps.Jsii$Proxy
- All Implemented Interfaces:
NotificationRuleOptions
,NotificationRuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NotificationRuleProps
NotificationRuleProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codestarnotifications.NotificationRuleProps
NotificationRuleProps.Builder, NotificationRuleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(NotificationRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNotificationRuleProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name or email alias of the person who created the notification rule.final DetailType
The level of detail to include in the notifications for this resource.final Boolean
The status of the notification rule.A list of event types associated with this notification rule.final String
The name for the notification rule.final INotificationRuleSource
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.final List<INotificationRuleTarget>
The targets to register for the notification destination.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theNotificationRuleProps.Builder
.
-
-
Method Details
-
getEvents
Description copied from interface:NotificationRuleProps
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.
- Specified by:
getEvents
in interfaceNotificationRuleProps
- See Also:
-
getSource
Description copied from interface:NotificationRuleProps
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.Currently, Supported sources include pipelines in AWS CodePipeline, build projects in AWS CodeBuild, and repositories in AWS CodeCommit in this L2 constructor.
- Specified by:
getSource
in interfaceNotificationRuleProps
- See Also:
-
getTargets
Description copied from interface:NotificationRuleProps
The targets to register for the notification destination.Default: - No targets are added to the rule. Use `addTarget()` to add a target.
- Specified by:
getTargets
in interfaceNotificationRuleProps
-
getCreatedBy
Description copied from interface:NotificationRuleOptions
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
- Specified by:
getCreatedBy
in interfaceNotificationRuleOptions
-
getDetailType
Description copied from interface:NotificationRuleOptions
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
- Specified by:
getDetailType
in interfaceNotificationRuleOptions
-
getEnabled
Description copied from interface:NotificationRuleOptions
The status of the notification rule.If the enabled is set to DISABLED, notifications aren't sent for the notification rule.
Default: true
- Specified by:
getEnabled
in interfaceNotificationRuleOptions
-
getNotificationRuleName
Description copied from interface:NotificationRuleOptions
The name for the notification rule.Notification rule names must be unique in your AWS account.
Default: - generated from the `id`
- Specified by:
getNotificationRuleName
in interfaceNotificationRuleOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-