Show / Hide Table of Contents

Class AdminAccountArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AdminAccountArgs
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.Fms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AdminAccountArgs : ResourceArgs

Constructors

View Source

AdminAccountArgs()

Declaration
public AdminAccountArgs()

Properties

View Source

AccountId

The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. Defaults to the current account. Must be configured to perform drift detection.

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