CreateCertificateAuthorityAuditReportRequest
public struct CreateCertificateAuthorityAuditReportRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The format in which to create the report. This can be either JSON or CSV.
Declaration
Swift
public let auditReportResponseFormat: AuditReportResponseFormat
-
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 .
Declaration
Swift
public let certificateAuthorityArn: String
-
The name of the S3 bucket that will contain the audit report.
Declaration
Swift
public let s3BucketName: String
-
Undocumented
Declaration
Swift
public init(auditReportResponseFormat: AuditReportResponseFormat, certificateAuthorityArn: String, s3BucketName: String)
-
Declaration
Swift
public func validate(name: String) throws