Certificate
public struct Certificate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) for the certificate.
Declaration
Swift
public let certificateArn: String? -
The unique key that identifies a certificate.
Declaration
Swift
public let certificateIdentifier: String? -
The type of the certificate.
Declaration
Swift
public let certificateType: String? -
Whether there is an override for the default certificate identifier.
Declaration
Swift
public let customerOverride: Bool? -
If there is an override for the default certificate identifier, when the override expires.
Declaration
Swift
public let customerOverrideValidTill: TimeStamp? -
The thumbprint of the certificate.
Declaration
Swift
public let thumbprint: String? -
The starting date from which the certificate is valid.
Declaration
Swift
public let validFrom: TimeStamp? -
The final date that the certificate continues to be valid.
Declaration
Swift
public let validTill: TimeStamp? -
init(certificateArn:certificateIdentifier:certificateType:customerOverride:customerOverrideValidTill:thumbprint:validFrom:validTill:)Undocumented
View on GitHub
Certificate Structure Reference