Interface DetectorEvents.GuardDutyFinding.NewPolicy
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.NewPolicy.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.*;
NewPolicy newPolicy = NewPolicy.builder()
.allowUsersToChangePassword(List.of("allowUsersToChangePassword"))
.hardExpiry(List.of("hardExpiry"))
.maxPasswordAge(List.of("maxPasswordAge"))
.minimumPasswordLength(List.of("minimumPasswordLength"))
.passwordReusePrevention(List.of("passwordReusePrevention"))
.requireLowercaseCharacters(List.of("requireLowercaseCharacters"))
.requireNumbers(List.of("requireNumbers"))
.requireSymbols(List.of("requireSymbols"))
.requireUppercaseCharacters(List.of("requireUppercaseCharacters"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDetectorEvents.GuardDutyFinding.NewPolicystatic final classAn implementation forDetectorEvents.GuardDutyFinding.NewPolicy -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) allowUsersToChangePassword property.(experimental) hardExpiry property.(experimental) maxPasswordAge property.(experimental) minimumPasswordLength property.(experimental) passwordReusePrevention property.(experimental) requireLowercaseCharacters property.(experimental) requireNumbers property.(experimental) requireSymbols property.(experimental) requireUppercaseCharacters property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowUsersToChangePassword
(experimental) allowUsersToChangePassword property.Specify an array of string values to match this event if the actual value of allowUsersToChangePassword 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
-
getHardExpiry
(experimental) hardExpiry property.Specify an array of string values to match this event if the actual value of hardExpiry 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
-
getMaxPasswordAge
(experimental) maxPasswordAge property.Specify an array of string values to match this event if the actual value of maxPasswordAge 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
-
getMinimumPasswordLength
(experimental) minimumPasswordLength property.Specify an array of string values to match this event if the actual value of minimumPasswordLength 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
-
getPasswordReusePrevention
(experimental) passwordReusePrevention property.Specify an array of string values to match this event if the actual value of passwordReusePrevention 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
-
getRequireLowercaseCharacters
(experimental) requireLowercaseCharacters property.Specify an array of string values to match this event if the actual value of requireLowercaseCharacters 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
-
getRequireNumbers
(experimental) requireNumbers property.Specify an array of string values to match this event if the actual value of requireNumbers 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
-
getRequireSymbols
(experimental) requireSymbols property.Specify an array of string values to match this event if the actual value of requireSymbols 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
-
getRequireUppercaseCharacters
(experimental) requireUppercaseCharacters property.Specify an array of string values to match this event if the actual value of requireUppercaseCharacters 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
-