View Source aws_fms (aws v0.7.14)
This is the Firewall Manager API Reference.
This guide is for developers who need detailed information about the Firewall Manager API actions, data types, and errors. For detailed information about Firewall Manager features, see the Firewall Manager Developer Guide.
Some API actions require explicit resource permissions. For information, see the developer guide topic Firewall Manager required permissions for API actions.Link to this section Summary
Functions
Sets the Firewall Manager administrator account.
Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service.
ResourceSet
.Disassociates the account that has been set as the Firewall Manager administrator account.
Disassociates a Firewall Manager policy administrator from a third-party firewall tenant.
Returns detailed compliance information about the specified member account.
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack.
AppsListDataSummary
objects.Returns an array of PolicyComplianceStatus
objects.
Returns a MemberAccounts
object that lists the member accounts in the administrator's Amazon Web Services organization.
PolicySummary
objects.ProtocolsListDataSummary
objects.ResourceSetSummary
objects.Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.
Creates an Firewall Manager policy.
Creates the resource set.
Link to this section Functions
Sets the Firewall Manager administrator account.
The account must be a member of the organization in Organizations whose resources you want to protect. Firewall Manager sets the permissions that allow the account to administer your Firewall Manager policies.
The account that you associate with Firewall Manager is called the Firewall Manager administrator account.Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service.
A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.ResourceSet
.
Disassociates the account that has been set as the Firewall Manager administrator account.
To set a different account as the administrator account, you must submit anAssociateAdminAccount
request.
Disassociates a Firewall Manager policy administrator from a third-party firewall tenant.
When you callDisassociateThirdPartyFirewall
, the third-party firewall vendor deletes all of the firewalls that are associated with the account.
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 noncompliant for WAF and Shield Advanced policies if the specified policy has not been applied to them.
Resources are considered noncompliant for security group policies if they are in scope of the policy, they violate one or more of the policy rules, and remediation is disabled or not possible.
Resources are considered noncompliant for Network Firewall policies if a firewall is missing in the VPC, if the firewall endpoint isn't set up in an expected Availability Zone and subnet, if a subnet created by the Firewall Manager doesn't have the expected route table, and for modifications to a firewall policy that violate the Firewall Manager policy's rules.
Resources are considered noncompliant for DNS Firewall policies if a DNS Firewall rule group is missing from the rule group associations for the VPC.
If you created a Shield Advanced policy, returns policy-level attack summary information in the event of a potential DDoS attack.
Other policy types are currently unsupported.get_third_party_firewall_association_status(Client, Input, Options)
View SourceAppsListDataSummary
objects.
Returns an array of PolicyComplianceStatus
objects.
PolicyComplianceStatus
to get a summary of which member accounts are protected by the specified policy.
Returns a MemberAccounts
object that lists the member accounts in the administrator's Amazon Web Services organization.
ListMemberAccounts
must be submitted by the account that is set as the Firewall Manager administrator.
PolicySummary
objects.
ProtocolsListDataSummary
objects.
ResourceSetSummary
objects.
list_third_party_firewall_firewall_policies(Client, Input, Options)
View SourceDesignates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.
To perform this action outside of the console, you must configure the SNS topic to allow the Firewall Manager roleAWSServiceRoleForFMS
to publish SNS logs. For more information, see Firewall Manager required permissions for API actions in the Firewall Manager Developer Guide.
Creates an Firewall Manager policy.
Firewall Manager provides the following types of policies:
An WAF policy (type WAFV2), which defines rule groups to run first in the corresponding WAF web ACL and rule groups to run last in the web ACL.
An WAF Classic policy (type WAF), which defines a rule group.
A Shield Advanced policy, which applies Shield Advanced protection to specified accounts and resources.
A security group policy, which manages VPC security groups across your Amazon Web Services organization.
An Network Firewall policy, which provides firewall rules to filter network traffic in specified Amazon VPCs.
A DNS Firewall policy, which provides Route 53 Resolver DNS Firewall rules to filter DNS queries for specified VPCs.
Each policy is specific to one of the types. If you want to enforce more than one policy type across accounts, create multiple policies. You can create multiple policies for each type.
You must be subscribed to Shield Advanced to create a Shield Advanced policy. For more information about subscribing to Shield Advanced, see CreateSubscription.Creates the resource set.
An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.