Class: Aws::Notifications::Types::CreateNotificationConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_durationString

The aggregation preference of the ‘NotificationConfiguration`.

  • Values:

    • ‘LONG`

      • Aggregate notifications for long periods of time (12 hours).

      ^

    • ‘SHORT`

      • Aggregate notifications for short periods of time (5 minutes).

      ^

    • ‘NONE`

      • Don’t aggregate notifications.

      ^

Returns:

  • (String)


341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-notifications/types.rb', line 341

class CreateNotificationConfigurationRequest < Struct.new(
  :name,
  :description,
  :aggregation_duration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the ‘NotificationConfiguration`.

Returns:

  • (String)


341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-notifications/types.rb', line 341

class CreateNotificationConfigurationRequest < Struct.new(
  :name,
  :description,
  :aggregation_duration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ‘NotificationConfiguration`. Supports RFC 3986’s unreserved characters.

Returns:

  • (String)


341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-notifications/types.rb', line 341

class CreateNotificationConfigurationRequest < Struct.new(
  :name,
  :description,
  :aggregation_duration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

Returns:

  • (Hash<String,String>)


341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-notifications/types.rb', line 341

class CreateNotificationConfigurationRequest < Struct.new(
  :name,
  :description,
  :aggregation_duration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end