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

CreateSubscriptionNotificationConfigurationRequest

import type { CreateSubscriptionNotificationConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface CreateSubscriptionNotificationConfigurationRequest {
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 an Amazon Simple Queue Service queue.

§
httpsApiKeyName?: string | null
[src]

The key name for the notification subscription.

§
httpsApiKeyValue?: string | null
[src]

The key value for the notification subscription.

§
httpsMethod?: HttpsMethod | null
[src]

The HTTPS method used for the notification subscription.

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.

§
subscriptionEndpoint?: string | null
[src]

The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint, populate this field.

§
subscriptionId: string
[src]

The subscription ID for the notification subscription/