Instance Propertyswift-cloud 0.31.0CloudCore
resource
Resource.swift:118var resource: Resource { get }
var resource: Resource { get }
import CloudCore
struct Resource
init(name: String, type: String, properties: AnyEncodable? = nil, dependsOn: [any ResourceProvider]? = nil, options: Options? = nil, existingId: String? = nil, maxNameLength: Int = 55)
static func lookup(type: String, id: String) -> Resource
let chosenName: String
let dependsOn: [any ResourceProvider]?
let existingId: String?
let maxNameLength: Int
let options: Options?
let properties: AnyEncodable?
let type: String
struct Options