GetLicenseEndpointResult

data class GetLicenseEndpointResult(val arn: String? = null, val dnsName: String? = null, val licenseEndpointId: String? = null, val status: LicenseEndpointStatus? = null, val statusMessage: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, dnsName: String? = null, licenseEndpointId: String? = null, status: LicenseEndpointStatus? = null, statusMessage: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the license endpoint.

Link copied to clipboard
val dnsName: String? = null

The DNS name of the license server endpoint.

Link copied to clipboard

The license endpoint ID.

Link copied to clipboard

The status of the license endpoint.

Link copied to clipboard
val statusMessage: String? = null

The status message of the license endpoint.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.