You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ For detailed information about the IAM role architecture and security model, see
42
42
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.
43
43
44
44
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
45
+
:::info Property naming conventions
46
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
-
::::
47
+
:::
48
48
49
49
### Default mapping configuration
50
50
@@ -130,6 +130,6 @@ resources:
130
130
131
131
<MetricsAndSyncStatus/>
132
132
133
-
## Resource and Property Reference
133
+
## Resource and property reference
134
134
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.
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.
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/installations.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,10 @@ You must run the multi-account installation from your AWS Organizations **manage
162
162
163
163
</Tabs>
164
164
165
+
:::info Region policy
166
+
Configure which AWS regions are queried using `regionPolicy`. See [Querying resources from specific regions](./resource-and-property-reference/resource-and-property-reference.md#querying-resources-from-specific-regions).
167
+
:::
168
+
165
169
## Troubleshooting
166
170
167
171
Common Installation Issue - CloudFormation Stack Creation Failures.
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-compute-cloud/amazon-elastic-compute-cloud.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ import Ec2InstanceConfig from './aws-ec2-instance/_ec2_instance_port_app_config.
9
9
10
10
The following example demonstrates how to ingest your AWS EC2 instances to Port.
11
11
12
-
#### EC2 Instance Supported Actions
12
+
#### EC2 Instance supported actions
13
13
14
14
The table below summarizes the available actions for ingesting Amazon EC2 Instance resources in Port:
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-compute-cloud/aws-ec2-instance/_ec2_instance_blueprint.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<details>
2
-
<summary><b>EC2 Instance Blueprint (Click to expand)</b></summary>
2
+
<summary><b>EC2 Instance blueprint (click to expand)</b></summary>
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-compute-cloud/aws-ec2-instance/_ec2_instance_port_app_config.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<details>
2
-
<summary><b>EC2 Instance Mapping Configuration (Click to expand)</b></summary>
2
+
<summary><b>EC2 Instance mapping configuration (click to expand)</b></summary>
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/amazon-elastic-container-service.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ import EcsServiceConfig from './aws-ecs-service/_ecs_service_port_app_config.mdx
11
11
12
12
The following example demonstrates how to ingest your AWS ECS clusters to Port.
13
13
14
-
#### ECS Cluster Supported Actions
14
+
#### ECS Cluster supported actions
15
15
16
16
The table below summarizes the available actions for ingesting Amazon ECS Cluster resources in Port:
|**DescribeServicesAction**| Discover ECS services within your clusters and retrieve detailed configuration data.[Reference](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServices.html)| Default |`ecs:ListServices`, `ecs:DescribeServices`|
45
+
|[DescribeServicesAction](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServices.html)| Discover ECS services within your clusters and retrieve detailed configuration data. | Default |`ecs:ListServices`, `ecs:DescribeServices`|
46
46
47
47
:::info Optional Properties Note
48
48
Properties of optional actions will not appear in the response unless you explicitly include the action that provides them in your configuration.
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/aws-ecs-cluster/_ecs_cluster_blueprint.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<details>
2
-
<summary><b>ECS Cluster Blueprint (Click to expand)</b></summary>
2
+
<summary><b>ECS Cluster blueprint (click to expand)</b></summary>
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/aws-ecs-cluster/_ecs_cluster_port_app_config.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<details>
2
-
<summary><b>ECS Cluster Mapping Configuration (Click to expand)</b></summary>
2
+
<summary><b>ECS Cluster mapping configuration (click to expand)</b></summary>
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/aws-ecs-service/_ecs_service_blueprint.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<details>
2
-
<summary><b>ECS Service Blueprint (Click to expand)</b></summary>
2
+
<summary><b>ECS Service blueprint (click to expand)</b></summary>
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/aws-ecs-service/_ecs_service_port_app_config.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<details>
2
-
<summary><b>ECS Service Mapping Configuration (Click to expand)</b></summary>
2
+
<summary><b>ECS Service mapping configuration (click to expand)</b></summary>
0 commit comments