Interface DetectorEvents.GuardDutyFinding.BlockPublicAccess
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.BlockPublicAccess.Jsii$Proxy
- Enclosing class:
DetectorEvents.GuardDutyFinding
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDetectorEvents.GuardDutyFinding.BlockPublicAccessstatic final classAn implementation forDetectorEvents.GuardDutyFinding.BlockPublicAccess -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) blockPublicAcls property.(experimental) blockPublicPolicy property.(experimental) ignorePublicAcls property.(experimental) restrictPublicBuckets property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-