IacTemplatePropertiesArgs

data class IacTemplatePropertiesArgs(val instanceName: Output<String>? = null, val instanceStage: Output<String>? = null, val quickStartTemplateType: Output<Either<String, QuickStartTemplateType>>? = null, val sourceResourceId: Output<String>? = null, val templateDetails: Output<List<IacTemplateDetailsArgs>>? = null, val templateName: Output<String>? = null) : ConvertibleToJava<IacTemplatePropertiesArgs>

Properties of a IacTemplate.

Constructors

Link copied to clipboard
constructor(instanceName: Output<String>? = null, instanceStage: Output<String>? = null, quickStartTemplateType: Output<Either<String, QuickStartTemplateType>>? = null, sourceResourceId: Output<String>? = null, templateDetails: Output<List<IacTemplateDetailsArgs>>? = null, templateName: Output<String>? = null)

Properties

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

the sample instance name of the template

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

the source stage of the template

Link copied to clipboard

Determines the authorization status of requests.

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

the source store of the template

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

Template Name

Functions

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