GetTrustStorePlainArgs

data class GetTrustStorePlainArgs(val arn: String? = null, val name: String? = null) : ConvertibleToJava<GetTrustStorePlainArgs>

A collection of arguments for invoking getTrustStore.

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null)

Properties

Link copied to clipboard
val arn: String? = null

Full ARN of the trust store.

Link copied to clipboard
val name: String? = null

Unique name of the trust store.

Functions

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