Class CfnNotificationRuleProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codestarnotifications.CfnNotificationRuleProps.Jsii$Proxy
All Implemented Interfaces:
CfnNotificationRuleProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnNotificationRuleProps

@Stability(Stable) @Internal public static final class CfnNotificationRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnNotificationRuleProps
An implementation for CfnNotificationRuleProps
  • 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.CfnNotificationRuleProps

    CfnNotificationRuleProps.Builder, CfnNotificationRuleProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnNotificationRuleProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    AWS::CodeStarNotifications::NotificationRule.CreatedBy.
    final String
    The level of detail to include in the notifications for this resource.
    final String
    AWS::CodeStarNotifications::NotificationRule.EventTypeId.
    final List<String>
    A list of event types associated with this notification rule.
    final String
    The name for the notification rule.
    final String
    The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
    final String
    The status of the notification rule.
    A list of tags to apply to this notification rule.
    final String
    AWS::CodeStarNotifications::NotificationRule.TargetAddress.
    final Object
    A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and AWS Chatbot clients to associate with the notification rule.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnNotificationRuleProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnNotificationRuleProps.Builder.
  • Method Details