CaCertificateRegistrationConfig

data class CaCertificateRegistrationConfig(val roleArn: String? = null, val templateBody: String? = null, val templateName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val roleArn: String? = null

The ARN of the role.

Link copied to clipboard
val templateBody: String? = null

The template body.

Link copied to clipboard
val templateName: String? = null

The name of the provisioning template.