ecr_describe_image_scan_findings {paws.compute} | R Documentation |
Returns the scan findings for the specified image
Description
Returns the scan findings for the specified image.
See https://www.paws-r-sdk.com/docs/ecr_describe_image_scan_findings/ for full documentation.
Usage
ecr_describe_image_scan_findings(
registryId = NULL,
repositoryName,
imageId,
nextToken = NULL,
maxResults = NULL
)
Arguments
registryId |
The Amazon Web Services account ID associated with the registry that
contains the repository in which to describe the image scan findings
for. If you do not specify a registry, the default registry is assumed.
|
repositoryName |
[required] The repository for the image for which to describe the scan findings.
|
imageId |
[required]
|
nextToken |
The nextToken value returned from a previous paginated
describe_image_scan_findings
request where maxResults was used and the results exceeded the value
of that parameter. Pagination continues from the end of the previous
results that returned the nextToken value. This value is null when
there are no more results to return.
|
maxResults |
The maximum number of image scan results returned by
describe_image_scan_findings in
paginated output. When this parameter is used,
describe_image_scan_findings only
returns maxResults results in a single page along with a nextToken
response element. The remaining results of the initial request can be
seen by sending another
describe_image_scan_findings
request with the returned nextToken value. This value can be between 1
and 1000. If this parameter is not used, then
describe_image_scan_findings
returns up to 100 results and a nextToken value, if applicable.
|
[Package
paws.compute version 0.6.1
Index]