Class LimitBreach.LimitBreachProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ivs.events.LimitBreach.LimitBreachProps.Jsii$Proxy
All Implemented Interfaces:
LimitBreach.LimitBreachProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
LimitBreach.LimitBreachProps

@Stability(Experimental) @Internal public static final class LimitBreach.LimitBreachProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LimitBreach.LimitBreachProps
An implementation for LimitBreach.LimitBreachProps
  • 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(LimitBreach.LimitBreachProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LimitBreach.LimitBreachProps.Builder.
  • Method Details

    • getEventMetadata

      public final AWSEventMetadataProps getEventMetadata()
      Description copied from interface: LimitBreach.LimitBreachProps
      (experimental) EventBridge event metadata.

      Default: - -

      Specified by:
      getEventMetadata in interface LimitBreach.LimitBreachProps
    • getExceededBy

      public final List<String> getExceededBy()
      Description copied from interface: LimitBreach.LimitBreachProps
      (experimental) exceeded_by property.

      Specify an array of string values to match this event if the actual value of exceeded_by is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getExceededBy in interface LimitBreach.LimitBreachProps
    • getLimit

      public final List<String> getLimit()
      Description copied from interface: LimitBreach.LimitBreachProps
      (experimental) limit property.

      Specify an array of string values to match this event if the actual value of limit is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getLimit in interface LimitBreach.LimitBreachProps
    • getLimitUnit

      public final List<String> getLimitUnit()
      Description copied from interface: LimitBreach.LimitBreachProps
      (experimental) limit_unit property.

      Specify an array of string values to match this event if the actual value of limit_unit is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getLimitUnit in interface LimitBreach.LimitBreachProps
    • getLimitValue

      public final List<String> getLimitValue()
      Description copied from interface: LimitBreach.LimitBreachProps
      (experimental) limit_value property.

      Specify an array of string values to match this event if the actual value of limit_value is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getLimitValue in interface LimitBreach.LimitBreachProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object