GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::FMS::Policy(3) User Contributed Perl Documentation Paws::FMS::Policy(3)

Paws::FMS::Policy

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::FMS::Policy object:

  $service_obj->Method(Att1 => { ExcludeMap => $value, ..., SecurityServicePolicyData => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::FMS::Policy object:

  $result = $service_obj->Method(...);
  $result->Att1->ExcludeMap

An AWS Firewall Manager policy.

Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy. Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.

You can specify inclusions or exclusions, but not both. If you specify an "IncludeMap", AWS Firewall Manager applies the policy to all accounts specified by the "IncludeMap", and does not evaluate any "ExcludeMap" specifications. If you do not specify an "IncludeMap", then Firewall Manager applies the policy to all accounts except for those specified by the "ExcludeMap".

You can specify account IDs, OUs, or a combination:

  • Specify account IDs by setting the key to "ACCOUNT". For example, the following is a valid map: "{“ACCOUNT” : [“accountID1”, “accountID2”]}".
  • Specify OUs by setting the key to "ORG_UNIT". For example, the following is a valid map: "{“ORG_UNIT” : [“ouid111”, “ouid112”]}".
  • Specify accounts and OUs together in a single map, separated with a comma. For example, the following is a valid map: "{“ACCOUNT” : [“accountID1”, “accountID2”], “ORG_UNIT” : [“ouid111”, “ouid112”]}".

REQUIRED ExcludeResourceTags => Bool

If set to "True", resources with the tags that are specified in the "ResourceTag" array are not in scope of the policy. If set to "False", and the "ResourceTag" array is not null, only resources with the specified tags are in scope of the policy.

Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy. Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.

You can specify inclusions or exclusions, but not both. If you specify an "IncludeMap", AWS Firewall Manager applies the policy to all accounts specified by the "IncludeMap", and does not evaluate any "ExcludeMap" specifications. If you do not specify an "IncludeMap", then Firewall Manager applies the policy to all accounts except for those specified by the "ExcludeMap".

You can specify account IDs, OUs, or a combination:

  • Specify account IDs by setting the key to "ACCOUNT". For example, the following is a valid map: "{“ACCOUNT” : [“accountID1”, “accountID2”]}".
  • Specify OUs by setting the key to "ORG_UNIT". For example, the following is a valid map: "{“ORG_UNIT” : [“ouid111”, “ouid112”]}".
  • Specify accounts and OUs together in a single map, separated with a comma. For example, the following is a valid map: "{“ACCOUNT” : [“accountID1”, “accountID2”], “ORG_UNIT” : [“ouid111”, “ouid112”]}".

The ID of the AWS Firewall Manager policy.

REQUIRED PolicyName => Str

The name of the AWS Firewall Manager policy.

A unique identifier for each update to the policy. When issuing a "PutPolicy" request, the "PolicyUpdateToken" in the request must match the "PolicyUpdateToken" of the current policy version. To get the "PolicyUpdateToken" of the current policy version, use a "GetPolicy" request.

REQUIRED RemediationEnabled => Bool

Indicates if the policy should be automatically applied to new resources.

An array of "ResourceTag" objects.

REQUIRED ResourceType => Str

The type of resource protected by or in scope of the policy. This is in the format shown in the AWS Resource Types Reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html). For AWS WAF and Shield Advanced, examples include "AWS::ElasticLoadBalancingV2::LoadBalancer" and "AWS::CloudFront::Distribution". For a security group common policy, valid values are "AWS::EC2::NetworkInterface" and "AWS::EC2::Instance". For a security group content audit policy, valid values are "AWS::EC2::SecurityGroup", "AWS::EC2::NetworkInterface", and "AWS::EC2::Instance". For a security group usage audit policy, the value is "AWS::EC2::SecurityGroup". For an AWS Network Firewall policy, the value is "AWS::EC2::VPC".

An array of "ResourceType".

REQUIRED SecurityServicePolicyData => Paws::FMS::SecurityServicePolicyData

Details about the security service that is being used to protect the resources.

This class forms part of Paws, describing an object used in Paws::FMS

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.