appstream_create_entitlement: Creates a new entitlement

View source: R/appstream_operations.R

appstream_create_entitlementR Documentation

Creates a new entitlement

Description

Creates a new 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.

See https://www.paws-r-sdk.com/docs/appstream_create_entitlement/ for full documentation.

Usage

appstream_create_entitlement(
  Name,
  StackName,
  Description = NULL,
  AppVisibility,
  Attributes
)

Arguments

Name

[required] The name of the entitlement.

StackName

[required] The name of the stack with which the entitlement is associated.

Description

The description of the entitlement.

AppVisibility

[required] Specifies whether all or selected apps are entitled.

Attributes

[required] The attributes of the entitlement.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.