CertificateSummary
public struct CertificateSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Amazon Resource Name (ARN) of the certificate. This is of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Declaration
Swift
public let certificateArn: String? -
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
Declaration
Swift
public let domainName: String? -
Undocumented
Declaration
Swift
public init(certificateArn: String? = nil, domainName: String? = nil)
View on GitHub
CertificateSummary Structure Reference