CisScanResultDetails
The CIS scan result details.
Contents
- scanArn
-
The CIS scan result details' scan ARN.
Type: String
Pattern:
^arn:aws(-us-gov|-cn)?:inspector2:[-.a-z0-9]{0,20}:\d{12}:owner/(\d{12}|o-[a-z0-9]{10,32})/cis-scan/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Required: Yes
- accountId
-
The CIS scan result details' account ID.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
^\d{12}$
Required: No
- checkDescription
-
The account ID that's associated with the CIS scan result details.
Type: String
Required: No
- checkId
-
The CIS scan result details' check ID.
Type: String
Required: No
- findingArn
-
The CIS scan result details' finding ARN.
Type: String
Pattern:
^arn:aws(-gov|-cn)?:inspector2:[-.a-z0-9]{0,20}:\d{12}:owner/\d{12}/cis-finding/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Required: No
- level
-
The CIS scan result details' level.
Type: String
Valid Values:
LEVEL_1 | LEVEL_2
Required: No
- platform
-
The CIS scan result details' platform.
Type: String
Required: No
- remediation
-
The CIS scan result details' remediation.
Type: String
Required: No
- status
-
The CIS scan result details' status.
Type: String
Valid Values:
PASSED | FAILED | SKIPPED
Required: No
- statusReason
-
The CIS scan result details' status reason.
Type: String
Required: No
- targetResourceId
-
The CIS scan result details' target resource ID.
Type: String
Length Constraints: Minimum length of 10. Maximum length of 341.
Pattern:
(^arn:.*:ecr:.*:\d{12}:repository\/(?:[a-z0-9]+(?:[._-][a-z0-9]+)*\/)*[a-z0-9]+(?:[._-][a-z0-9]+)*(\/sha256:[a-z0-9]{64})?$)|(^i-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$|(^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_\.]+(:(\$LATEST|[a-zA-Z0-9-_]+))?$))
Required: No
- title
-
The CIS scan result details' title.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: