get_assessment_report_url

AuditManager.Client.get_assessment_report_url(**kwargs)

Returns the URL of an assessment report in Audit Manager.

See also: AWS API Documentation

Request Syntax

response = client.get_assessment_report_url(
    assessmentReportId='string',
    assessmentId='string'
)
Parameters
  • assessmentReportId (string) --

    [REQUIRED]

    The unique identifier for the assessment report.

  • assessmentId (string) --

    [REQUIRED]

    The unique identifier for the assessment.

Return type

dict

Returns

Response Syntax

{
    'preSignedUrl': {
        'hyperlinkName': 'string',
        'link': 'string'
    }
}

Response Structure

  • (dict) --

    • preSignedUrl (dict) --

      Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.

      • hyperlinkName (string) --

        The name or word that's used as a hyperlink to the URL.

      • link (string) --

        The unique identifier for the internet resource.

Exceptions

  • AuditManager.Client.exceptions.ValidationException
  • AuditManager.Client.exceptions.AccessDeniedException
  • AuditManager.Client.exceptions.InternalServerException
  • AuditManager.Client.exceptions.ResourceNotFoundException