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

CreatePresignedDomainUrlRequest

import type { CreatePresignedDomainUrlRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreatePresignedDomainUrlRequest {
DomainId: string;
ExpiresInSeconds?: number | null;
SessionExpirationDurationInSeconds?: number | null;
SpaceName?: string | null;
UserProfileName: string;
}

§Properties

§
DomainId: string
[src]

The domain ID.

§
ExpiresInSeconds?: number | null
[src]

The number of seconds until the pre-signed URL expires. This value defaults to 300.

§
SessionExpirationDurationInSeconds?: number | null
[src]

The session expiration duration in seconds. This value defaults to 43200.

§
SpaceName?: string | null
[src]

The name of the space.

§
UserProfileName: string
[src]

The name of the UserProfile to sign-in as.