Aws/entityresolution
@swamp/aws/entityresolutionv2026.06.15.1
01README
AWS ENTITYRESOLUTION infrastructure models
02Release Notes
- Updated: id_mapping_workflow, id_namespace, matching_workflow, policy_statement, schema_mapping
03Models
@swamp/aws/entityresolution/id-mapping-workflowv2026.06.15.1id_mapping_workflow.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. |
| Description? | string | The description of the IdMappingWorkflow |
| InputSourceConfig | array | |
| IdMappingTechniques | object | |
| WorkflowName | string | The name of the IdMappingWorkflow |
| OutputSourceConfig? | array | |
| IdMappingIncrementalRunConfig? | object | |
| RoleArn | string | |
| Tags? | array |
fn create()
Create a EntityResolution IdMappingWorkflow
fn get(identifier: string)
Get a EntityResolution IdMappingWorkflow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution IdMappingWorkflow |
fn update()
Update a EntityResolution IdMappingWorkflow
fn delete(identifier: string)
Delete a EntityResolution IdMappingWorkflow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution IdMappingWorkflow |
fn sync()
Sync EntityResolution IdMappingWorkflow state from AWS
Resources
state(infinite)— EntityResolution IdMappingWorkflow resource state
@swamp/aws/entityresolution/id-namespacev2026.06.15.1id_namespace.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. |
| IdNamespaceName | string | |
| Description? | string | |
| InputSourceConfig? | array | |
| IdMappingWorkflowProperties? | array | |
| Type | enum | |
| RoleArn? | string | |
| Tags? | array |
fn create()
Create a EntityResolution IdNamespace
fn get(identifier: string)
Get a EntityResolution IdNamespace
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution IdNamespace |
fn update()
Update a EntityResolution IdNamespace
fn delete(identifier: string)
Delete a EntityResolution IdNamespace
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution IdNamespace |
fn sync()
Sync EntityResolution IdNamespace state from AWS
Resources
state(infinite)— EntityResolution IdNamespace resource state
@swamp/aws/entityresolution/matching-workflowv2026.06.15.1matching_workflow.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. |
| WorkflowName | string | The name of the MatchingWorkflow |
| Description? | string | The description of the MatchingWorkflow |
| InputSourceConfig | array | |
| OutputSourceConfig | array | |
| ResolutionTechniques | object | |
| RoleArn | string | |
| Tags? | array | |
| IncrementalRunConfig? | object |
fn create()
Create a EntityResolution MatchingWorkflow
fn get(identifier: string)
Get a EntityResolution MatchingWorkflow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution MatchingWorkflow |
fn update()
Update a EntityResolution MatchingWorkflow
fn delete(identifier: string)
Delete a EntityResolution MatchingWorkflow
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution MatchingWorkflow |
fn sync()
Sync EntityResolution MatchingWorkflow state from AWS
Resources
state(infinite)— EntityResolution MatchingWorkflow resource state
@swamp/aws/entityresolution/policy-statementv2026.06.15.1policy_statement.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 of the resource to which the policy statement is being attached. |
| StatementId | string | The Statement Id of the policy statement that is being attached. |
| Effect? | enum | |
| Action? | array | |
| Principal? | array | |
| Condition? | string |
fn create()
Create a EntityResolution PolicyStatement
fn get(identifier: string)
Get a EntityResolution PolicyStatement
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution PolicyStatement |
fn update()
Update a EntityResolution PolicyStatement
fn delete(identifier: string)
Delete a EntityResolution PolicyStatement
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution PolicyStatement |
fn sync()
Sync EntityResolution PolicyStatement state from AWS
Resources
state(infinite)— EntityResolution PolicyStatement resource state
@swamp/aws/entityresolution/schema-mappingv2026.06.15.1schema_mapping.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. |
| SchemaName | string | The name of the SchemaMapping |
| Description? | string | The description of the SchemaMapping |
| MappedInputFields | array | The SchemaMapping attributes input |
| Tags? | array |
fn create()
Create a EntityResolution SchemaMapping
fn get(identifier: string)
Get a EntityResolution SchemaMapping
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution SchemaMapping |
fn update()
Update a EntityResolution SchemaMapping
fn delete(identifier: string)
Delete a EntityResolution SchemaMapping
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EntityResolution SchemaMapping |
fn sync()
Sync EntityResolution SchemaMapping state from AWS
Resources
state(infinite)— EntityResolution SchemaMapping resource state
04Previous Versions
2026.06.08.2Jun 8, 2026
- Updated: id_mapping_workflow, id_namespace, matching_workflow, policy_statement, schema_mapping
2026.06.06.1Jun 6, 2026
- Updated: id_mapping_workflow, id_namespace, matching_workflow, policy_statement, schema_mapping
2026.05.15.1May 15, 2026
- Updated: matching_workflow
2026.04.23.3Apr 23, 2026
2026.04.03.2Apr 3, 2026
- Updated: id_mapping_workflow, id_namespace, matching_workflow, policy_statement, schema_mapping
2026.03.19.1Mar 19, 2026
- Updated: id_mapping_workflow, id_namespace, matching_workflow, policy_statement, schema_mapping
2026.03.16.1Mar 16, 2026
- Updated: id_mapping_workflow, id_namespace, matching_workflow, policy_statement, schema_mapping
2026.03.10.5Mar 10, 2026
05Stats
B
85 / 100
Downloads
0
Archive size
1.2 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