Show / Hide Table of Contents

Class GuardDutyFinding.OldPolicy

(experimental) Type definition for OldPolicy.

Inheritance
object
GuardDutyFinding.OldPolicy
Implements
GuardDutyFinding.IOldPolicy
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class GuardDutyFinding.OldPolicy : GuardDutyFinding.IOldPolicy
Syntax (vb)
Public Class GuardDutyFinding.OldPolicy Implements GuardDutyFinding.IOldPolicy
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events;

             var oldPolicy = new OldPolicy {
                 AllowUsersToChangePassword = new [] { "allowUsersToChangePassword" },
                 HardExpiry = new [] { "hardExpiry" },
                 MaxPasswordAge = new [] { "maxPasswordAge" },
                 MinimumPasswordLength = new [] { "minimumPasswordLength" },
                 PasswordReusePrevention = new [] { "passwordReusePrevention" },
                 RequireLowercaseCharacters = new [] { "requireLowercaseCharacters" },
                 RequireNumbers = new [] { "requireNumbers" },
                 RequireSymbols = new [] { "requireSymbols" },
                 RequireUppercaseCharacters = new [] { "requireUppercaseCharacters" }
             };

Synopsis

Constructors

OldPolicy()

(experimental) Type definition for OldPolicy.

Properties

AllowUsersToChangePassword

(experimental) allowUsersToChangePassword property.

HardExpiry

(experimental) hardExpiry property.

MaxPasswordAge

(experimental) maxPasswordAge property.

MinimumPasswordLength

(experimental) minimumPasswordLength property.

PasswordReusePrevention

(experimental) passwordReusePrevention property.

RequireLowercaseCharacters

(experimental) requireLowercaseCharacters property.

RequireNumbers

(experimental) requireNumbers property.

RequireSymbols

(experimental) requireSymbols property.

RequireUppercaseCharacters

(experimental) requireUppercaseCharacters property.

Constructors

OldPolicy()

(experimental) Type definition for OldPolicy.

public OldPolicy()
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events;

             var oldPolicy = new OldPolicy {
                 AllowUsersToChangePassword = new [] { "allowUsersToChangePassword" },
                 HardExpiry = new [] { "hardExpiry" },
                 MaxPasswordAge = new [] { "maxPasswordAge" },
                 MinimumPasswordLength = new [] { "minimumPasswordLength" },
                 PasswordReusePrevention = new [] { "passwordReusePrevention" },
                 RequireLowercaseCharacters = new [] { "requireLowercaseCharacters" },
                 RequireNumbers = new [] { "requireNumbers" },
                 RequireSymbols = new [] { "requireSymbols" },
                 RequireUppercaseCharacters = new [] { "requireUppercaseCharacters" }
             };

Properties

AllowUsersToChangePassword

(experimental) allowUsersToChangePassword property.

public string[]? AllowUsersToChangePassword { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

HardExpiry

(experimental) hardExpiry property.

public string[]? HardExpiry { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

MaxPasswordAge

(experimental) maxPasswordAge property.

public string[]? MaxPasswordAge { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

MinimumPasswordLength

(experimental) minimumPasswordLength property.

public string[]? MinimumPasswordLength { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

PasswordReusePrevention

(experimental) passwordReusePrevention property.

public string[]? PasswordReusePrevention { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RequireLowercaseCharacters

(experimental) requireLowercaseCharacters property.

public string[]? RequireLowercaseCharacters { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RequireNumbers

(experimental) requireNumbers property.

public string[]? RequireNumbers { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RequireSymbols

(experimental) requireSymbols property.

public string[]? RequireSymbols { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RequireUppercaseCharacters

(experimental) requireUppercaseCharacters property.

public string[]? RequireUppercaseCharacters { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Implements

GuardDutyFinding.IOldPolicy
Back to top Generated by DocFX