Class OrganizationConfigurationState
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 OrganizationConfigurationState : ResourceArgs
Constructors
View SourceOrganizationConfigurationState()
Declaration
public OrganizationConfigurationState()
Properties
View SourceAutoEnable
When this setting is enabled, all new accounts that are created in, or added to, the organization are added as a member accounts of the organization’s GuardDuty delegated administrator and GuardDuty is enabled in that AWS Region.
Declaration
public Input<bool> AutoEnable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DetectorId
The detector ID of the GuardDuty account.
Declaration
public Input<string> DetectorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |