Instance Propertyswift-cloud 0.24.0CloudCore
type
Resource.swift:10let type: String
let type: String
import CloudCore
struct Resource
@frozen struct String
A Unicode string value that is a collection of characters.
init(name: String, type: String, properties: AnyEncodable? = nil, dependsOn: [any ResourceProvider]? = nil, options: Options? = nil, existingId: String? = nil)
static func lookup(type: String, id: String) -> Resource
let chosenName: String
let dependsOn: [any ResourceProvider]?
let existingId: String?
let options: Options?
let properties: AnyEncodable?
var resource: Resource { get }
struct Options