Class DetectorArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.GuardDuty
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DetectorArgs : ResourceArgs
Constructors
View SourceDetectorArgs()
Declaration
public DetectorArgs()
Properties
View SourceEnable
Enable monitoring and feedback reporting. Setting to false is equivalent to "suspending" GuardDuty. Defaults to true.
Declaration
public Input<bool> Enable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
FindingPublishingFrequency
Specifies the frequency of notifications sent for subsequent finding occurrences. If the detector is a GuardDuty member account, the value is determined by the GuardDuty master account and cannot be modified, otherwise defaults to SIX_HOURS. For standalone and GuardDuty master accounts, it must be configured in this provider to enable drift detection. Valid values for standalone and master accounts: FIFTEEN_MINUTES, ONE_HOUR, SIX_HOURS. See AWS Documentation for more information.
Declaration
public Input<string> FindingPublishingFrequency { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |