Trust Store Args
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)