Template Args
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)