Interface CfnStack.ApplicationSettingsProperty

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

@Stability(Stable) public static interface CfnStack.ApplicationSettingsProperty extends software.amazon.jsii.JsiiSerializable
The persistent application settings for users of a stack.

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.appstream.*;
 ApplicationSettingsProperty applicationSettingsProperty = ApplicationSettingsProperty.builder()
         .enabled(false)
         // the properties below are optional
         .settingsGroup("settingsGroup")
         .build();
 

See Also: