Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
98d7d0d
feat(aws-v3): add SQS queue example documentation
shariff-6 Oct 9, 2025
9a6d937
Update sqs mapping
shariff-6 Oct 9, 2025
08a3721
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
shariff-6 Oct 9, 2025
b921002
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
shariff-6 Oct 13, 2025
18eeb38
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
mk-armah Oct 13, 2025
7648e25
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
mk-armah Oct 20, 2025
acb942e
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
mk-armah Oct 21, 2025
8827255
Refactor documentation structure
mk-armah Oct 28, 2025
06c6050
Cleanup code
mk-armah Oct 29, 2025
d994cf0
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah Oct 29, 2025
5210b1d
Talk about actions
mk-armah Oct 29, 2025
9b5cadf
Merge branch 'aws-v3-documentation-PORT-16286' of github.com:port-lab…
mk-armah Oct 29, 2025
2bd0bb6
Fix links
mk-armah Oct 29, 2025
94e16c9
Revert changes made to guide-metadata.json
mk-armah Oct 29, 2025
2813d71
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah Oct 29, 2025
5df5a80
remove advanced
mk-armah Oct 30, 2025
6d7a435
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah Oct 30, 2025
6820806
Merge branch 'aws-v3-documentation-PORT-16286' of github.com:port-lab…
mk-armah Oct 30, 2025
b8a0af5
Add more service
mk-armah Oct 30, 2025
9a2608d
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah Oct 30, 2025
1e45973
Add account info
mk-armah Oct 30, 2025
a457ec0
Merge branch 'aws-v3-documentation-PORT-16286' of github.com:port-lab…
mk-armah Oct 30, 2025
fa2b9c9
Remove unlisted tag
mk-armah Oct 30, 2025
dfd275d
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah Nov 3, 2025
521e788
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah Nov 3, 2025
d36e44f
Update docs/build-your-software-catalog/sync-data-to-catalog/cloud-pr…
mk-armah Nov 3, 2025
49edf94
Update docs/build-your-software-catalog/sync-data-to-catalog/cloud-pr…
mk-armah Nov 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ Easily fill your software catalog with data directly from your AWS Organization,
- Use relations to create complete, easily digestible views of your AWS infrastructure inside Port.
- Enjoy a fully managed experience with no infrastructure to maintain or updates to apply.

## Supported resources

The integration currently supports the following AWS resource types:
- `S3 Buckets`: Complete bucket information including properties, tags, and metadata.
- `ECS Clusters`: Cluster details, services, and task definitions.
- `EC2 Instances`: Instance information, security groups, and networking details.

:::info More Resource Types Coming Soon
We're actively working on adding support for additional AWS resource types to provide comprehensive coverage of your AWS infrastructure.
:::

## Key advantages

Expand All @@ -52,6 +42,9 @@ For detailed information about the IAM role architecture and security model, see
Port integrations use a [YAML mapping block](/build-your-software-catalog/customize-integrations/configure-mapping#configuration-structure) to ingest data from the third-party api into Port.

The mapping makes use of the [JQ JSON processor](https://stedolan.github.io/jq/manual/) to select, modify, concatenate, transform and perform other operations on existing fields and values from the integration API.
::::info Property naming conventions
The AWS Hosted by Port integration returns all resource properties in **PascalCase** (for example: `Arn`, `BucketName`, `CreationDate`). When writing mappings and JQ expressions, reference properties using PascalCasing as shown in the examples below.
::::
Comment on lines +45 to +47
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Fix admonition syntax and casing

Suggested change
::::info Property naming conventions
The AWS Hosted by Port integration returns all resource properties in **PascalCase** (for example: `Arn`, `BucketName`, `CreationDate`). When writing mappings and JQ expressions, reference properties using PascalCasing as shown in the examples below.
::::
:::info Property naming conventions
The AWS Hosted by Port integration returns all resource properties in **PascalCase** (for example: `Arn`, `BucketName`, `CreationDate`). When writing mappings and JQ expressions, reference properties using PascalCase as shown in the examples below.
:::


### Default mapping configuration

Expand Down Expand Up @@ -137,6 +130,6 @@ resources:

<MetricsAndSyncStatus/>

## Advanced
## Resource and Property Reference
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Resource and Property Reference
## Resource and property reference


Refer to the [Advanced configuration](./advanced.md) page for advanced use cases and examples.
Refer to the [Resource and Property Reference](./resource-and-property-reference/resource-and-property-reference.md) page for details on available AWS resources, their properties, and mapping examples.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Refer to the [Resource and Property Reference](./resource-and-property-reference/resource-and-property-reference.md) page for details on available AWS resources, their properties, and mapping examples.
Refer to the [resource and property reference](./resource-and-property-reference/resource-and-property-reference.md) page for details on available AWS resources, their properties, and mapping examples.

This file was deleted.

This file was deleted.

Loading