Licensemanager Functions
object LicensemanagerFunctions
Functions
Link copied to clipboard
This resource can be used to get a set of license grant ARNs matching a filter.
suspend fun getLicenseGrants(argument: suspend GetLicenseGrantsPlainArgsBuilder.() -> Unit): GetLicenseGrantsResult
Link copied to clipboard
This resource can be used to get data on a received license using an ARN. This can be helpful for pulling in data on a license from the AWS marketplace and sharing that license with another account.
suspend fun getReceivedLicense(argument: suspend GetReceivedLicensePlainArgsBuilder.() -> Unit): GetReceivedLicenseResult
Link copied to clipboard
This resource can be used to get a set of license ARNs matching a filter.
suspend fun getReceivedLicenses(filters: List<GetReceivedLicensesFilter>? = null): GetReceivedLicensesResult
suspend fun getReceivedLicenses(argument: suspend GetReceivedLicensesPlainArgsBuilder.() -> Unit): GetReceivedLicensesResult