TrustStoreArgs

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

Definition of AWS::WorkSpacesWeb::TrustStore Resource Type

Constructors

Link copied to clipboard
fun TrustStoreArgs(certificateList: Output<List<String>>? = null, tags: Output<List<TrustStoreTagArgs>>? = null)

Functions

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

Properties

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