FMS / Client / put_policy
put_policy#
- FMS.Client.put_policy(**kwargs)#
- 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. - See also: AWS API Documentation - Request Syntax - response = client.put_policy( Policy={ 'PolicyId': 'string', 'PolicyName': 'string', 'PolicyUpdateToken': 'string', 'SecurityServicePolicyData': { 'Type': 'WAF'|'WAFV2'|'SHIELD_ADVANCED'|'SECURITY_GROUPS_COMMON'|'SECURITY_GROUPS_CONTENT_AUDIT'|'SECURITY_GROUPS_USAGE_AUDIT'|'NETWORK_FIREWALL'|'DNS_FIREWALL'|'THIRD_PARTY_FIREWALL'|'IMPORT_NETWORK_FIREWALL', 'ManagedServiceData': 'string', 'PolicyOption': { 'NetworkFirewallPolicy': { 'FirewallDeploymentModel': 'CENTRALIZED'|'DISTRIBUTED' }, 'ThirdPartyFirewallPolicy': { 'FirewallDeploymentModel': 'CENTRALIZED'|'DISTRIBUTED' } } }, 'ResourceType': 'string', 'ResourceTypeList': [ 'string', ], 'ResourceTags': [ { 'Key': 'string', 'Value': 'string' }, ], 'ExcludeResourceTags': True|False, 'RemediationEnabled': True|False, 'DeleteUnusedFMManagedResources': True|False, 'IncludeMap': { 'string': [ 'string', ] }, 'ExcludeMap': { 'string': [ 'string', ] }, 'ResourceSetIds': [ 'string', ], 'PolicyDescription': 'string' }, TagList=[ { 'Key': 'string', 'Value': 'string' }, ] ) - Parameters:
- Policy (dict) – - [REQUIRED] - The details of the Firewall Manager policy to be created. - PolicyId (string) – - The ID of the Firewall Manager policy. 
- PolicyName (string) – [REQUIRED] - The name of the Firewall Manager policy. 
- PolicyUpdateToken (string) – - A unique identifier for each update to the policy. When issuing a - PutPolicyrequest, the- PolicyUpdateTokenin the request must match the- PolicyUpdateTokenof the current policy version. To get the- PolicyUpdateTokenof the current policy version, use a- GetPolicyrequest.
- SecurityServicePolicyData (dict) – [REQUIRED] - Details about the security service that is being used to protect the resources. - Type (string) – [REQUIRED] - The service that the policy is using to protect the resources. This specifies the type of policy that is created, either an WAF policy, a Shield Advanced policy, or a security group policy. For security group policies, Firewall Manager supports one security group for each common policy and for each content audit policy. This is an adjustable limit that you can increase by contacting Amazon Web Services Support. 
- ManagedServiceData (string) – - Details about the service that are specific to the service type, in JSON format. - Example: - DNS_FIREWALL- "{\"type\":\"DNS_FIREWALL\",\"preProcessRuleGroups\":[{\"ruleGroupId\":\"rslvr-frg-1\",\"priority\":10}],\"postProcessRuleGroups\":[{\"ruleGroupId\":\"rslvr-frg-2\",\"priority\":9911}]}"
 - Note - Valid values for - preProcessRuleGroupsare between 1 and 99. Valid values for- postProcessRuleGroupsare between 9901 and 10000.- Example: - NETWORK_FIREWALL- Centralized deployment model- "{\"type\":\"NETWORK_FIREWALL\",\"awsNetworkFirewallConfig\":{\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\":\"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":true}},\"firewallDeploymentModel\":{\"centralizedFirewallDeploymentModel\":{\"centralizedFirewallOrchestrationConfig\":{\"inspectionVpcIds\":[{\"resourceId\":\"vpc-1234\",\"accountId\":\"123456789011\"}],\"firewallCreationConfig\":{\"endpointLocation\":{\"availabilityZoneConfigList\":[{\"availabilityZoneId\":null,\"availabilityZoneName\":\"us-east-1a\",\"allowedIPV4CidrList\":[\"10.0.0.0/28\"]}]}},\"allowedIPV4CidrList\":[]}}}}"To use the centralized deployment model, you must set PolicyOption to- CENTRALIZED.
- Example: - NETWORK_FIREWALL- Distributed deployment model with automatic Availability Zone configuration- "{\"type\":\"NETWORK_FIREWALL\",\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallOrchestrationConfig\":{\"singleFirewallEndpointPerVPC\":false,\"allowedIPV4CidrList\":[\"10.0.0.0/28\",\"192.168.0.0/28\"],\"routeManagementAction\":\"OFF\"},\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\":\"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":true}}"With automatic Availbility Zone configuration, Firewall Manager chooses which Availability Zones to create the endpoints in. To use the distributed deployment model, you must set PolicyOption to- NULL.
- Example: - NETWORK_FIREWALL- Distributed deployment model with automatic Availability Zone configuration and route management- "{\"type\":\"NETWORK_FIREWALL\",\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallOrchestrationConfig\":{\"singleFirewallEndpointPerVPC\":false,\"allowedIPV4CidrList\":[\"10.0.0.0/28\",\"192.168.0.0/28\"],\"routeManagementAction\":\"MONITOR\",\"routeManagementTargetTypes\":[\"InternetGateway\"]},\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\": \"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":true}}"To use the distributed deployment model, you must set PolicyOption to- NULL.
- Example: - NETWORK_FIREWALL- Distributed deployment model with custom Availability Zone configuration- "{\"type\":\"NETWORK_FIREWALL\",\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"fragmentcustomactionname\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\", \"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}},{\"actionName\":\"fragmentcustomactionname\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"fragmentmetricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallOrchestrationConfig\":{\"firewallCreationConfig\":{ \"endpointLocation\":{\"availabilityZoneConfigList\":[{\"availabilityZoneName\":\"us-east-1a\",\"allowedIPV4CidrList\":[\"10.0.0.0/28\"]},{\"availabilityZoneName\":\"us-east-1b\",\"allowedIPV4CidrList\":[ \"10.0.0.0/28\"]}]} },\"singleFirewallEndpointPerVPC\":false,\"allowedIPV4CidrList\":null,\"routeManagementAction\":\"OFF\",\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\":\"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":boolean}}"With custom Availability Zone configuration, you define which specific Availability Zones to create endpoints in by configuring- firewallCreationConfig. To configure the Availability Zones in- firewallCreationConfig, specify either the- availabilityZoneNameor- availabilityZoneIdparameter, not both parameters. To use the distributed deployment model, you must set PolicyOption to- NULL.
- Example: - NETWORK_FIREWALL- Distributed deployment model with custom Availability Zone configuration and route management- "{\"type\":\"NETWORK_FIREWALL\",\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"fragmentcustomactionname\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}},{\"actionName\":\"fragmentcustomactionname\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"fragmentmetricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallOrchestrationConfig\":{\"firewallCreationConfig\":{\"endpointLocation\":{\"availabilityZoneConfigList\":[{\"availabilityZoneName\":\"us-east-1a\",\"allowedIPV4CidrList\":[\"10.0.0.0/28\"]},{\"availabilityZoneName\":\"us-east-1b\",\"allowedIPV4CidrList\":[\"10.0.0.0/28\"]}]}},\"singleFirewallEndpointPerVPC\":false,\"allowedIPV4CidrList\":null,\"routeManagementAction\":\"MONITOR\",\"routeManagementTargetTypes\":[\"InternetGateway\"],\"routeManagementConfig\":{\"allowCrossAZTrafficIfNoEndpoint\":true}},\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\":\"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":boolean}}"To use the distributed deployment model, you must set PolicyOption to- NULL.
- Example: - THIRD_PARTY_FIREWALL- "{ "type":"THIRD_PARTY_FIREWALL", "thirdPartyFirewall":"PALO_ALTO_NETWORKS_CLOUD_NGFW", "thirdPartyFirewallConfig":{ "thirdPartyFirewallPolicyList":["global-1"] }, "firewallDeploymentModel":{ "distributedFirewallDeploymentModel":{ "distributedFirewallOrchestrationConfig":{ "firewallCreationConfig":{ "endpointLocation":{ "availabilityZoneConfigList":[ { "availabilityZoneName":"${AvailabilityZone}" } ] } }, "allowedIPV4CidrList":[ ] } } } }"
- Example: - SECURITY_GROUPS_COMMON- "{\"type\":\"SECURITY_GROUPS_COMMON\",\"revertManualSecurityGroupChanges\":false,\"exclusiveResourceSecurityGroupManagement\":false, \"applyToAllEC2InstanceENIs\":false,\"securityGroups\":[{\"id\":\" sg-000e55995d61a06bd\"}]}"
- Example: - SECURITY_GROUPS_COMMON- Security group tag distribution- ""{\"type\":\"SECURITY_GROUPS_COMMON\",\"securityGroups\":[{\"id\":\"sg-000e55995d61a06bd\"}],\"revertManualSecurityGroupChanges\":true,\"exclusiveResourceSecurityGroupManagement\":false,\"applyToAllEC2InstanceENIs\":false,\"includeSharedVPC\":false,\"enableTagDistribution\":true}""Firewall Manager automatically distributes tags from the primary group to the security groups created by this policy. To use security group tag distribution, you must also set- revertManualSecurityGroupChangesto- true, otherwise Firewall Manager won’t be able to create the policy. When you enable- revertManualSecurityGroupChanges, Firewall Manager identifies and reports when the security groups created by this policy become non-compliant. Firewall Manager won’t distrubute system tags added by Amazon Web Services services into the replica security groups. System tags begin with the- aws:prefix.
- Example: Shared VPCs. Apply the preceding policy to resources in shared VPCs as well as to those in VPCs that the account owns - "{\"type\":\"SECURITY_GROUPS_COMMON\",\"revertManualSecurityGroupChanges\":false,\"exclusiveResourceSecurityGroupManagement\":false, \"applyToAllEC2InstanceENIs\":false,\"includeSharedVPC\":true,\"securityGroups\":[{\"id\":\" sg-000e55995d61a06bd\"}]}"
- Example: - SECURITY_GROUPS_CONTENT_AUDIT- "{\"type\":\"SECURITY_GROUPS_CONTENT_AUDIT\",\"securityGroups\":[{\"id\":\"sg-000e55995d61a06bd\"}],\"securityGroupAction\":{\"type\":\"ALLOW\"}}"The security group action for content audit can be- ALLOWor- DENY. For- ALLOW, all in-scope security group rules must be within the allowed range of the policy’s security group rules. For- DENY, all in-scope security group rules must not contain a value or a range that matches a rule value or range in the policy security group.
- Example: - SECURITY_GROUPS_USAGE_AUDIT- "{\"type\":\"SECURITY_GROUPS_USAGE_AUDIT\",\"deleteUnusedSecurityGroups\":true,\"coalesceRedundantSecurityGroups\":true}"
- Specification for - SHIELD_ADVANCEDfor Amazon CloudFront distributions- "{\"type\":\"SHIELD_ADVANCED\",\"automaticResponseConfiguration\": {\"automaticResponseStatus\":\"ENABLED|IGNORED|DISABLED\", \"automaticResponseAction\":\"BLOCK|COUNT\"}, \"overrideCustomerWebaclClassic\":true|false}"For example:- "{\"type\":\"SHIELD_ADVANCED\",\"automaticResponseConfiguration\": {\"automaticResponseStatus\":\"ENABLED\", \"automaticResponseAction\":\"COUNT\"}}"The default value for- automaticResponseStatusis- IGNORED. The value for- automaticResponseActionis only required when- automaticResponseStatusis set to- ENABLED. The default value for- overrideCustomerWebaclClassicis- false. For other resource types that you can protect with a Shield Advanced policy, this- ManagedServiceDataconfiguration is an empty string.
- Example: - WAFV2- "{\"type\":\"WAFV2\",\"preProcessRuleGroups\":[{\"ruleGroupArn\":null,\"overrideAction\":{\"type\":\"NONE\"},\"managedRuleGroupIdentifier\":{\"version\":null,\"vendorName\":\"AWS\",\"managedRuleGroupName\":\"AWSManagedRulesAmazonIpReputationList\"},\"ruleGroupType\":\"ManagedRuleGroup\",\"excludeRules\":[{\"name\":\"NoUserAgent_HEADER\"}]}],\"postProcessRuleGroups\":[],\"defaultAction\":{\"type\":\"ALLOW\"},\"overrideCustomerWebACLAssociation\":false,\"loggingConfiguration\":{\"logDestinationConfigs\":[\"arn:aws:firehose:us-west-2:12345678912:deliverystream/aws-waf-logs-fms-admin-destination\"],\"redactedFields\":[{\"redactedFieldType\":\"SingleHeader\",\"redactedFieldValue\":\"Cookies\"},{\"redactedFieldType\":\"Method\"}]}}"In the- loggingConfiguration, you can specify one- logDestinationConfigs, you can optionally provide up to 20- redactedFields, and the- RedactedFieldTypemust be one of- URI,- QUERY_STRING,- HEADER, or- METHOD.
- Example: - WAFV2- Firewall Manager support for WAF managed rule group versioning- "{\"type\":\"WAFV2\",\"preProcessRuleGroups\":[{\"ruleGroupArn\":null,\"overrideAction\":{\"type\":\"NONE\"},\"managedRuleGroupIdentifier\":{\"versionEnabled\":true,\"version\":\"Version_2.0\",\"vendorName\":\"AWS\",\"managedRuleGroupName\":\"AWSManagedRulesCommonRuleSet\"},\"ruleGroupType\":\"ManagedRuleGroup\",\"excludeRules\":[{\"name\":\"NoUserAgent_HEADER\"}]}],\"postProcessRuleGroups\":[],\"defaultAction\":{\"type\":\"ALLOW\"},\"overrideCustomerWebACLAssociation\":false,\"loggingConfiguration\":{\"logDestinationConfigs\":[\"arn:aws:firehose:us-west-2:12345678912:deliverystream/aws-waf-logs-fms-admin-destination\"],\"redactedFields\":[{\"redactedFieldType\":\"SingleHeader\",\"redactedFieldValue\":\"Cookies\"},{\"redactedFieldType\":\"Method\"}]}}"To use a specific version of a WAF managed rule group in your Firewall Manager policy, you must set- versionEnabledto- true, and set- versionto the version you’d like to use. If you don’t set- versionEnabledto- true, or if you omit- versionEnabled, then Firewall Manager uses the default version of the WAF managed rule group.
- Example: - WAF Classic- "{\"type\": \"WAF\", \"ruleGroups\": [{\"id\":\"12345678-1bcd-9012-efga-0987654321ab\", \"overrideAction\" : {\"type\": \"COUNT\"}}], \"defaultAction\": {\"type\": \"BLOCK\"}}"
 
- PolicyOption (dict) – - Contains the Network Firewall firewall policy options to configure a centralized deployment model. - NetworkFirewallPolicy (dict) – - Defines the deployment model to use for the firewall policy. - FirewallDeploymentModel (string) – - Defines the deployment model to use for the firewall policy. To use a distributed model, set PolicyOption to - NULL.
 
- ThirdPartyFirewallPolicy (dict) – - Defines the policy options for a third-party firewall policy. - FirewallDeploymentModel (string) – - Defines the deployment model to use for the third-party firewall policy. 
 
 
 
- ResourceType (string) – [REQUIRED] - The type of resource protected by or in scope of the policy. This is in the format shown in the Amazon Web Services Resource Types Reference. To apply this policy to multiple resource types, specify a resource type of - ResourceTypeListand then specify the resource types in a- ResourceTypeList.- For WAF and Shield Advanced, resource types include - AWS::ElasticLoadBalancingV2::LoadBalancer,- AWS::ElasticLoadBalancing::LoadBalancer,- AWS::EC2::EIP, and- AWS::CloudFront::Distribution. For a security group common policy, valid values are- AWS::EC2::NetworkInterfaceand- 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 Network Firewall policy or DNS Firewall policy, the value is- AWS::EC2::VPC.
- ResourceTypeList (list) – - An array of - ResourceTypeobjects. Use this only to specify multiple resource types. To specify a single resource type, use- ResourceType.- (string) – 
 
- ResourceTags (list) – - An array of - ResourceTagobjects.- (dict) – - The resource tags that Firewall Manager uses to determine if a particular resource should be included or excluded from the Firewall Manager policy. Tags enable you to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. Firewall Manager combines the tags with “AND” so that, if you add more than one tag to a policy scope, a resource must have all the specified tags to be included or excluded. For more information, see Working with Tag Editor. - Key (string) – [REQUIRED] - The resource tag key. 
- Value (string) – - The resource tag value. 
 
 
- ExcludeResourceTags (boolean) – [REQUIRED] - If set to - True, resources with the tags that are specified in the- ResourceTagarray are not in scope of the policy. If set to- False, and the- ResourceTagarray is not null, only resources with the specified tags are in scope of the policy.
- RemediationEnabled (boolean) – [REQUIRED] - Indicates if the policy should be automatically applied to new resources. 
- DeleteUnusedFMManagedResources (boolean) – - Indicates whether Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope. For example, Firewall Manager will disassociate a Firewall Manager managed web ACL from a protected customer resource when the customer resource leaves policy scope. - By default, Firewall Manager doesn’t remove protections or delete Firewall Manager managed resources. - This option is not available for Shield Advanced or WAF Classic policies. 
- IncludeMap (dict) – - Specifies the Amazon Web Services account IDs and 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, Firewall Manager applies the policy to all accounts specified by the- IncludeMap, and does not evaluate any- ExcludeMapspecifications. 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”]}.
 - (string) – - (list) – - (string) – 
 
 
 
- ExcludeMap (dict) – - Specifies the Amazon Web Services account IDs and 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, Firewall Manager applies the policy to all accounts specified by the- IncludeMap, and does not evaluate any- ExcludeMapspecifications. 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”]}.
 - (string) – - (list) – - (string) – 
 
 
 
- ResourceSetIds (list) – - The unique identifiers of the resource sets used by the policy. - (string) – 
 
- PolicyDescription (string) – - The definition of the Network Firewall firewall policy. 
 
- TagList (list) – - The tags to add to the Amazon Web Services resource. - (dict) – - A collection of key:value pairs associated with an Amazon Web Services resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as “environment”) and the tag value represents a specific value within that category (such as “test,” “development,” or “production”). You can add up to 50 tags to each Amazon Web Services resource. - Key (string) – [REQUIRED] - Part of the key:value pair that defines a tag. You can use a tag key to describe a category of information, such as “customer.” Tag keys are case-sensitive. 
- Value (string) – [REQUIRED] - Part of the key:value pair that defines a tag. You can use a tag value to describe a specific value within a category, such as “companyA” or “companyB.” Tag values are case-sensitive. 
 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'Policy': { 'PolicyId': 'string', 'PolicyName': 'string', 'PolicyUpdateToken': 'string', 'SecurityServicePolicyData': { 'Type': 'WAF'|'WAFV2'|'SHIELD_ADVANCED'|'SECURITY_GROUPS_COMMON'|'SECURITY_GROUPS_CONTENT_AUDIT'|'SECURITY_GROUPS_USAGE_AUDIT'|'NETWORK_FIREWALL'|'DNS_FIREWALL'|'THIRD_PARTY_FIREWALL'|'IMPORT_NETWORK_FIREWALL', 'ManagedServiceData': 'string', 'PolicyOption': { 'NetworkFirewallPolicy': { 'FirewallDeploymentModel': 'CENTRALIZED'|'DISTRIBUTED' }, 'ThirdPartyFirewallPolicy': { 'FirewallDeploymentModel': 'CENTRALIZED'|'DISTRIBUTED' } } }, 'ResourceType': 'string', 'ResourceTypeList': [ 'string', ], 'ResourceTags': [ { 'Key': 'string', 'Value': 'string' }, ], 'ExcludeResourceTags': True|False, 'RemediationEnabled': True|False, 'DeleteUnusedFMManagedResources': True|False, 'IncludeMap': { 'string': [ 'string', ] }, 'ExcludeMap': { 'string': [ 'string', ] }, 'ResourceSetIds': [ 'string', ], 'PolicyDescription': 'string' }, 'PolicyArn': 'string' } - Response Structure - (dict) – - Policy (dict) – - The details of the Firewall Manager policy. - PolicyId (string) – - The ID of the Firewall Manager policy. 
- PolicyName (string) – - The name of the Firewall Manager policy. 
- PolicyUpdateToken (string) – - A unique identifier for each update to the policy. When issuing a - PutPolicyrequest, the- PolicyUpdateTokenin the request must match the- PolicyUpdateTokenof the current policy version. To get the- PolicyUpdateTokenof the current policy version, use a- GetPolicyrequest.
- SecurityServicePolicyData (dict) – - Details about the security service that is being used to protect the resources. - Type (string) – - The service that the policy is using to protect the resources. This specifies the type of policy that is created, either an WAF policy, a Shield Advanced policy, or a security group policy. For security group policies, Firewall Manager supports one security group for each common policy and for each content audit policy. This is an adjustable limit that you can increase by contacting Amazon Web Services Support. 
- ManagedServiceData (string) – - Details about the service that are specific to the service type, in JSON format. - Example: - DNS_FIREWALL- "{\"type\":\"DNS_FIREWALL\",\"preProcessRuleGroups\":[{\"ruleGroupId\":\"rslvr-frg-1\",\"priority\":10}],\"postProcessRuleGroups\":[{\"ruleGroupId\":\"rslvr-frg-2\",\"priority\":9911}]}"
 - Note - Valid values for - preProcessRuleGroupsare between 1 and 99. Valid values for- postProcessRuleGroupsare between 9901 and 10000.- Example: - NETWORK_FIREWALL- Centralized deployment model- "{\"type\":\"NETWORK_FIREWALL\",\"awsNetworkFirewallConfig\":{\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\":\"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":true}},\"firewallDeploymentModel\":{\"centralizedFirewallDeploymentModel\":{\"centralizedFirewallOrchestrationConfig\":{\"inspectionVpcIds\":[{\"resourceId\":\"vpc-1234\",\"accountId\":\"123456789011\"}],\"firewallCreationConfig\":{\"endpointLocation\":{\"availabilityZoneConfigList\":[{\"availabilityZoneId\":null,\"availabilityZoneName\":\"us-east-1a\",\"allowedIPV4CidrList\":[\"10.0.0.0/28\"]}]}},\"allowedIPV4CidrList\":[]}}}}"To use the centralized deployment model, you must set PolicyOption to- CENTRALIZED.
- Example: - NETWORK_FIREWALL- Distributed deployment model with automatic Availability Zone configuration- "{\"type\":\"NETWORK_FIREWALL\",\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallOrchestrationConfig\":{\"singleFirewallEndpointPerVPC\":false,\"allowedIPV4CidrList\":[\"10.0.0.0/28\",\"192.168.0.0/28\"],\"routeManagementAction\":\"OFF\"},\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\":\"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":true}}"With automatic Availbility Zone configuration, Firewall Manager chooses which Availability Zones to create the endpoints in. To use the distributed deployment model, you must set PolicyOption to- NULL.
- Example: - NETWORK_FIREWALL- Distributed deployment model with automatic Availability Zone configuration and route management- "{\"type\":\"NETWORK_FIREWALL\",\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallOrchestrationConfig\":{\"singleFirewallEndpointPerVPC\":false,\"allowedIPV4CidrList\":[\"10.0.0.0/28\",\"192.168.0.0/28\"],\"routeManagementAction\":\"MONITOR\",\"routeManagementTargetTypes\":[\"InternetGateway\"]},\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\": \"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":true}}"To use the distributed deployment model, you must set PolicyOption to- NULL.
- Example: - NETWORK_FIREWALL- Distributed deployment model with custom Availability Zone configuration- "{\"type\":\"NETWORK_FIREWALL\",\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"fragmentcustomactionname\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\", \"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}},{\"actionName\":\"fragmentcustomactionname\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"fragmentmetricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallOrchestrationConfig\":{\"firewallCreationConfig\":{ \"endpointLocation\":{\"availabilityZoneConfigList\":[{\"availabilityZoneName\":\"us-east-1a\",\"allowedIPV4CidrList\":[\"10.0.0.0/28\"]},{\"availabilityZoneName\":\"us-east-1b\",\"allowedIPV4CidrList\":[ \"10.0.0.0/28\"]}]} },\"singleFirewallEndpointPerVPC\":false,\"allowedIPV4CidrList\":null,\"routeManagementAction\":\"OFF\",\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\":\"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":boolean}}"With custom Availability Zone configuration, you define which specific Availability Zones to create endpoints in by configuring- firewallCreationConfig. To configure the Availability Zones in- firewallCreationConfig, specify either the- availabilityZoneNameor- availabilityZoneIdparameter, not both parameters. To use the distributed deployment model, you must set PolicyOption to- NULL.
- Example: - NETWORK_FIREWALL- Distributed deployment model with custom Availability Zone configuration and route management- "{\"type\":\"NETWORK_FIREWALL\",\"networkFirewallStatelessRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateless-rulegroup/test\",\"priority\":1}],\"networkFirewallStatelessDefaultActions\":[\"aws:forward_to_sfe\",\"customActionName\"],\"networkFirewallStatelessFragmentDefaultActions\":[\"aws:forward_to_sfe\",\"fragmentcustomactionname\"],\"networkFirewallStatelessCustomActions\":[{\"actionName\":\"customActionName\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"metricdimensionvalue\"}]}}},{\"actionName\":\"fragmentcustomactionname\",\"actionDefinition\":{\"publishMetricAction\":{\"dimensions\":[{\"value\":\"fragmentmetricdimensionvalue\"}]}}}],\"networkFirewallStatefulRuleGroupReferences\":[{\"resourceARN\":\"arn:aws:network-firewall:us-east-1:123456789011:stateful-rulegroup/test\"}],\"networkFirewallOrchestrationConfig\":{\"firewallCreationConfig\":{\"endpointLocation\":{\"availabilityZoneConfigList\":[{\"availabilityZoneName\":\"us-east-1a\",\"allowedIPV4CidrList\":[\"10.0.0.0/28\"]},{\"availabilityZoneName\":\"us-east-1b\",\"allowedIPV4CidrList\":[\"10.0.0.0/28\"]}]}},\"singleFirewallEndpointPerVPC\":false,\"allowedIPV4CidrList\":null,\"routeManagementAction\":\"MONITOR\",\"routeManagementTargetTypes\":[\"InternetGateway\"],\"routeManagementConfig\":{\"allowCrossAZTrafficIfNoEndpoint\":true}},\"networkFirewallLoggingConfiguration\":{\"logDestinationConfigs\":[{\"logDestinationType\":\"S3\",\"logType\":\"ALERT\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}},{\"logDestinationType\":\"S3\",\"logType\":\"FLOW\",\"logDestination\":{\"bucketName\":\"s3-bucket-name\"}}],\"overrideExistingConfig\":boolean}}"To use the distributed deployment model, you must set PolicyOption to- NULL.
- Example: - THIRD_PARTY_FIREWALL- "{ "type":"THIRD_PARTY_FIREWALL", "thirdPartyFirewall":"PALO_ALTO_NETWORKS_CLOUD_NGFW", "thirdPartyFirewallConfig":{ "thirdPartyFirewallPolicyList":["global-1"] }, "firewallDeploymentModel":{ "distributedFirewallDeploymentModel":{ "distributedFirewallOrchestrationConfig":{ "firewallCreationConfig":{ "endpointLocation":{ "availabilityZoneConfigList":[ { "availabilityZoneName":"${AvailabilityZone}" } ] } }, "allowedIPV4CidrList":[ ] } } } }"
- Example: - SECURITY_GROUPS_COMMON- "{\"type\":\"SECURITY_GROUPS_COMMON\",\"revertManualSecurityGroupChanges\":false,\"exclusiveResourceSecurityGroupManagement\":false, \"applyToAllEC2InstanceENIs\":false,\"securityGroups\":[{\"id\":\" sg-000e55995d61a06bd\"}]}"
- Example: - SECURITY_GROUPS_COMMON- Security group tag distribution- ""{\"type\":\"SECURITY_GROUPS_COMMON\",\"securityGroups\":[{\"id\":\"sg-000e55995d61a06bd\"}],\"revertManualSecurityGroupChanges\":true,\"exclusiveResourceSecurityGroupManagement\":false,\"applyToAllEC2InstanceENIs\":false,\"includeSharedVPC\":false,\"enableTagDistribution\":true}""Firewall Manager automatically distributes tags from the primary group to the security groups created by this policy. To use security group tag distribution, you must also set- revertManualSecurityGroupChangesto- true, otherwise Firewall Manager won’t be able to create the policy. When you enable- revertManualSecurityGroupChanges, Firewall Manager identifies and reports when the security groups created by this policy become non-compliant. Firewall Manager won’t distrubute system tags added by Amazon Web Services services into the replica security groups. System tags begin with the- aws:prefix.
- Example: Shared VPCs. Apply the preceding policy to resources in shared VPCs as well as to those in VPCs that the account owns - "{\"type\":\"SECURITY_GROUPS_COMMON\",\"revertManualSecurityGroupChanges\":false,\"exclusiveResourceSecurityGroupManagement\":false, \"applyToAllEC2InstanceENIs\":false,\"includeSharedVPC\":true,\"securityGroups\":[{\"id\":\" sg-000e55995d61a06bd\"}]}"
- Example: - SECURITY_GROUPS_CONTENT_AUDIT- "{\"type\":\"SECURITY_GROUPS_CONTENT_AUDIT\",\"securityGroups\":[{\"id\":\"sg-000e55995d61a06bd\"}],\"securityGroupAction\":{\"type\":\"ALLOW\"}}"The security group action for content audit can be- ALLOWor- DENY. For- ALLOW, all in-scope security group rules must be within the allowed range of the policy’s security group rules. For- DENY, all in-scope security group rules must not contain a value or a range that matches a rule value or range in the policy security group.
- Example: - SECURITY_GROUPS_USAGE_AUDIT- "{\"type\":\"SECURITY_GROUPS_USAGE_AUDIT\",\"deleteUnusedSecurityGroups\":true,\"coalesceRedundantSecurityGroups\":true}"
- Specification for - SHIELD_ADVANCEDfor Amazon CloudFront distributions- "{\"type\":\"SHIELD_ADVANCED\",\"automaticResponseConfiguration\": {\"automaticResponseStatus\":\"ENABLED|IGNORED|DISABLED\", \"automaticResponseAction\":\"BLOCK|COUNT\"}, \"overrideCustomerWebaclClassic\":true|false}"For example:- "{\"type\":\"SHIELD_ADVANCED\",\"automaticResponseConfiguration\": {\"automaticResponseStatus\":\"ENABLED\", \"automaticResponseAction\":\"COUNT\"}}"The default value for- automaticResponseStatusis- IGNORED. The value for- automaticResponseActionis only required when- automaticResponseStatusis set to- ENABLED. The default value for- overrideCustomerWebaclClassicis- false. For other resource types that you can protect with a Shield Advanced policy, this- ManagedServiceDataconfiguration is an empty string.
- Example: - WAFV2- "{\"type\":\"WAFV2\",\"preProcessRuleGroups\":[{\"ruleGroupArn\":null,\"overrideAction\":{\"type\":\"NONE\"},\"managedRuleGroupIdentifier\":{\"version\":null,\"vendorName\":\"AWS\",\"managedRuleGroupName\":\"AWSManagedRulesAmazonIpReputationList\"},\"ruleGroupType\":\"ManagedRuleGroup\",\"excludeRules\":[{\"name\":\"NoUserAgent_HEADER\"}]}],\"postProcessRuleGroups\":[],\"defaultAction\":{\"type\":\"ALLOW\"},\"overrideCustomerWebACLAssociation\":false,\"loggingConfiguration\":{\"logDestinationConfigs\":[\"arn:aws:firehose:us-west-2:12345678912:deliverystream/aws-waf-logs-fms-admin-destination\"],\"redactedFields\":[{\"redactedFieldType\":\"SingleHeader\",\"redactedFieldValue\":\"Cookies\"},{\"redactedFieldType\":\"Method\"}]}}"In the- loggingConfiguration, you can specify one- logDestinationConfigs, you can optionally provide up to 20- redactedFields, and the- RedactedFieldTypemust be one of- URI,- QUERY_STRING,- HEADER, or- METHOD.
- Example: - WAFV2- Firewall Manager support for WAF managed rule group versioning- "{\"type\":\"WAFV2\",\"preProcessRuleGroups\":[{\"ruleGroupArn\":null,\"overrideAction\":{\"type\":\"NONE\"},\"managedRuleGroupIdentifier\":{\"versionEnabled\":true,\"version\":\"Version_2.0\",\"vendorName\":\"AWS\",\"managedRuleGroupName\":\"AWSManagedRulesCommonRuleSet\"},\"ruleGroupType\":\"ManagedRuleGroup\",\"excludeRules\":[{\"name\":\"NoUserAgent_HEADER\"}]}],\"postProcessRuleGroups\":[],\"defaultAction\":{\"type\":\"ALLOW\"},\"overrideCustomerWebACLAssociation\":false,\"loggingConfiguration\":{\"logDestinationConfigs\":[\"arn:aws:firehose:us-west-2:12345678912:deliverystream/aws-waf-logs-fms-admin-destination\"],\"redactedFields\":[{\"redactedFieldType\":\"SingleHeader\",\"redactedFieldValue\":\"Cookies\"},{\"redactedFieldType\":\"Method\"}]}}"To use a specific version of a WAF managed rule group in your Firewall Manager policy, you must set- versionEnabledto- true, and set- versionto the version you’d like to use. If you don’t set- versionEnabledto- true, or if you omit- versionEnabled, then Firewall Manager uses the default version of the WAF managed rule group.
- Example: - WAF Classic- "{\"type\": \"WAF\", \"ruleGroups\": [{\"id\":\"12345678-1bcd-9012-efga-0987654321ab\", \"overrideAction\" : {\"type\": \"COUNT\"}}], \"defaultAction\": {\"type\": \"BLOCK\"}}"
 
- PolicyOption (dict) – - Contains the Network Firewall firewall policy options to configure a centralized deployment model. - NetworkFirewallPolicy (dict) – - Defines the deployment model to use for the firewall policy. - FirewallDeploymentModel (string) – - Defines the deployment model to use for the firewall policy. To use a distributed model, set PolicyOption to - NULL.
 
- ThirdPartyFirewallPolicy (dict) – - Defines the policy options for a third-party firewall policy. - FirewallDeploymentModel (string) – - Defines the deployment model to use for the third-party firewall policy. 
 
 
 
- ResourceType (string) – - The type of resource protected by or in scope of the policy. This is in the format shown in the Amazon Web Services Resource Types Reference. To apply this policy to multiple resource types, specify a resource type of - ResourceTypeListand then specify the resource types in a- ResourceTypeList.- For WAF and Shield Advanced, resource types include - AWS::ElasticLoadBalancingV2::LoadBalancer,- AWS::ElasticLoadBalancing::LoadBalancer,- AWS::EC2::EIP, and- AWS::CloudFront::Distribution. For a security group common policy, valid values are- AWS::EC2::NetworkInterfaceand- 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 Network Firewall policy or DNS Firewall policy, the value is- AWS::EC2::VPC.
- ResourceTypeList (list) – - An array of - ResourceTypeobjects. Use this only to specify multiple resource types. To specify a single resource type, use- ResourceType.- (string) – 
 
- ResourceTags (list) – - An array of - ResourceTagobjects.- (dict) – - The resource tags that Firewall Manager uses to determine if a particular resource should be included or excluded from the Firewall Manager policy. Tags enable you to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. Firewall Manager combines the tags with “AND” so that, if you add more than one tag to a policy scope, a resource must have all the specified tags to be included or excluded. For more information, see Working with Tag Editor. - Key (string) – - The resource tag key. 
- Value (string) – - The resource tag value. 
 
 
- ExcludeResourceTags (boolean) – - If set to - True, resources with the tags that are specified in the- ResourceTagarray are not in scope of the policy. If set to- False, and the- ResourceTagarray is not null, only resources with the specified tags are in scope of the policy.
- RemediationEnabled (boolean) – - Indicates if the policy should be automatically applied to new resources. 
- DeleteUnusedFMManagedResources (boolean) – - Indicates whether Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope. For example, Firewall Manager will disassociate a Firewall Manager managed web ACL from a protected customer resource when the customer resource leaves policy scope. - By default, Firewall Manager doesn’t remove protections or delete Firewall Manager managed resources. - This option is not available for Shield Advanced or WAF Classic policies. 
- IncludeMap (dict) – - Specifies the Amazon Web Services account IDs and 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, Firewall Manager applies the policy to all accounts specified by the- IncludeMap, and does not evaluate any- ExcludeMapspecifications. 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”]}.
 - (string) – - (list) – - (string) – 
 
 
 
- ExcludeMap (dict) – - Specifies the Amazon Web Services account IDs and 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, Firewall Manager applies the policy to all accounts specified by the- IncludeMap, and does not evaluate any- ExcludeMapspecifications. 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”]}.
 - (string) – - (list) – - (string) – 
 
 
 
- ResourceSetIds (list) – - The unique identifiers of the resource sets used by the policy. - (string) – 
 
- PolicyDescription (string) – - The definition of the Network Firewall firewall policy. 
 
- PolicyArn (string) – - The Amazon Resource Name (ARN) of the policy. 
 
 
 - Exceptions - FMS.Client.exceptions.ResourceNotFoundException
- FMS.Client.exceptions.InvalidOperationException
- FMS.Client.exceptions.InvalidInputException
- FMS.Client.exceptions.LimitExceededException
- FMS.Client.exceptions.InternalErrorException
- FMS.Client.exceptions.InvalidTypeException