CloudTemplateDescriptor Data Type

A description of where to find a cloud template - either a URL, or the body itself.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
cloudTemplateBody string element 0/1 For AWS CloudFormation or Azure ARM Templates - body of the template. If this is specified, don't provide a URL. For Google Deployment Configuration it is always required
cloudTemplateType ManagedObjectType element 0/1 What type of cloud template is this descriptor for? CLOUD_FORMATION or ARM_TEMPLATE or GOOGLE_DEPLOYMENT_CONFIGURATION
cloudTemplateUrl string element 0/1 For AWS CloudFormation or Azure ARM Templates - URL that hosts the body of the template. If this is specified, don't provide the body
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<CloudTemplateDescriptor xsitype="...">
  <cloudTemplateUrl>...</cloudTemplateUrl>
  <cloudTemplateBody>...</cloudTemplateBody>
  <cloudTemplateType>...</cloudTemplateType>
</CloudTemplateDescriptor>