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

UpdateSubscriberRequest

import type { UpdateSubscriberRequest } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface UpdateSubscriberRequest {
externalId?: string | null;
id: string;
sourceTypes: SourceType[];
subscriberDescription?: string | null;
subscriberName?: string | null;
}

§Properties

§
externalId?: string | null
[src]

The external ID of the Security Lake account.

§
id: string
[src]

A value created by Security Lake that uniquely identifies your subscription.

§
sourceTypes: SourceType[]
[src]

The supported Amazon Web Services from which logs and events are collected. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide.

§
subscriberDescription?: string | null
[src]

The description of the Security Lake account subscriber.

§
subscriberName?: string | null
[src]

The name of the Security Lake account subscriber.