GetCertificateRequest
public struct GetCertificateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the issued certificate. The ARN contains the certificate serial number and must be in the following form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
Declaration
Swift
public let certificateArn: String
-
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
Declaration
Swift
public let certificateAuthorityArn: String
-
Undocumented
Declaration
Swift
public init(certificateArn: String, certificateAuthorityArn: String)
-
Declaration
Swift
public func validate(name: String) throws