License Args
data class LicenseArgs(val identifier: Output<String>? = null, val name: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<LicenseArgs>
The license information for the API.
The license information for the API.