Script Storage Location
data class ScriptStorageLocation(val bucket: String, val key: String, val objectVersion: String? = null, val roleArn: String)
Constructors
Link copied to clipboard
fun ScriptStorageLocation(bucket: String, key: String, objectVersion: String? = null, roleArn: String)