Skip to main content

Aws/appintegrations

@swamp/aws/appintegrationsv2026.04.23.3· 8d agoMODELS
01README

AWS APPINTEGRATIONS infrastructure models

02Models3
@swamp/aws/appintegrations/applicationv2026.04.23.2application.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
NamestringThe name of the application.
NamespacestringThe namespace of the application.
Description?stringThe application description.
ApplicationSourceConfigobjectApplication source config
Permissions?arrayThe configuration of events or requests that the application has access to.
Tags?arrayThe tags (keys and values) associated with the application.
IsService?booleanIndicates if the application is a service
ApplicationType?enumThe type of application
InitializationTimeout?numberThe initialization timeout in milliseconds. Required when IsService is true.
ApplicationConfig?objectThe application configuration. Cannot be used when IsService is true.
IframeConfig?objectThe iframe configuration
fn create()
Create a AppIntegrations Application
fn get(identifier: string)
Get a AppIntegrations Application
ArgumentTypeDescription
identifierstringThe primary identifier of the AppIntegrations Application
fn update()
Update a AppIntegrations Application
fn delete(identifier: string)
Delete a AppIntegrations Application
ArgumentTypeDescription
identifierstringThe 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

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
Description?stringThe data integration description.
NamestringThe name of the data integration.
KmsKeystringThe KMS key of the data integration.
ScheduleConfig?objectThe name of the data and how often it should be pulled from the source.
SourceURIstringThe URI of the data source.
Tags?arrayThe tags (keys and values) associated with the data integration.
FileConfiguration?objectThe configuration for what files should be pulled from the source.
ObjectConfiguration?recordThe configuration for what data should be pulled from the source.
fn create()
Create a AppIntegrations DataIntegration
fn get(identifier: string)
Get a AppIntegrations DataIntegration
ArgumentTypeDescription
identifierstringThe primary identifier of the AppIntegrations DataIntegration
fn update()
Update a AppIntegrations DataIntegration
fn delete(identifier: string)
Delete a AppIntegrations DataIntegration
ArgumentTypeDescription
identifierstringThe 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

ArgumentTypeDescription
Description?stringThe event integration description.
NamestringThe name of the event integration.
EventBridgeBusstringThe Amazon Eventbridge bus for the event integration.
EventFilterobjectThe EventFilter (source) associated with the event integration.
Tags?arrayThe tags (keys and values) associated with the event integration.
fn create()
Create a AppIntegrations EventIntegration
fn get(identifier: string)
Get a AppIntegrations EventIntegration
ArgumentTypeDescription
identifierstringThe primary identifier of the AppIntegrations EventIntegration
fn update()
Update a AppIntegrations EventIntegration
fn delete(identifier: string)
Delete a AppIntegrations EventIntegration
ArgumentTypeDescription
identifierstringThe primary identifier of the AppIntegrations EventIntegration
fn sync()
Sync AppIntegrations EventIntegration state from AWS

Resources

state(infinite)— AppIntegrations EventIntegration resource state
03Previous Versions6
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