UserProfileResourceSpecArgs

data class UserProfileResourceSpecArgs(val instanceType: Output<UserProfileResourceSpecInstanceType>? = null, val lifecycleConfigArn: Output<String>? = null, val sageMakerImageArn: Output<String>? = null, val sageMakerImageVersionArn: Output<String>? = null) : ConvertibleToJava<UserProfileResourceSpecArgs>

Constructors

Link copied to clipboard
constructor(instanceType: Output<UserProfileResourceSpecInstanceType>? = null, lifecycleConfigArn: Output<String>? = null, sageMakerImageArn: Output<String>? = null, sageMakerImageVersionArn: Output<String>? = null)

Properties

Link copied to clipboard

The instance type that the image version runs on.

Link copied to clipboard
val lifecycleConfigArn: Output<String>? = null

The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.

Link copied to clipboard
val sageMakerImageArn: Output<String>? = null

The ARN of the SageMaker image that the image version belongs to.

Link copied to clipboard
val sageMakerImageVersionArn: Output<String>? = null

The ARN of the image version created on the instance.

Functions

Link copied to clipboard
open override fun toJava(): UserProfileResourceSpecArgs