Route53Profiles#
Client#
- class Route53Profiles.Client#
A low-level client representing Route 53 Profiles
With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts
import boto3 client = boto3.client('route53profiles')
These are the available methods:
- associate_profile
- associate_resource_to_profile
- can_paginate
- close
- create_profile
- delete_profile
- disassociate_profile
- disassociate_resource_from_profile
- get_paginator
- get_profile
- get_profile_association
- get_profile_resource_association
- get_waiter
- list_profile_associations
- list_profile_resource_associations
- list_profiles
- list_tags_for_resource
- tag_resource
- untag_resource
- update_profile_resource_association
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: