Class: Aws::ACMPCA::Types::CreateCertificateAuthorityAuditReportRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_report_response_formatString

The format in which to create the report. This can be either JSON or CSV.

Returns:

  • (String)


437
438
439
440
441
442
443
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 437

class CreateCertificateAuthorityAuditReportRequest < Struct.new(
  :certificate_authority_arn,
  :s3_bucket_name,
  :audit_report_response_format)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_authority_arnString

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 .

Returns:

  • (String)


437
438
439
440
441
442
443
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 437

class CreateCertificateAuthorityAuditReportRequest < Struct.new(
  :certificate_authority_arn,
  :s3_bucket_name,
  :audit_report_response_format)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

The name of the S3 bucket that will contain the audit report.

Returns:

  • (String)


437
438
439
440
441
442
443
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 437

class CreateCertificateAuthorityAuditReportRequest < Struct.new(
  :certificate_authority_arn,
  :s3_bucket_name,
  :audit_report_response_format)
  SENSITIVE = []
  include Aws::Structure
end