Software Package Args
data class SoftwarePackageArgs(val description: Output<String>? = null, val packageName: Output<String>? = null, val tags: Output<List<SoftwarePackageTagArgs>>? = null) : ConvertibleToJava<SoftwarePackageArgs>
resource definition
Constructors
Link copied to clipboard
fun SoftwarePackageArgs(description: Output<String>? = null, packageName: Output<String>? = null, tags: Output<List<SoftwarePackageTagArgs>>? = null)