Class GuardDutyFinding.BlockPublicAccess.Jsii$Proxy

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

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

    • getBlockPublicAcls

      public final List<String> getBlockPublicAcls()
      Description copied from interface: GuardDutyFinding.BlockPublicAccess
      (experimental) blockPublicAcls property.

      Specify an array of string values to match this event if the actual value of blockPublicAcls 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:
      getBlockPublicAcls in interface GuardDutyFinding.BlockPublicAccess
    • getBlockPublicPolicy

      public final List<String> getBlockPublicPolicy()
      Description copied from interface: GuardDutyFinding.BlockPublicAccess
      (experimental) blockPublicPolicy property.

      Specify an array of string values to match this event if the actual value of blockPublicPolicy 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:
      getBlockPublicPolicy in interface GuardDutyFinding.BlockPublicAccess
    • getIgnorePublicAcls

      public final List<String> getIgnorePublicAcls()
      Description copied from interface: GuardDutyFinding.BlockPublicAccess
      (experimental) ignorePublicAcls property.

      Specify an array of string values to match this event if the actual value of ignorePublicAcls 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:
      getIgnorePublicAcls in interface GuardDutyFinding.BlockPublicAccess
    • getRestrictPublicBuckets

      public final List<String> getRestrictPublicBuckets()
      Description copied from interface: GuardDutyFinding.BlockPublicAccess
      (experimental) restrictPublicBuckets property.

      Specify an array of string values to match this event if the actual value of restrictPublicBuckets 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:
      getRestrictPublicBuckets in interface GuardDutyFinding.BlockPublicAccess
    • $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