Interface DetectorEvents.GuardDutyFinding.BlockPublicAccess

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.BlockPublicAccess.Jsii$Proxy
Enclosing class:
DetectorEvents.GuardDutyFinding

@Stability(Experimental) public static interface DetectorEvents.GuardDutyFinding.BlockPublicAccess extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for BlockPublicAccess.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.guardduty.events.*;
 BlockPublicAccess blockPublicAccess = BlockPublicAccess.builder()
         .blockPublicAcls(List.of("blockPublicAcls"))
         .blockPublicPolicy(List.of("blockPublicPolicy"))
         .ignorePublicAcls(List.of("ignorePublicAcls"))
         .restrictPublicBuckets(List.of("restrictPublicBuckets"))
         .build();
 
  • Method Details

    • getBlockPublicAcls

      @Stability(Experimental) @Nullable default List<String> getBlockPublicAcls()
      (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

    • getBlockPublicPolicy

      @Stability(Experimental) @Nullable default List<String> getBlockPublicPolicy()
      (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

    • getIgnorePublicAcls

      @Stability(Experimental) @Nullable default List<String> getIgnorePublicAcls()
      (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

    • getRestrictPublicBuckets

      @Stability(Experimental) @Nullable default List<String> getRestrictPublicBuckets()
      (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

    • builder

      @Stability(Experimental) static DetectorEvents.GuardDutyFinding.BlockPublicAccess.Builder builder()
      Returns:
      a DetectorEvents.GuardDutyFinding.BlockPublicAccess.Builder of DetectorEvents.GuardDutyFinding.BlockPublicAccess