UserSettings
public struct UserSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The execution role for the user.
Declaration
Swift
public let executionRole: String? -
The Jupyter server’s app settings.
Declaration
Swift
public let jupyterServerAppSettings: JupyterServerAppSettings? -
The kernel gateway app settings.
Declaration
Swift
public let kernelGatewayAppSettings: KernelGatewayAppSettings? -
The security groups.
Declaration
Swift
public let securityGroups: [String]? -
The sharing settings.
Declaration
Swift
public let sharingSettings: SharingSettings? -
The TensorBoard app settings.
Declaration
Swift
public let tensorBoardAppSettings: TensorBoardAppSettings? -
init(executionRole:jupyterServerAppSettings:kernelGatewayAppSettings:securityGroups:sharingSettings:tensorBoardAppSettings:)Undocumented
Declaration
Swift
public init(executionRole: String? = nil, jupyterServerAppSettings: JupyterServerAppSettings? = nil, kernelGatewayAppSettings: KernelGatewayAppSettings? = nil, securityGroups: [String]? = nil, sharingSettings: SharingSettings? = nil, tensorBoardAppSettings: TensorBoardAppSettings? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UserSettings Structure Reference