Interface CfnStackPropsMixin.UserSettingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStackPropsMixin.UserSettingProperty.Jsii$Proxy
Enclosing class:
CfnStackPropsMixin

@Stability(Stable) public static interface CfnStackPropsMixin.UserSettingProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.appstream.*;
 UserSettingProperty userSettingProperty = UserSettingProperty.builder()
         .action("action")
         .maximumLength(123)
         .permission("permission")
         .build();
 

See Also: