GetServerCertificateResult

data class GetServerCertificateResult(val arn: String, val certificateBody: String, val certificateChain: String, val expirationDate: String, val id: String, val latest: Boolean? = null, val name: String, val namePrefix: String? = null, val path: String, val pathPrefix: String? = null, val uploadDate: String)

A collection of values returned by getServerCertificate.

Constructors

Link copied to clipboard
constructor(arn: String, certificateBody: String, certificateChain: String, expirationDate: String, id: String, latest: Boolean? = null, name: String, namePrefix: String? = null, path: String, pathPrefix: String? = null, uploadDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

is set to the ARN of the IAM Server Certificate

Link copied to clipboard

is the public key certificate (PEM-encoded). This is useful when configuring back-end instance authentication policy for load balancer

Link copied to clipboard

is the public key certificate chain (PEM-encoded) if exists, empty otherwise

Link copied to clipboard

is set to the expiration date of the IAM Server Certificate

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val latest: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val namePrefix: String? = null
Link copied to clipboard

is set to the path of the IAM Server Certificate

Link copied to clipboard
val pathPrefix: String? = null
Link copied to clipboard

is the date when the server certificate was uploaded