DeleteCertificateAuthorityRequest
public struct DeleteCertificateAuthorityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must have the following form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
Declaration
Swift
public let certificateAuthorityArn: String
-
The number of days to make a CA restorable after it has been deleted. This can be anywhere from 7 to 30 days, with 30 being the default.
Declaration
Swift
public let permanentDeletionTimeInDays: Int?
-
Undocumented
Declaration
Swift
public init(certificateAuthorityArn: String, permanentDeletionTimeInDays: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws