NAME

Paws::FMS - Perl Interface to AWS Firewall Management Service

SYNOPSIS

use Paws;

my $obj = Paws->service('FMS');
my $res = $obj->Method(
  Arg1 => $val1,
  Arg2 => [ 'V1', 'V2' ],
  # if Arg3 is an object, the HashRef will be used as arguments to the constructor
  # of the arguments type
  Arg3 => { Att1 => 'Val1' },
  # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
  # the constructor of the arguments type
  Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
);

DESCRIPTION

AWS Firewall Manager

This is the AWS Firewall Manager API Reference. This guide is for developers who need detailed information about the AWS Firewall Manager API actions, data types, and errors. For detailed information about AWS Firewall Manager features, see the AWS Firewall Manager Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/fms-chapter.html).

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01

METHODS

AssociateAdminAccount

AdminAccount => Str

Each argument is described in detail in: Paws::FMS::AssociateAdminAccount

Returns: nothing

Sets the AWS Firewall Manager administrator account. AWS Firewall Manager must be associated with a master account in AWS Organizations or associated with a member account that has the appropriate permissions. If the account ID that you submit is not an AWS Organizations master account, AWS Firewall Manager will set the appropriate permissions for the given member account.

The account that you associate with AWS Firewall Manager is called the AWS Firewall manager administrator account.

DeleteNotificationChannel

Each argument is described in detail in: Paws::FMS::DeleteNotificationChannel

Returns: nothing

Deletes an AWS Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs.

DeletePolicy

PolicyId => Str

Each argument is described in detail in: Paws::FMS::DeletePolicy

Returns: nothing

Permanently deletes an AWS Firewall Manager policy.

DisassociateAdminAccount

Each argument is described in detail in: Paws::FMS::DisassociateAdminAccount

Returns: nothing

Disassociates the account that has been set as the AWS Firewall Manager administrator account. You will need to submit an AssociateAdminAccount request to set a new account as the AWS Firewall administrator.

GetAdminAccount

Each argument is described in detail in: Paws::FMS::GetAdminAccount

Returns: a Paws::FMS::GetAdminAccountResponse instance

Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall Manager administrator.

GetComplianceDetail

MemberAccount => Str
PolicyId => Str

Each argument is described in detail in: Paws::FMS::GetComplianceDetail

Returns: a Paws::FMS::GetComplianceDetailResponse instance

Returns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy. Resources are considered non-compliant if the specified policy has not been applied to them.

GetNotificationChannel

Each argument is described in detail in: Paws::FMS::GetNotificationChannel

Returns: a Paws::FMS::GetNotificationChannelResponse instance

Returns information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs.

GetPolicy

PolicyId => Str

Each argument is described in detail in: Paws::FMS::GetPolicy

Returns: a Paws::FMS::GetPolicyResponse instance

Returns information about the specified AWS Firewall Manager policy.

ListComplianceStatus

PolicyId => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::FMS::ListComplianceStatus

Returns: a Paws::FMS::ListComplianceStatusResponse instance

Returns an array of PolicyComplianceStatus objects in the response. Use PolicyComplianceStatus to get a summary of which member accounts are protected by the specified policy.

ListPolicies

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::FMS::ListPolicies

Returns: a Paws::FMS::ListPoliciesResponse instance

Returns an array of PolicySummary objects in the response.

PutNotificationChannel

SnsRoleName => Str
SnsTopicArn => Str

Each argument is described in detail in: Paws::FMS::PutNotificationChannel

Returns: nothing

Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.

PutPolicy

Policy => Paws::FMS::Policy

Each argument is described in detail in: Paws::FMS::PutPolicy

Returns: a Paws::FMS::PutPolicyResponse instance

Creates an AWS Firewall Manager policy.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues