TemplateArgs

data class TemplateArgs(val connectorArn: Output<String>? = null, val definition: Output<Any>? = null, val name: Output<String>? = null, val reenrollAllCertificateHolders: Output<Boolean>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<TemplateArgs>

Represents a template that defines certificate configurations, both for issuance and client handling

Constructors

Link copied to clipboard
constructor(connectorArn: Output<String>? = null, definition: Output<Any>? = null, name: Output<String>? = null, reenrollAllCertificateHolders: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val connectorArn: Output<String>? = null

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

Link copied to clipboard
val definition: Output<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 name: Output<String>? = null

Name of the templates. Template names must be unique.

Link copied to clipboard

This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.

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

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

Functions

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