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

CreateSubscriberRequest

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

§Properties

§
accessTypes?: AccessType[] | null
[src]

The Amazon S3 or Lake Formation access type.

§
accountId: string
[src]

The Amazon Web Services account ID used to access your data.

§
externalId: string
[src]

The external ID of the subscriber. This lets the user that is assuming the role assert the circumstances in which they are operating. It also provides a way for the account owner to permit the role to be assumed only under specific circumstances.

§
sourceTypes: SourceType[]
[src]

The supported Amazon Web Services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services.

§
subscriberDescription?: string | null
[src]

The description for your subscriber account in Security Lake.

§
subscriberName: string
[src]

The name of your Security Lake subscriber account.