NotificationConfigurationStructure - AWS User Notifications
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

NotificationConfigurationStructure

Contains the complete list of fields for a NotificationConfiguration.

Contents

arn

The Amazon Resource Name (ARN) of the NotificationConfiguration resource.

Type: String

Pattern: arn:aws:notifications::[0-9]{12}:configuration/[a-z0-9]{27}

Required: Yes

creationTime

The creation time of the NotificationConfiguration.

Type: Timestamp

Required: Yes

description

The description of the NotificationConfiguration.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Pattern: [^\u0001-\u001F\u007F-\u009F]*

Required: Yes

name

The name of the NotificationConfiguration. Supports RFC 3986's unreserved characters.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [A-Za-z0-9_\-]+

Required: Yes

status

The current status of the NotificationConfiguration.

Type: String

Valid Values: ACTIVE | PARTIALLY_ACTIVE | INACTIVE | DELETING

Required: Yes

aggregationDuration

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.

Type: String

Valid Values: LONG | SHORT | NONE

Required: No

subtype

The subtype of the notification configuration.

Type: String

Valid Values: ACCOUNT | ADMIN_MANAGED

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: