Certificate
public struct Certificate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) for the certificate. Example: arn:aws:rds:us-east-1::cert:rds-ca-2019
Declaration
Swift
public let certificateArn: String? -
The unique key that identifies a certificate. Example: rds-ca-2019
Declaration
Swift
public let certificateIdentifier: String? -
The type of the certificate. Example: CA
Declaration
Swift
public let certificateType: String? -
The thumbprint of the certificate.
Declaration
Swift
public let thumbprint: String? -
The starting date-time from which the certificate is valid. Example: 2019-07-31T17:57:09Z
Declaration
Swift
public let validFrom: TimeStamp? -
The date-time after which the certificate is no longer valid. Example: 2024-07-31T17:57:09Z
Declaration
Swift
public let validTill: TimeStamp?
View on GitHub
Certificate Structure Reference