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<TemplateTagsArgs>? = null) : ConvertibleToJava<TemplateArgs>

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val connectorArn: Output<String>? = null
Link copied to clipboard
val definition: Output<Any>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<TemplateTagsArgs>? = null