01README
AWS APPINTEGRATIONS infrastructure models
02Models
@swamp/aws/appintegrations/applicationv2026.04.23.2application.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | The name of the application. |
| Namespace | string | The namespace of the application. |
| Description? | string | The application description. |
| ApplicationSourceConfig | object | Application source config |
| Permissions? | array | The configuration of events or requests that the application has access to. |
| Tags? | array | The tags (keys and values) associated with the application. |
| IsService? | boolean | Indicates if the application is a service |
| ApplicationType? | enum | The type of application |
| InitializationTimeout? | number | The initialization timeout in milliseconds. Required when IsService is true. |
| ApplicationConfig? | object | The application configuration. Cannot be used when IsService is true. |
| IframeConfig? | object | The iframe configuration |
fn create()
Create a AppIntegrations Application
fn get(identifier: string)
Get a AppIntegrations Application
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppIntegrations Application |
fn update()
Update a AppIntegrations Application
fn delete(identifier: string)
Delete a AppIntegrations Application
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppIntegrations Application |
fn sync()
Sync AppIntegrations Application state from AWS
Resources
state(infinite)— AppIntegrations Application resource state
@swamp/aws/appintegrations/data-integrationv2026.04.23.2data_integration.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description? | string | The data integration description. |
| Name | string | The name of the data integration. |
| KmsKey | string | The KMS key of the data integration. |
| ScheduleConfig? | object | The name of the data and how often it should be pulled from the source. |
| SourceURI | string | The URI of the data source. |
| Tags? | array | The tags (keys and values) associated with the data integration. |
| FileConfiguration? | object | The configuration for what files should be pulled from the source. |
| ObjectConfiguration? | record | The configuration for what data should be pulled from the source. |
fn create()
Create a AppIntegrations DataIntegration
fn get(identifier: string)
Get a AppIntegrations DataIntegration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppIntegrations DataIntegration |
fn update()
Update a AppIntegrations DataIntegration
fn delete(identifier: string)
Delete a AppIntegrations DataIntegration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppIntegrations DataIntegration |
fn sync()
Sync AppIntegrations DataIntegration state from AWS
Resources
state(infinite)— AppIntegrations DataIntegration resource state
@swamp/aws/appintegrations/event-integrationv2026.04.23.2event_integration.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Description? | string | The event integration description. |
| Name | string | The name of the event integration. |
| EventBridgeBus | string | The Amazon Eventbridge bus for the event integration. |
| EventFilter | object | The EventFilter (source) associated with the event integration. |
| Tags? | array | The tags (keys and values) associated with the event integration. |
fn create()
Create a AppIntegrations EventIntegration
fn get(identifier: string)
Get a AppIntegrations EventIntegration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppIntegrations EventIntegration |
fn update()
Update a AppIntegrations EventIntegration
fn delete(identifier: string)
Delete a AppIntegrations EventIntegration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppIntegrations EventIntegration |
fn sync()
Sync AppIntegrations EventIntegration state from AWS
Resources
state(infinite)— AppIntegrations EventIntegration resource state
03Previous Versions
2026.04.23.2Apr 23, 2026
- Updated: application, data_integration, event_integration
2026.04.09.1Apr 9, 2026
- Updated: application
2026.04.03.2Apr 3, 2026
- Updated: application, data_integration, event_integration
2026.03.19.1Mar 19, 2026
- Updated: application, data_integration, event_integration
2026.03.16.1Mar 16, 2026
- Updated: application, data_integration, event_integration
2026.03.10.5Mar 10, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
590.0 KB
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 types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels