@Stability(value=Stable)
public static interface CfnDomain.RSessionAppSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
RSessionAppSettingsProperty rSessionAppSettingsProperty = RSessionAppSettingsProperty.builder()
.customImages(List.of(CustomImageProperty.builder()
.appImageConfigName("appImageConfigName")
.imageName("imageName")
// the properties below are optional
.imageVersionNumber(123)
.build()))
.defaultResourceSpec(ResourceSpecProperty.builder()
.instanceType("instanceType")
.lifecycleConfigArn("lifecycleConfigArn")
.sageMakerImageArn("sageMakerImageArn")
.sageMakerImageVersionArn("sageMakerImageVersionArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomain.RSessionAppSettingsProperty.Builder
A builder for
CfnDomain.RSessionAppSettingsProperty |
static class |
CfnDomain.RSessionAppSettingsProperty.Jsii$Proxy
An implementation for
CfnDomain.RSessionAppSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomain.RSessionAppSettingsProperty.Builder |
builder() |
default Object |
getCustomImages()
`CfnDomain.RSessionAppSettingsProperty.CustomImages`.
|
default Object |
getDefaultResourceSpec()
`CfnDomain.RSessionAppSettingsProperty.DefaultResourceSpec`.
|
@Stability(value=Stable) @Nullable default Object getCustomImages()
@Stability(value=Stable) @Nullable default Object getDefaultResourceSpec()
@Stability(value=Stable) static CfnDomain.RSessionAppSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.