AccessAnalyzer / Client / list_analyzed_resources
list_analyzed_resources#
- AccessAnalyzer.Client.list_analyzed_resources(**kwargs)#
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
See also: AWS API Documentation
Request Syntax
response = client.list_analyzed_resources( analyzerArn='string', resourceType='AWS::S3::Bucket'|'AWS::IAM::Role'|'AWS::SQS::Queue'|'AWS::Lambda::Function'|'AWS::Lambda::LayerVersion'|'AWS::KMS::Key'|'AWS::SecretsManager::Secret'|'AWS::EFS::FileSystem'|'AWS::EC2::Snapshot'|'AWS::ECR::Repository'|'AWS::RDS::DBSnapshot'|'AWS::RDS::DBClusterSnapshot'|'AWS::SNS::Topic', nextToken='string', maxResults=123 )
- Parameters:
analyzerArn (string) –
[REQUIRED]
The ARN of the analyzer to retrieve a list of analyzed resources from.
resourceType (string) – The type of resource.
nextToken (string) – A token used for pagination of results returned.
maxResults (integer) – The maximum number of results to return in the response.
- Return type:
dict
- Returns:
Response Syntax
{ 'analyzedResources': [ { 'resourceArn': 'string', 'resourceOwnerAccount': 'string', 'resourceType': 'AWS::S3::Bucket'|'AWS::IAM::Role'|'AWS::SQS::Queue'|'AWS::Lambda::Function'|'AWS::Lambda::LayerVersion'|'AWS::KMS::Key'|'AWS::SecretsManager::Secret'|'AWS::EFS::FileSystem'|'AWS::EC2::Snapshot'|'AWS::ECR::Repository'|'AWS::RDS::DBSnapshot'|'AWS::RDS::DBClusterSnapshot'|'AWS::SNS::Topic' }, ], 'nextToken': 'string' }
Response Structure
(dict) –
The response to the request.
analyzedResources (list) –
A list of resources that were analyzed.
(dict) –
Contains the ARN of the analyzed resource.
resourceArn (string) –
The ARN of the analyzed resource.
resourceOwnerAccount (string) –
The Amazon Web Services account ID that owns the resource.
resourceType (string) –
The type of resource that was analyzed.
nextToken (string) –
A token used for pagination of results returned.
Exceptions
AccessAnalyzer.Client.exceptions.ResourceNotFoundException
AccessAnalyzer.Client.exceptions.ValidationException
AccessAnalyzer.Client.exceptions.InternalServerException
AccessAnalyzer.Client.exceptions.ThrottlingException
AccessAnalyzer.Client.exceptions.AccessDeniedException