GetTrustStoreResult

data class GetTrustStoreResult(val numberOfCaCertificates: Int? = null, val status: String? = null, val tags: List<Tag>? = null, val trustStoreArn: String? = null)

Constructors

Link copied to clipboard
constructor(numberOfCaCertificates: Int? = null, status: String? = null, tags: List<Tag>? = null, trustStoreArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of certificates associated with the trust store.

Link copied to clipboard
val status: String? = null

The status of the trust store, could be either of ACTIVE or CREATING.

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

The tags to assign to the trust store.

Link copied to clipboard
val trustStoreArn: String? = null

The Amazon Resource Name (ARN) of the trust store.