GetTemplateResult

data class GetTemplateResult(val definition: Any? = null, val tags: Map<String, String>? = null, val templateArn: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val definition: Any? = null

Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.

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

Metadata assigned to a template consisting of a key-value pair.

Link copied to clipboard
val templateArn: String? = null

The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .