CloudFormation Resourcescan

This table represents the CloudFormation Resourcescan resource from Amazon Web Services.

aws.cloudformation_resourcescan

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
end_timecoretimestampThe time that the resource scan was finished.
percentage_completedcorefloat64The percentage of the resource scan that has been completed.
resource_scan_idcorestringThe Amazon Resource Name (ARN) of the resource scan. The format is <code>arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}</code>. An example is <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:resourceScan/<i>f5b490f7-7ed4-428a-aa06-31ff25db0772</i> </code>.
resource_typescorearray<string>The list of resource types for the specified scan. Resource types are only available for scans with a <code>Status</code> set to <code>COMPLETE</code> or <code>FAILED </code>.
resources_readcoreint64The number of resources that were read. This is only available for scans with a <code>Status</code> set to <code>COMPLETE</code>, <code>EXPIRED</code>, or <code>FAILED</code>. <note> This field may be 0 if the resource scan failed with a <code>ResourceScanLimitExceededException</code>. </note>
resources_scannedcoreint64The number of resources that were listed. This is only available for scans with a <code>Status</code> set to <code>COMPLETE</code>, <code>EXPIRED</code>, or <code>FAILED </code>.
scan_filterscorejsonThe scan filters that were used.
start_timecoretimestampThe time that the resource scan was started.
statuscorestringStatus of the resource scan. <dl> <dt> IN_PROGRESS </dt> <dd> The resource scan is still in progress. </dd> <dt> COMPLETE </dt> <dd> The resource scan is complete. </dd> <dt> EXPIRED </dt> <dd> The resource scan has expired. </dd> <dt> FAILED </dt> <dd> The resource scan has failed. </dd> </dl>
status_reasoncorestringThe reason for the resource scan status, providing more information if a failure happened.
tagscorehstore