Entitlement

Specifies an entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether all or selected apps are entitled.

Link copied to clipboard

The attributes of the entitlement.

Link copied to clipboard

The time when the entitlement was created.

Link copied to clipboard

The description of the entitlement.

Link copied to clipboard

The time when the entitlement was last modified.

Link copied to clipboard
val name: String?

The name of the entitlement.

Link copied to clipboard

The name of the stack with which the entitlement is associated.

Functions

Link copied to clipboard
inline fun copy(block: Entitlement.Builder.() -> Unit = {}): Entitlement
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String