TemplateSourceTemplateArgs

data class TemplateSourceTemplateArgs(val arn: Output<String>) : ConvertibleToJava<TemplateSourceTemplateArgs>

The source template of the template.

Constructors

Link copied to clipboard
constructor(arn: Output<String>)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the resource.

Functions

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