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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspacesPool.ApplicationSettingsPropertystatic final classAn implementation forCfnWorkspacesPool.ApplicationSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
Enables or disables persistent application settings for users during their pool sessions.- See Also:
-
getSettingsGroup
The path prefix for the S3 bucket where users’ persistent application settings are stored.- See Also:
-
builder
-