Aws/notifications
@swamp/aws/notificationsv2026.06.15.1
01README
AWS NOTIFICATIONS infrastructure models
02Release Notes
- Updated: channel_association, event_rule, managed_notification_account_contact_association, managed_notification_additional_channel_association, notification_configuration, notification_hub, organizational_unit_association
03Models
@swamp/aws/notifications/channel-associationv2026.06.15.1channel_association.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| Arn | string | ARN identifier of the channel. Example: arn:aws:chatbot::123456789012:chat-configuration/slack-channel/security-ops |
| NotificationConfigurationArn | string | ARN identifier of the NotificationConfiguration. Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1 |
fn create()
Create a Notifications ChannelAssociation
fn get(identifier: string)
Get a Notifications ChannelAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications ChannelAssociation |
fn delete(identifier: string)
Delete a Notifications ChannelAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications ChannelAssociation |
fn sync()
Sync Notifications ChannelAssociation state from AWS
Resources
state(infinite)— Notifications ChannelAssociation resource state
@swamp/aws/notifications/event-rulev2026.06.15.1event_rule.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| EventPattern? | string | |
| EventType | string | |
| NotificationConfigurationArn | string | |
| Regions | array | |
| Source | string |
fn create()
Create a Notifications EventRule
fn get(identifier: string)
Get a Notifications EventRule
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications EventRule |
fn update()
Update a Notifications EventRule
fn delete(identifier: string)
Delete a Notifications EventRule
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications EventRule |
fn sync()
Sync Notifications EventRule state from AWS
Resources
state(infinite)— Notifications EventRule resource state
@swamp/aws/notifications/managed-notification-account-contact-associationv2026.06.15.1managed_notification_account_contact_association.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| ManagedNotificationConfigurationArn | string | The managed notification configuration ARN, against which the account contact association will be created |
| ContactIdentifier | enum | This unique identifier for Contact |
fn create()
Create a Notifications ManagedNotificationAccountContactAssociation
fn get(identifier: string)
Get a Notifications ManagedNotificationAccountContactAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications ManagedNotificationAccountContactAssociation |
fn update()
Update a Notifications ManagedNotificationAccountContactAssociation
fn delete(identifier: string)
Delete a Notifications ManagedNotificationAccountContactAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications ManagedNotificationAccountContactAssociation |
fn sync()
Sync Notifications ManagedNotificationAccountContactAssociation state from AWS
Resources
state(infinite)— Notifications ManagedNotificationAccountContactAssociation resource state
@swamp/aws/notifications/managed-notification-additional-channel-associationv2026.06.15.1managed_notification_additional_channel_association.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| ChannelArn | string | ARN identifier of the channel. Example: arn:aws:chatbot::123456789012:chat-configuration/slack-channel/security-ops |
| ManagedNotificationConfigurationArn | string | ARN identifier of the Managed Notification. Example: arn:aws:notifications::381491923782:managed-notification-configuration/category/AWS-Health/sub-category/Billing |
fn create()
Create a Notifications ManagedNotificationAdditionalChannelAssociation
fn get(identifier: string)
Get a Notifications ManagedNotificationAdditionalChannelAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications ManagedNotificationAdditionalChannelAssociation |
fn delete(identifier: string)
Delete a Notifications ManagedNotificationAdditionalChannelAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications ManagedNotificationAdditionalChannelAssociation |
fn sync()
Sync Notifications ManagedNotificationAdditionalChannelAssociation state from AWS
Resources
state(infinite)— Notifications ManagedNotificationAdditionalChannelAssociation resource state
@swamp/aws/notifications/notification-configurationv2026.06.15.1notification_configuration.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| AggregationDuration? | enum | |
| Description | string | |
| Name | string | |
| Tags? | array | A list of tags that are attached to the role. |
fn create()
Create a Notifications NotificationConfiguration
fn get(identifier: string)
Get a Notifications NotificationConfiguration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications NotificationConfiguration |
fn update()
Update a Notifications NotificationConfiguration
fn delete(identifier: string)
Delete a Notifications NotificationConfiguration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications NotificationConfiguration |
fn sync()
Sync Notifications NotificationConfiguration state from AWS
Resources
state(infinite)— Notifications NotificationConfiguration resource state
@swamp/aws/notifications/notification-hubv2026.06.15.1notification_hub.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| Region | string | Region that NotificationHub is present in. |
| NotificationHubStatusSummary? | object |
fn create()
Create a Notifications NotificationHub
fn get(identifier: string)
Get a Notifications NotificationHub
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications NotificationHub |
fn delete(identifier: string)
Delete a Notifications NotificationHub
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications NotificationHub |
fn sync()
Sync Notifications NotificationHub state from AWS
Resources
state(infinite)— Notifications NotificationHub resource state
@swamp/aws/notifications/organizational-unit-associationv2026.06.15.1organizational_unit_association.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION / AWS_DEFAULT_REGION environment variables and ~/.aws/config profile region. Defaults to us-east-1. |
| NotificationConfigurationArn | string | ARN identifier of the NotificationConfiguration. Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1 |
| OrganizationalUnitId | string | The ID of the organizational unit. |
fn create()
Create a Notifications OrganizationalUnitAssociation
fn get(identifier: string)
Get a Notifications OrganizationalUnitAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications OrganizationalUnitAssociation |
fn delete(identifier: string)
Delete a Notifications OrganizationalUnitAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Notifications OrganizationalUnitAssociation |
fn sync()
Sync Notifications OrganizationalUnitAssociation state from AWS
Resources
state(infinite)— Notifications OrganizationalUnitAssociation resource state
04Previous Versions
2026.06.08.2Jun 8, 2026
- Updated: channel_association, event_rule, managed_notification_account_contact_association, managed_notification_additional_channel_association, notification_configuration, notification_hub, organizational_unit_association
2026.06.06.1Jun 6, 2026
- Updated: channel_association, event_rule, managed_notification_account_contact_association, managed_notification_additional_channel_association, notification_configuration, notification_hub, organizational_unit_association
2026.04.23.3Apr 23, 2026
2026.04.23.2Apr 23, 2026
- Updated: channel_association, event_rule, managed_notification_account_contact_association, managed_notification_additional_channel_association, notification_configuration, notification_hub, organizational_unit_association
2026.04.03.2Apr 3, 2026
- Updated: channel_association, event_rule, managed_notification_account_contact_association, managed_notification_additional_channel_association, notification_configuration, notification_hub, organizational_unit_association
2026.03.19.1Mar 19, 2026
- Updated: channel_association, event_rule, managed_notification_account_contact_association, managed_notification_additional_channel_association, notification_configuration, notification_hub, organizational_unit_association
2026.03.16.1Mar 16, 2026
- Updated: channel_association, event_rule, managed_notification_account_contact_association, managed_notification_additional_channel_association, notification_configuration, notification_hub, organizational_unit_association
2026.03.10.5Mar 10, 2026
05Stats
B
85 / 100
Downloads
0
Archive size
1.6 MB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit0/2missing
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels