CloudFormation / Client / start_resource_scan
start_resource_scan#
- CloudFormation.Client.start_resource_scan(**kwargs)#
Starts a scan of the resources in this account in this Region. You can the status of a scan using the
ListResourceScans
API action.See also: AWS API Documentation
Request Syntax
response = client.start_resource_scan( ClientRequestToken='string' )
- Parameters:
ClientRequestToken (string) – A unique identifier for this
StartResourceScan
request. Specify this token if you plan to retry requests so that CloudFormation knows that you’re not attempting to start a new resource scan.- Return type:
dict
- Returns:
Response Syntax
{ 'ResourceScanId': 'string' }
Response Structure
Exceptions
CloudFormation.Client.exceptions.ResourceScanInProgressException
CloudFormation.Client.exceptions.ResourceScanLimitExceededException