Iac Template Properties Args
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
the sample instance name of the template
Link copied to clipboard
the source stage of the template
Link copied to clipboard
Determines the authorization status of requests.
Link copied to clipboard
the source store of the template
Link copied to clipboard
Link copied to clipboard
Template Name