Class RepositoryNotifyOnOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codecommit.RepositoryNotifyOnOptions.Jsii$Proxy
- All Implemented Interfaces:
RepositoryNotifyOnOptions
,NotificationRuleOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RepositoryNotifyOnOptions
@Stability(Stable)
@Internal
public static final class RepositoryNotifyOnOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RepositoryNotifyOnOptions
An implementation for
RepositoryNotifyOnOptions
-
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.codecommit.RepositoryNotifyOnOptions
RepositoryNotifyOnOptions.Builder, RepositoryNotifyOnOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theRepositoryNotifyOnOptions.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.final List<RepositoryNotificationEvents>
A list of event types associated with this notification rule for CodeCommit repositories.final String
The name for the notification rule.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 theRepositoryNotifyOnOptions.Builder
.
-
-
Method Details
-
getEvents
Description copied from interface:RepositoryNotifyOnOptions
A list of event types associated with this notification rule for CodeCommit repositories.For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
- Specified by:
getEvents
in interfaceRepositoryNotifyOnOptions
- See Also:
-
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()
-