Class: Aws::ACMPCA::Types::CreateCertificateAuthorityAuditReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::CreateCertificateAuthorityAuditReportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_report_response_format ⇒ String
The format in which to create the report.
-
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the CA to be audited.
-
#s3_bucket_name ⇒ String
The name of the S3 bucket that will contain the audit report.
Instance Attribute Details
#audit_report_response_format ⇒ String
The format in which to create the report. This can be either JSON or CSV.
437 438 439 440 441 442 443 |
# File '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_arn ⇒ String
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 `.
437 438 439 440 441 442 443 |
# File '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_name ⇒ String
The name of the S3 bucket that will contain the audit report.
437 438 439 440 441 442 443 |
# File '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 |