You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glacier::Types::VaultNotificationConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VaultNotificationConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  sns_topic: "string",
  events: ["string"],
}

Represents a vault's notification configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<String>

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

Returns:

  • (Array<String>)

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

#sns_topicString

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

Returns:

  • (String)

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