Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResourceConfigForUpdate

import type { ResourceConfigForUpdate } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

The ResourceConfig to update KeepAlivePeriodInSeconds. Other fields in the ResourceConfig cannot be updated.

interface ResourceConfigForUpdate {
KeepAlivePeriodInSeconds: number;
}

§Properties

§
KeepAlivePeriodInSeconds: number
[src]

The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.