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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codestarnotifications.NotificationRuleProps
NotificationRuleProps.Builder, NotificationRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NotificationRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNotificationRuleProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name or email alias of the person who created the notification rule.final DetailTypeThe level of detail to include in the notifications for this resource.final BooleanThe status of the notification rule.A list of event types associated with this notification rule.final StringThe name for the notification rule.final INotificationRuleSourceThe 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 inthashCode()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:NotificationRulePropsA 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:
getEventsin interfaceNotificationRuleProps- See Also:
-
getSource
Description copied from interface:NotificationRulePropsThe 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:
getSourcein interfaceNotificationRuleProps- See Also:
-
getTargets
Description copied from interface:NotificationRulePropsThe targets to register for the notification destination.Default: - No targets are added to the rule. Use `addTarget()` to add a target.
- Specified by:
getTargetsin interfaceNotificationRuleProps
-
getCreatedBy
Description copied from interface:NotificationRuleOptionsThe 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:
getCreatedByin interfaceNotificationRuleOptions
-
getDetailType
Description copied from interface:NotificationRuleOptionsThe 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:
getDetailTypein interfaceNotificationRuleOptions
-
getEnabled
Description copied from interface:NotificationRuleOptionsThe status of the notification rule.If the enabled is set to DISABLED, notifications aren't sent for the notification rule.
Default: true
- Specified by:
getEnabledin interfaceNotificationRuleOptions
-
getNotificationRuleName
Description copied from interface:NotificationRuleOptionsThe name for the notification rule.Notification rule names must be unique in your AWS account.
Default: - generated from the `id`
- Specified by:
getNotificationRuleNamein interfaceNotificationRuleOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-