ReportGenerationResult
Result of a report generation attempt.
Contents
- reportType
-
The type of the generated report.
Type: String
Valid Values:
FAILURE_MODERequired: Yes
- status
-
The status of the report generation.
Type: String
Valid Values:
PENDING | SUCCEEDED | FAILEDRequired: Yes
- assessmentId
-
Present for FAILURE_MODE reports.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}Required: No
- createdAt
-
The timestamp when the report was created.
Type: Timestamp
Required: No
- reportOutput
-
Present when status is SUCCEEDED or FAILED.
Type: ReportOutput object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- serviceArn
-
The service this report was generated for.
Type: String
Length Constraints: Minimum length of 31.
Pattern:
arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: