@Stability(value=Stable)
public static interface CfnStack.UserSettingProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
UserSettingProperty userSettingProperty = UserSettingProperty.builder()
.action("action")
.permission("permission")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStack.UserSettingProperty.Builder
A builder for
CfnStack.UserSettingProperty |
static class |
CfnStack.UserSettingProperty.Jsii$Proxy
An implementation for
CfnStack.UserSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStack.UserSettingProperty.Builder |
builder() |
String |
getAction()
The action that is enabled or disabled.
|
String |
getPermission()
Indicates whether the action is enabled or disabled.
|
@Stability(value=Stable) @NotNull String getAction()
@Stability(value=Stable) @NotNull String getPermission()
@Stability(value=Stable) static CfnStack.UserSettingProperty.Builder builder()
Copyright © 2022. All rights reserved.