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

EndpointSetting

import type { EndpointSetting } from "https://aws-api.deno.dev/v0.3/services/dms.ts?docs=full";

Endpoint settings.

interface EndpointSetting {
Applicability?: string | null;
DefaultValue?: string | null;
EnumValues?: string[] | null;
IntValueMax?: number | null;
IntValueMin?: number | null;
Name?: string | null;
Sensitive?: boolean | null;
Units?: string | null;
}

§Properties

§
Applicability?: string | null
[src]

The relevance or validity of an endpoint setting for an engine name and its endpoint type.

§
DefaultValue?: string | null
[src]

The default value of the endpoint setting if no value is specified using CreateEndpoint or ModifyEndpoint.

§
EnumValues?: string[] | null
[src]

Enumerated values to use for this endpoint.

§
IntValueMax?: number | null
[src]

The maximum value of an endpoint setting that is of type int.

§
IntValueMin?: number | null
[src]

The minimum value of an endpoint setting that is of type int.

§
Name?: string | null
[src]

The name that you want to give the endpoint settings.

§
Sensitive?: boolean | null
[src]

A value that marks this endpoint setting as sensitive.

§

The type of endpoint. Valid values are source and target.

§
Units?: string | null
[src]

The unit of measure for this endpoint setting.