Class OrganizationAdminAccountArgs
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 OrganizationAdminAccountArgs : ResourceArgs
Constructors
View SourceOrganizationAdminAccountArgs()
Declaration
public OrganizationAdminAccountArgs()
Properties
View SourceAdminAccountId
AWS account identifier to designate as a delegated administrator for GuardDuty.
Declaration
public Input<string> AdminAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |