public static interface CfnStack.ApplicationSettingsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStack.ApplicationSettingsProperty.Builder
A builder for
CfnStack.ApplicationSettingsProperty |
static class |
CfnStack.ApplicationSettingsProperty.Jsii$Proxy
An implementation for
CfnStack.ApplicationSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStack.ApplicationSettingsProperty.Builder |
builder() |
java.lang.Object |
getEnabled()
Enables or disables persistent application settings for users during their streaming sessions.
|
default java.lang.String |
getSettingsGroup()
The path prefix for the S3 bucket where users’ persistent application settings are stored.
|
java.lang.Object getEnabled()
default java.lang.String getSettingsGroup()
You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
static CfnStack.ApplicationSettingsProperty.Builder builder()