Resource
                                Resource                            
                            A resource part of a deployment.
JSON Example
                                    {
    "createdAt": "string",
    "dependsOn": [
        "string"
    ],
    "description": "string",
    "expense": {
        "additionalExpense": "number",
        "code": "string",
        "computeExpense": "number",
        "lastUpdatedTime": "string",
        "message": "string",
        "networkExpense": "number",
        "storageExpense": "number",
        "totalExpense": "number",
        "unit": "string"
    },
    "id": "string",
    "name": "string",
    "state": "string",
    "syncStatus": "string",
    "type": "string"
}
            
            
                                    string As date-time
                
                                    As date-time
                
            
        
        
                createdAt            
                            Optional
                    Creation time
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                dependsOn            
                            Optional
                    A list of other resources this resource depends on
            
            
                                    string
                
                
            
        
        
                description            
                            Optional
                    A description of the resource
            
            
                                    string As uuid
                
                                    As uuid
                
            
        
        
                id            
                            Optional
                    Unique identifier of the resource
            
            
                                    object
                
                
            
        
        
                metadata            
                            Optional
                    metadata
            
            
                                    string
                
                
            
        
        
                name            
                            Required
                    Name of the resource
            
            
                                    object
                
                
            
        
        
                properties            
                            Optional
                    properties
            
            
                                    string
                
                
            
        
        
                state            
                            Optional
                    The current state of the resource
                Possible values are :
                                    PARTIAL, 
                                    TAINTED, 
                                    OK, 
                            
        
    
            
            
                                    string
                
                
            
        
        
                syncStatus            
                            Optional
                    The current sync status
                Possible values are :
                                    SUCCESS, 
                                    MISSING, 
                                    STALE, 
                            
        
    
            
            
                                    string
                
                
            
        
        
                type            
                            Required
                    Type of the resource
