TrustStoreArgs

data class TrustStoreArgs(val certificateList: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<TrustStoreArgs>

Definition of AWS::WorkSpacesWeb::TrustStore Resource Type

Constructors

Link copied to clipboard
constructor(certificateList: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val certificateList: Output<List<String>>? = null

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

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

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

Functions

Link copied to clipboard
open override fun toJava(): TrustStoreArgs