Image Args
data class ImageArgs(val imageDescription: Output<String>? = null, val imageDisplayName: Output<String>? = null, val imageName: Output<String>? = null, val imageRoleArn: Output<String>? = null, val tags: Output<List<ImageTagArgs>>? = null) : ConvertibleToJava<ImageArgs>
Resource Type definition for AWS::SageMaker::Image