Library Args
data class LibraryArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<LibraryArgs>
Third-party Python runtime library that is required by the application.
Third-party Python runtime library that is required by the application.