01README
AWS APPFLOW infrastructure models
02Models
@swamp/aws/appflow/connectorv2026.04.23.2connector.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| ConnectorLabel? | string | The name of the connector. The name is unique for each ConnectorRegistration in your AWS account. |
| ConnectorProvisioningType | string | The provisioning type of the connector. Currently the only supported value is LAMBDA. |
| ConnectorProvisioningConfig | object | Contains information about the configuration of the connector being registered. |
| Description? | string | A description about the connector that's being registered. |
fn create()
Create a AppFlow Connector
fn get(identifier: string)
Get a AppFlow Connector
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppFlow Connector |
fn update()
Update a AppFlow Connector
fn delete(identifier: string)
Delete a AppFlow Connector
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppFlow Connector |
fn sync()
Sync AppFlow Connector state from AWS
Resources
state(infinite)— AppFlow Connector resource state
@swamp/aws/appflow/connector-profilev2026.04.23.2connector_profile.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| ConnectorLabel? | string | The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CUSTOMCONNECTOR connector type/. |
| ConnectorProfileName | string | The maximum number of items to retrieve in a single batch. |
| KMSArn? | string | The ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt your function's environment variables. If it's not provided, AWS Lambda uses a default service key. |
| ConnectorType | enum | List of Saas providers that need connector profile to be created |
| ConnectionMode | enum | Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular |
| ConnectorProfileConfig? | object | Connector specific configurations needed to create connector profile |
fn create()
Create a AppFlow ConnectorProfile
fn get(identifier: string)
Get a AppFlow ConnectorProfile
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppFlow ConnectorProfile |
fn update()
Update a AppFlow ConnectorProfile
fn delete(identifier: string)
Delete a AppFlow ConnectorProfile
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppFlow ConnectorProfile |
fn sync()
Sync AppFlow ConnectorProfile state from AWS
Resources
state(infinite)— AppFlow ConnectorProfile resource state
@swamp/aws/appflow/flowv2026.04.23.2flow.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| FlowName | string | Name of the flow. |
| Description? | string | Description of the flow. |
| KMSArn? | string | The ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt your function's environment variables. If it's not provided, AWS Lambda uses a default service key. |
| TriggerConfig | object | Trigger settings of the flow. |
| FlowStatus? | enum | Flow activation status for Scheduled- and Event-triggered flows |
| SourceFlowConfig | object | Configurations of Source connector of the flow. |
| DestinationFlowConfigList | array | List of Destination connectors of the flow. |
| Tasks | array | List of tasks for the flow. |
| Tags? | array | List of Tags. |
| MetadataCatalogConfig? | object | Configurations of metadata catalog of the flow. |
fn create()
Create a AppFlow Flow
fn get(identifier: string)
Get a AppFlow Flow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppFlow Flow |
fn update()
Update a AppFlow Flow
fn delete(identifier: string)
Delete a AppFlow Flow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AppFlow Flow |
fn sync()
Sync AppFlow Flow state from AWS
Resources
state(infinite)— AppFlow Flow resource state
03Previous Versions
2026.04.23.2Apr 23, 2026
- Updated: connector, connector_profile, flow
2026.04.03.2Apr 3, 2026
- Updated: connector, connector_profile, flow
2026.03.19.1Mar 19, 2026
- Updated: connector, connector_profile, flow
2026.03.16.1Mar 16, 2026
- Updated: connector, connector_profile, flow
2026.03.10.5Mar 10, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
601.9 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