Instance Propertyswift-cloud 0.24.0CloudCore
resources
Link.swift:8var resources: [String]
var resources: [String]
import CloudCore
struct Link
@frozen struct String
A Unicode string value that is a collection of characters.
init(name: any Input<String>, effect: any Input<String> = "Allow", actions: [any Input<String>] = ["*"], resources: [any Input<String>] = [], properties: LinkProperties? = nil)
var actions: [String]
var effect: String
var name: String
var properties: LinkProperties?