GetTrustStoreResult

data class GetTrustStoreResult(val associatedPortalArns: List<String>? = null, val certificateList: List<String>? = null, val tags: List<Tag>? = null, val trustStoreArn: String? = null)

Constructors

Link copied to clipboard
constructor(associatedPortalArns: List<String>? = null, certificateList: List<String>? = null, tags: List<Tag>? = null, trustStoreArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of web portal ARNs that this trust store is associated with.

Link copied to clipboard

A list of CA certificates to be added to the trust store.

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

The tags to add to the trust store. A tag is a key-value pair.

Link copied to clipboard
val trustStoreArn: String? = null

The ARN of the trust store.