NetworkSecurityManagerCustomerAPI¶
Client¶
- class NetworkSecurityManagerCustomerAPI.Client¶
A low-level client representing AWS Network Security Manager Customer API
AWS Network Security Manager helps you centrally configure and deploy network security protections across your organization. Supported protections include AWS WAF and AWS Shield Advanced. This centralized approach reduces the overhead of managing protections individually across accounts and ensures consistent security at scale.
You define reusable rules and templates, then combine them into policies. Next, you select the accounts and resources to protect with scopes and roll the protections out with deployments. For example, you can define a set of AWS WAF rules and group them into a policy. Then deploy that policy across all accounts in your organization with a single deployment.
This API reference describes the operations and data types for AWS Network Security Manager.
For conceptual information, tutorials, and guidance on writing rule configurations, see the AWS Network Security Manager Developer Guide. For the default quotas that apply to your account, see Quotas. For the service endpoints available in each Region, see AWS Network Security Manager endpoints and quotas in the AWS General Reference.
import boto3 client = boto3.client('network-security-manager')
These are the available methods:
- can_paginate
- close
- create_deployment
- create_deployment_snapshot
- create_policy
- create_policy_snapshot
- create_rule
- create_rule_snapshot
- create_scope
- create_scope_snapshot
- create_template
- create_template_snapshot
- delete_admin_account
- delete_deployment
- delete_policy
- delete_rule
- delete_scope
- delete_template
- generate_rule_configuration
- get_admin_account
- get_deployment
- get_paginator
- get_policy
- get_rule
- get_scope
- get_template
- get_waiter
- list_admin_accounts
- list_aggregate_resource_synchronization_statuses
- list_deployment_snapshots
- list_deployments
- list_policies
- list_policy_snapshots
- list_resource_associations
- list_resource_synchronization_statuses
- list_rule_snapshots
- list_rules
- list_scope_snapshots
- list_scopes
- list_tags_for_resource
- list_template_snapshots
- list_templates
- put_admin_account
- tag_resource
- untag_resource
- update_deployment
- update_policy
- update_rule
- update_scope
- update_template
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: