@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.637Z")
public interface CfnAppProps
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.sagemaker.*; CfnAppProps cfnAppProps = CfnAppProps.builder() .appName("appName") .appType("appType") .domainId("domainId") .userProfileName("userProfileName") // the properties below are optional .resourceSpec(ResourceSpecProperty.builder() .instanceType("instanceType") .sageMakerImageArn("sageMakerImageArn") .sageMakerImageVersionArn("sageMakerImageVersionArn") .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAppProps.Builder
A builder for
CfnAppProps |
static class |
CfnAppProps.Jsii$Proxy
An implementation for
CfnAppProps |
Modifier and Type | Method and Description |
---|---|
static CfnAppProps.Builder |
builder() |
java.lang.String |
getAppName()
The name of the app.
|
java.lang.String |
getAppType()
The type of app.
|
java.lang.String |
getDomainId()
The domain ID.
|
default java.lang.Object |
getResourceSpec()
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String |
getUserProfileName()
The user profile name.
|
java.lang.String getAppName()
java.lang.String getAppType()
Allowed Values : JupyterServer | KernelGateway | RSessionGateway | RStudioServerPro | TensorBoard | Canvas
java.lang.String getDomainId()
java.lang.String getUserProfileName()
default java.lang.Object getResourceSpec()
default java.util.List<CfnTag> getTags()
For more information, see Tag .
static CfnAppProps.Builder builder()
CfnAppProps.Builder
of CfnAppProps