EntitlementArgs

data class EntitlementArgs(val appVisibility: Output<String>? = null, val attributes: Output<List<EntitlementAttributeArgs>>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val stackName: Output<String>? = null) : ConvertibleToJava<EntitlementArgs>

Resource Type definition for AWS::AppStream::Entitlement

Constructors

Link copied to clipboard
constructor(appVisibility: Output<String>? = null, attributes: Output<List<EntitlementAttributeArgs>>? = null, description: Output<String>? = null, name: Output<String>? = null, stackName: Output<String>? = null)

Properties

Link copied to clipboard
val appVisibility: Output<String>? = null

Specifies whether to entitle all apps or only selected apps.

Link copied to clipboard

The attributes of the entitlement.

Link copied to clipboard
val description: Output<String>? = null

The description of the entitlement.

Link copied to clipboard
val name: Output<String>? = null

The name of the entitlement.

Link copied to clipboard
val stackName: Output<String>? = null

The name of the stack.

Functions

Link copied to clipboard
open override fun toJava(): EntitlementArgs