GetReceivedLicensesResult

data class GetReceivedLicensesResult(val arns: List<String>, val filters: List<GetReceivedLicensesFilter>? = null, val id: String)

A collection of values returned by getReceivedLicenses.

Constructors

Link copied to clipboard
constructor(arns: List<String>, filters: List<GetReceivedLicensesFilter>? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of all the license ARNs found.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.