@Stability(value=Stable)
public static interface CfnUserProfile.UserSettingsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserProfile.UserSettingsProperty.Builder
A builder for
CfnUserProfile.UserSettingsProperty |
static class |
CfnUserProfile.UserSettingsProperty.Jsii$Proxy
An implementation for
CfnUserProfile.UserSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProfile.UserSettingsProperty.Builder |
builder() |
default String |
getExecutionRole()
`CfnUserProfile.UserSettingsProperty.ExecutionRole`.
|
default Object |
getJupyterServerAppSettings()
`CfnUserProfile.UserSettingsProperty.JupyterServerAppSettings`.
|
default Object |
getKernelGatewayAppSettings()
`CfnUserProfile.UserSettingsProperty.KernelGatewayAppSettings`.
|
default List<String> |
getSecurityGroups()
`CfnUserProfile.UserSettingsProperty.SecurityGroups`.
|
default Object |
getSharingSettings()
`CfnUserProfile.UserSettingsProperty.SharingSettings`.
|
@Stability(value=Stable) @Nullable default String getExecutionRole()
@Stability(value=Stable) @Nullable default Object getJupyterServerAppSettings()
@Stability(value=Stable) @Nullable default Object getKernelGatewayAppSettings()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroups()
@Stability(value=Stable) @Nullable default Object getSharingSettings()
@Stability(value=Stable) static CfnUserProfile.UserSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.