| Modifier and Type | Method and Description |
|---|---|
CfnApp.Builder |
appName(String appName)
The name of the app.
|
CfnApp.Builder |
appType(String appType)
The type of app.
|
CfnApp |
build() |
static CfnApp.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApp.Builder |
domainId(String domainId)
The domain ID.
|
CfnApp.Builder |
resourceSpec(CfnApp.ResourceSpecProperty resourceSpec)
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
CfnApp.Builder |
resourceSpec(IResolvable resourceSpec)
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
CfnApp.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnApp.Builder |
userProfileName(String userProfileName)
The user profile name.
|
@Stability(value=Stable) public static CfnApp.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApp.ResourceSpecProperty.Builder.@Stability(value=Stable) public CfnApp.Builder appName(String appName)
appName - The name of the app. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder appType(String appType)
Allowed Values : JupyterServer | KernelGateway | RSessionGateway | RStudioServerPro | TensorBoard | Canvas
appType - The type of app. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder domainId(String domainId)
domainId - The domain ID. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder userProfileName(String userProfileName)
userProfileName - The user profile name. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder resourceSpec(CfnApp.ResourceSpecProperty resourceSpec)
resourceSpec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder resourceSpec(IResolvable resourceSpec)
resourceSpec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.thisCopyright © 2022. All rights reserved.