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

UpdateSubscriptionNotificationConfigurationRequest

import type { UpdateSubscriptionNotificationConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface UpdateSubscriptionNotificationConfigurationRequest {
createSqs?: boolean | null;
httpsApiKeyName?: string | null;
httpsApiKeyValue?: string | null;
httpsMethod?: HttpsMethod | null;
roleArn?: string | null;
subscriptionEndpoint?: string | null;
subscriptionId: string;
}

§Properties

§
createSqs?: boolean | null
[src]

Create a new subscription notification for the specified subscription ID in Amazon Security Lake.

§
httpsApiKeyName?: string | null
[src]

The key name for the subscription notification.

§
httpsApiKeyValue?: string | null
[src]

The key value for the subscription notification.

§
httpsMethod?: HttpsMethod | null
[src]

The HTTPS method used for the subscription notification.

§
roleArn?: string | null
[src]

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

§
subscriptionEndpoint?: string | null
[src]

The subscription endpoint in Security Lake.

§
subscriptionId: string
[src]

The subscription ID for which the subscription notification is specified.