Class PipelineNotifyOnOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.PipelineNotifyOnOptions.Jsii$Proxy
- All Implemented Interfaces:
PipelineNotifyOnOptions,NotificationRuleOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PipelineNotifyOnOptions
@Stability(Stable)
@Internal
public static final class PipelineNotifyOnOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PipelineNotifyOnOptions
An implementation for
PipelineNotifyOnOptions-
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.codepipeline.PipelineNotifyOnOptions
PipelineNotifyOnOptions.Builder, PipelineNotifyOnOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by thePipelineNotifyOnOptions.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 DetailTypeThe level of detail to include in the notifications for this resource.final BooleanThe status of the notification rule.final List<PipelineNotificationEvents>A list of event types associated with this notification rule for CodePipeline Pipeline.final StringThe name for the notification rule.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 thePipelineNotifyOnOptions.Builder.
-
-
Method Details
-
getEvents
Description copied from interface:PipelineNotifyOnOptionsA list of event types associated with this notification rule for CodePipeline Pipeline.For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
- Specified by:
getEventsin interfacePipelineNotifyOnOptions- See Also:
-
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()
-