Skip to content

Commit 08678d3

Browse files
authored
Apply suggestion from @sivanel97
1 parent e7e8bee commit 08678d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/resource-and-property-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,12 @@ With Port, you have full control over which AWS resource properties are discover
6464

6565
To collect additional properties from AWS resources, add the optional actions you need to the `includeActions` field of your configuration. For example, to include status details from EC2 instances by enabling the `DescribeInstanceStatusAction`, add the following:
6666

67-
```yaml
67+
```yaml showLineNumbers
6868
- kind: AWS::EC2::Instance
6969
selector:
7070
query: 'true'
7171
includeActions:
7272
- DescribeInstanceStatusAction
73-
```
7473

7574
In this configuration, Port will enrich your catalog by fetching all properties provided by the [DescribeInstanceStatus API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceStatus.html) for every EC2 instance.
7675

0 commit comments

Comments
 (0)