ResourceSpecification

ResourceSpecification
ResourceSpecification

The resource spec to create a resource.

JSON Example
{
    "deploymentId": "string",
    "name": "string",
    "projectId": "string",
    "properties": {
        "properties": {}
    },
    "type": "string"
}
string
deploymentId
Optional

Resource deployment id

string
name
Required
Constraints: maxLength: 900

Name of the resource

string
projectId
Optional

Resource project id

object
properties
Optional

Resource properties

string
type
Required

Type of the resource

Parameter To