class Aws::ACMPCA::Types::CreateCertificateAuthorityAuditReportRequest

@note When making an API call, you may pass CreateCertificateAuthorityAuditReportRequest

data as a hash:

    {
      certificate_authority_arn: "Arn", # required
      s3_bucket_name: "S3BucketName", # required
      audit_report_response_format: "JSON", # required, accepts JSON, CSV
    }

@!attribute [rw] certificate_authority_arn

The Amazon Resource Name (ARN) of the CA to be audited. This is of
the form:

`arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
`.
@return [String]

@!attribute [rw] s3_bucket_name

The name of the S3 bucket that will contain the audit report.
@return [String]

@!attribute [rw] audit_report_response_format

The format in which to create the report. This can be either
**JSON** or **CSV**.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CreateCertificateAuthorityAuditReportRequest AWS API Documentation

Constants

SENSITIVE