VPCLattice#
Client#
- class VPCLattice.Client#
A low-level client representing Amazon VPC Lattice
Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that you can discover and manage them more efficiently. For more information, see the Amazon VPC Lattice User Guide
import boto3 client = boto3.client('vpc-lattice')
These are the available methods:
- batch_update_rule
- can_paginate
- close
- create_access_log_subscription
- create_listener
- create_rule
- create_service
- create_service_network
- create_service_network_service_association
- create_service_network_vpc_association
- create_target_group
- delete_access_log_subscription
- delete_auth_policy
- delete_listener
- delete_resource_policy
- delete_rule
- delete_service
- delete_service_network
- delete_service_network_service_association
- delete_service_network_vpc_association
- delete_target_group
- deregister_targets
- get_access_log_subscription
- get_auth_policy
- get_listener
- get_paginator
- get_resource_policy
- get_rule
- get_service
- get_service_network
- get_service_network_service_association
- get_service_network_vpc_association
- get_target_group
- get_waiter
- list_access_log_subscriptions
- list_listeners
- list_rules
- list_service_network_service_associations
- list_service_network_vpc_associations
- list_service_networks
- list_services
- list_tags_for_resource
- list_target_groups
- list_targets
- put_auth_policy
- put_resource_policy
- register_targets
- tag_resource
- untag_resource
- update_access_log_subscription
- update_listener
- update_rule
- update_service
- update_service_network
- update_service_network_vpc_association
- update_target_group
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: