List of Implicit Template Parameters

Oracle Cloud Stack template authors can use several predefined template parameters when creating stack resources. These parameters do not have to be explicitly defined within a template, nor do users of a template have to specify them in the list of parameters.

Parameter Name Description Example
serviceName

The name of the stack being created

If you want to define constraints on the stack’s name, such as the number of characters, create a parameter with this name in your template.

Fn:GetParam: serviceName
identityDomain

The Oracle Cloud identity domain in which this stack is being created

Fn:GetParam: identityDomain
userName

The name of the Oracle Cloud user who is creating this stack

Fn:GetParam: userName