Arm Resource Definition Resource Element Template Args
data class ArmResourceDefinitionResourceElementTemplateArgs(val artifactProfile: Output<NSDArtifactProfileArgs>? = null, val parameterValues: Output<String>? = null, val templateType: Output<Either<String, TemplateType>>? = null) : ConvertibleToJava<ArmResourceDefinitionResourceElementTemplateArgs>
The arm template RE.
Constructors
Link copied to clipboard
constructor(artifactProfile: Output<NSDArtifactProfileArgs>? = null, parameterValues: Output<String>? = null, templateType: Output<Either<String, TemplateType>>? = null)