Interface CfnWorkspacesPool.ApplicationSettingsProperty

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

@Stability(Stable) public static interface CfnWorkspacesPool.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.services.workspaces.*;
 ApplicationSettingsProperty applicationSettingsProperty = ApplicationSettingsProperty.builder()
         .status("status")
         // the properties below are optional
         .settingsGroup("settingsGroup")
         .build();
 

See Also: