Show / Hide Table of Contents

Class OrganizationAdminAccountArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OrganizationAdminAccountArgs
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 OrganizationAdminAccountArgs : ResourceArgs

Constructors

View Source

OrganizationAdminAccountArgs()

Declaration
public OrganizationAdminAccountArgs()

Properties

View Source

AdminAccountId

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.