GetCertificateAuthorityPlainArgs

data class GetCertificateAuthorityPlainArgs(val arn: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetCertificateAuthorityPlainArgs>

A collection of arguments for invoking getCertificateAuthority.

Constructors

Link copied to clipboard
constructor(arn: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String

ARN of the certificate authority.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value map of user-defined tags that are attached to the certificate authority.

Functions

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