Show / Hide Table of Contents

Class OrganizationConfigurationState

Inheritance
System.Object
InputArgs
ResourceArgs
OrganizationConfigurationState
Inherited Members
ResourceArgs.Empty
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 Source

OrganizationConfigurationState()

Declaration
public OrganizationConfigurationState()

Properties

View Source

AutoEnable

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>
View Source

DetectorId

The detector ID of the GuardDuty account.

Declaration
public Input<string> DetectorId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.