Instance Propertyswift-cloud 0.34.0CloudCore
maxNameLength
Resource.swift:16let maxNameLength: Int
let maxNameLength: Int
import CloudCore
struct Resource
@frozen struct Int
A signed integer value type.
init(name: String, type: String, properties: AnyEncodable?, options: Options?, context: Context, dependsOn: [any ResourceProvider]? = nil, existingId: String? = nil, maxNameLength: Int = 55)
static func lookup(type: String, id: String, options: Options? = nil, context: Context = .current) -> Resource
let chosenName: String
let context: Context
let dependsOn: [any ResourceProvider]?
let existingId: String?
let options: Options?
let properties: AnyEncodable?
var resource: Resource { get }
let type: String
struct Options