Interface CfnWorkspacesPoolPropsMixin.ApplicationSettingsProperty

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

@Stability(Stable) public static interface CfnWorkspacesPoolPropsMixin.ApplicationSettingsProperty extends software.amazon.jsii.JsiiSerializable
The persistent application settings for users in the pool.

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.workspaces.*;
 ApplicationSettingsProperty applicationSettingsProperty = ApplicationSettingsProperty.builder()
         .settingsGroup("settingsGroup")
         .status("status")
         .build();
 

See Also: