aws-cdk-lib.aws_appstream.CfnStack.UserSettingProperty

interface UserSettingProperty

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnStack.UserSettingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnStack_UserSettingProperty
Javasoftware.amazon.awscdk.services.appstream.CfnStack.UserSettingProperty
Pythonaws_cdk.aws_appstream.CfnStack.UserSettingProperty
TypeScript aws-cdk-lib » aws_appstream » CfnStack » UserSettingProperty

Specifies an action and whether the action is enabled or disabled for users during their streaming sessions.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from 'aws-cdk-lib';
const userSettingProperty: appstream.CfnStack.UserSettingProperty = {
  action: 'action',
  permission: 'permission',
};

Properties

NameTypeDescription
actionstringThe action that is enabled or disabled.
permissionstringIndicates whether the action is enabled or disabled.

action

Type: string

The action that is enabled or disabled.


permission

Type: string

Indicates whether the action is enabled or disabled.