RAM / Client / get_resource_policies
get_resource_policies#
- RAM.Client.get_resource_policies(**kwargs)#
Retrieves the resource policies for the specified resources that you own and have shared.
See also: AWS API Documentation
Request Syntax
response = client.get_resource_policies( resourceArns=[ 'string', ], principal='string', nextToken='string', maxResults=123 )
- Parameters:
resourceArns (list) –
[REQUIRED]
Specifies the Amazon Resource Names (ARNs) of the resources whose policies you want to retrieve.
(string) –
principal (string) – Specifies the principal.
nextToken (string) – Specifies that you want to receive the next page of results. Valid only if you received a
NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call’sNextToken
response to request the next page of results.maxResults (integer) – Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the
NextToken
response element is returned with a value (not null). Include the specified value as theNextToken
request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should checkNextToken
after every operation to ensure that you receive all of the results.
- Return type:
dict
- Returns:
Response Syntax
{ 'policies': [ 'string', ], 'nextToken': 'string' }
Response Structure
(dict) –
policies (list) –
An array of resource policy documents in JSON format.
(string) –
nextToken (string) –
If present, this value indicates that more output is available than is included in the current response. Use this value in the
NextToken
request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextToken
response element comes back asnull
. This indicates that this is the last page of results.
Exceptions
RAM.Client.exceptions.MalformedArnException
RAM.Client.exceptions.InvalidNextTokenException
RAM.Client.exceptions.InvalidParameterException
RAM.Client.exceptions.ResourceArnNotFoundException
RAM.Client.exceptions.ServerInternalException
RAM.Client.exceptions.ServiceUnavailableException