Show / Hide Table of Contents

Namespace Pulumi.Aws.Fms

Classes

AdminAccount

Provides a resource to associate/disassociate an AWS Firewall Manager administrator account. This operation must be performed in the us-east-1 region.

Example Usage

using Pulumi;
using Aws = Pulumi.Aws;

class MyStack : Stack
{
public MyStack()
{
    var example = new Aws.Fms.AdminAccount("example", new Aws.Fms.AdminAccountArgs
    {
    });
}

}

AdminAccountArgs

AdminAccountState

Back to top Copyright 2016-2020, Pulumi Corporation.