ServerCertificateMetadata

Contains information about a server certificate without its certificate body, certificate chain, and private key.

This data type is used as a response element in the UploadServerCertificate and ListServerCertificates operations.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The date on which the certificate is set to expire.

Link copied to clipboard

The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The name that identifies the server certificate.

Link copied to clipboard

The date when the server certificate was uploaded.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String