Artifact / Client / export_compliance_inquiry

export_compliance_inquiry

Artifact.Client.export_compliance_inquiry(**kwargs)

Export a compliance inquiry report.

See also: AWS API Documentation

Request Syntax

response = client.export_compliance_inquiry(
    complianceInquiryId='string',
    queryIdentifiers=[
        123,
    ],
    includeCitations=True|False
)
Parameters:
  • complianceInquiryId (string) –

    [REQUIRED]

    Unique resource ID for the compliance inquiry.

  • queryIdentifiers (list) –

    List of query identifiers to include in the export.

    • (integer) –

  • includeCitations (boolean) – When true, include citations in the exported document.

Return type:

dict

Returns:

Response Syntax

{
    'documentPresignedUrl': 'string',
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • documentPresignedUrl (string) –

      Presigned S3 URL to access the exported compliance inquiry report.

    • tags (dict) –

      Tags associated with the compliance inquiry resource.

      • (string) –

        A tag key.

        • (string) –

          A tag value.

Exceptions

  • Artifact.Client.exceptions.ResourceNotFoundException

  • Artifact.Client.exceptions.ThrottlingException

  • Artifact.Client.exceptions.AccessDeniedException

  • Artifact.Client.exceptions.InternalServerException

  • Artifact.Client.exceptions.ValidationException