CaCertificateRegistrationConfigArgs

data class CaCertificateRegistrationConfigArgs(val roleArn: Output<String>? = null, val templateBody: Output<String>? = null, val templateName: Output<String>? = null) : ConvertibleToJava<CaCertificateRegistrationConfigArgs>

Constructors

Link copied to clipboard
constructor(roleArn: Output<String>? = null, templateBody: Output<String>? = null, templateName: Output<String>? = null)

Properties

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

The ARN of the role.

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

The template body.

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

The name of the provisioning template.

Functions

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