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

SubscriberResource

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

Provides details about the Amazon Security Lake account subscription. Subscribers are notified of new objects for a source as the data is written to your Amazon S3 bucket for Security Lake.

interface SubscriberResource {
accessTypes?: AccessType[] | null;
accountId: string;
createdAt?: Date | number | null;
externalId?: string | null;
roleArn?: string | null;
s3BucketArn?: string | null;
snsArn?: string | null;
sourceTypes: SourceType[];
subscriberDescription?: string | null;
subscriberName?: string | null;
subscriptionEndpoint?: string | null;
subscriptionId: string;
subscriptionProtocol?: EndpointProtocol | null;
subscriptionStatus?: SubscriptionStatus | null;
updatedAt?: Date | number | null;
}

§Properties

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

You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber.

Subscribers can consume data by directly querying Lake Formation tables in your Amazon S3 bucket through services like Amazon Athena. This subscription type is defined as LAKEFORMATION.

§
accountId: string
[src]

The Amazon Web Services account ID you are using to create your Amazon Security Lake account.

§
createdAt?: Date | number | null
[src]

The date and time when the subscription was created.

§
externalId?: string | null
[src]

The external ID of the subscriber. The external ID 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.

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) specifying the role of the subscriber.

§
s3BucketArn?: string | null
[src]

The ARN for the Amazon S3 bucket.

§
snsArn?: string | null
[src]

The ARN for the Amazon Simple Notification Service.

§
sourceTypes: SourceType[]
[src]

Amazon Security Lake supports log and event collection for natively supported Amazon Web Services. For more information, see the Amazon Security Lake User Guide.

§
subscriberDescription?: string | null
[src]

The subscriber descriptions for a subscriber account. The description for a subscriber includes subscriberName, accountID, externalID, and subscriptionId.

§
subscriberName?: string | null
[src]

The name of your Amazon Security Lake subscriber account.

§
subscriptionEndpoint?: string | null
[src]

The subscription endpoint to which exception messages are posted.

§
subscriptionId: string
[src]

The subscription ID of the Amazon Security Lake subscriber account.

§
subscriptionProtocol?: EndpointProtocol | null
[src]

The subscription protocol to which exception messages are posted.

§
subscriptionStatus?: SubscriptionStatus | null
[src]

The subscription status of the Amazon Security Lake subscriber account.

§
updatedAt?: Date | number | null
[src]

The date and time when the subscription was created.