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

VaultNotificationConfig

import type { VaultNotificationConfig } from "https://aws-api.deno.dev/v0.3/services/glacier.ts?docs=full";

Represents a vault's notification configuration.

interface VaultNotificationConfig {
Events?: string[] | null;
SNSTopic?: string | null;
}

§Properties

§
Events?: string[] | null
[src]

A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.

§
SNSTopic?: string | null
[src]

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).