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<Map<String, String>>? = null) : ConvertibleToJava<TemplateArgs>
Represents a template that defines certificate configurations, both for issuance and client handling
Constructors
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
Link copied to clipboard
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
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.