ServerCertificate

Contains information about a server certificate.

This data type is used as a response element in the GetServerCertificate operation.

Types

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

Properties

Link copied to clipboard

The contents of the public key certificate.

Link copied to clipboard

The contents of the public key certificate chain.

Link copied to clipboard

The meta information of the server certificate, such as its name, path, ID, and ARN.

Link copied to clipboard
val tags: List<Tag>?

A list of tags that are attached to the server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Functions

Link copied to clipboard
inline fun copy(block: ServerCertificate.Builder.() -> Unit = {}): ServerCertificate
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