Skip to content

Commit e802b51

Browse files
authored
Merge branch 'main' into rename-github-ocean
2 parents cdd0e0e + c328340 commit e802b51

File tree

62 files changed

+2129
-671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2129
-671
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ Easily fill your software catalog with data directly from your AWS Organization,
2222
- Use relations to create complete, easily digestible views of your AWS infrastructure inside Port.
2323
- Enjoy a fully managed experience with no infrastructure to maintain or updates to apply.
2424

25-
## Supported resources
26-
27-
The integration currently supports the following AWS resource types:
28-
- `S3 Buckets`: Complete bucket information including properties, tags, and metadata.
29-
- `ECS Clusters`: Cluster details, services, and task definitions.
30-
- `EC2 Instances`: Instance information, security groups, and networking details.
31-
32-
:::info More Resource Types Coming Soon
33-
We're actively working on adding support for additional AWS resource types to provide comprehensive coverage of your AWS infrastructure.
34-
:::
3525

3626
## Key advantages
3727

@@ -52,6 +42,9 @@ For detailed information about the IAM role architecture and security model, see
5242
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.
5343

5444
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.
45+
:::info Property naming conventions
46+
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.
47+
:::
5548

5649
### Default mapping configuration
5750

@@ -137,6 +130,6 @@ resources:
137130

138131
<MetricsAndSyncStatus/>
139132

140-
## Advanced
133+
## Resource and property reference
141134

142-
Refer to the [Advanced configuration](./advanced.md) page for advanced use cases and examples.
135+
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.

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/advanced.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/examples.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)