Route53Profiles / Paginator / ListProfileResourceAssociations
ListProfileResourceAssociations#
- class Route53Profiles.Paginator.ListProfileResourceAssociations#
paginator = client.get_paginator('list_profile_resource_associations')
- paginate(**kwargs)#
Creates an iterator that will paginate through responses from
Route53Profiles.Client.list_profile_resource_associations()
.See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( ProfileId='string', ResourceType='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
ProfileId (string) –
[REQUIRED]
The ID of the Profile.
ResourceType (string) – ID of a resource if you want information on only one type.
PaginationConfig (dict) –
A dictionary that provides parameters to control pagination.
MaxItems (integer) –
The total number of items to return. If the total number of items available is more than the value specified in max-items then a
NextToken
will be provided in the output that you can use to resume pagination.PageSize (integer) –
The size of each page.
StartingToken (string) –
A token to specify where to start paginating. This is the
NextToken
from a previous response.
- Return type:
dict
- Returns:
Response Syntax
{ 'ProfileResourceAssociations': [ { 'CreationTime': datetime(2015, 1, 1), 'Id': 'string', 'ModificationTime': datetime(2015, 1, 1), 'Name': 'string', 'OwnerId': 'string', 'ProfileId': 'string', 'ResourceArn': 'string', 'ResourceProperties': 'string', 'ResourceType': 'string', 'Status': 'COMPLETE'|'DELETING'|'UPDATING'|'CREATING'|'DELETED'|'FAILED', 'StatusMessage': 'string' }, ] }
Response Structure
(dict) –
ProfileResourceAssociations (list) –
Information about the profile resource association that you specified in a
GetProfileResourceAssociation
request.(dict) –
The association between a Route 53 Profile and resources.
CreationTime (datetime) –
The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).
Id (string) –
ID of the Profile resource association.
ModificationTime (datetime) –
The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).
Name (string) –
Name of the Profile resource association.
OwnerId (string) –
Amazon Web Services account ID of the Profile resource association owner.
ProfileId (string) –
Profile ID of the Profile that the resources are associated with.
ResourceArn (string) –
The Amazon Resource Name (ARN) of the resource association.
ResourceProperties (string) –
If the DNS resource is a DNS Firewall rule group, this indicates the priority.
ResourceType (string) –
Resource type, such as a private hosted zone, or DNS Firewall rule group.
Status (string) –
Status of the Profile resource association.
StatusMessage (string) –
Additional information about the Profile resource association.