Skip to content

Commit e7e8bee

Browse files
committed
Align Defaults with integration
1 parent d0a2766 commit e7e8bee

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The table below summarizes the available actions for ingesting Amazon SQS Queue
1818
|-----------------------------|------------------------------------------------------------------------------------------|----------|-------------------------|
1919
| [ListQueuesAction](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueues.html) | Discover all SQS queues across your AWS account. | Default | `sqs:ListQueues` |
2020
| [GetQueueAttributesAction](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_GetQueueAttributes.html) | Retrieve detailed configuration and operational data for each queue. | Default | `sqs:GetQueueAttributes`|
21-
| [GetQueueTagsAction](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueueTags.html) | Bring in custom tags assigned to your queues for advanced catalog filtering and grouping. | Optional | `sqs:ListQueueTags` |
21+
| [ListQueueTagsAction](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueueTags.html) | Bring in custom tags assigned to your queues for advanced catalog filtering and grouping. | Optional | `sqs:ListQueueTags` |
2222

2323
:::info Optional Properties Note
2424
Properties of optional actions will not appear in the response unless you explicitly include the action that provides them in your configuration.

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-simple-storage-service/aws-s3-bucket/_s3_bucket_blueprint.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
"type": "string",
1414
"title": "ARN"
1515
},
16-
"region": {
17-
"type": "string",
18-
"title": "Region"
19-
},
2016
"creationDate": {
2117
"type": "string",
2218
"format": "date-time",

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-simple-storage-service/aws-s3-bucket/_s3_bucket_port_app_config.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ resources:
1414
blueprint: '"s3Bucket"'
1515
properties:
1616
arn: .Properties.Arn
17-
region: .Properties.LocationConstraint
1817
creationDate: .Properties.CreationDate
1918
tags: .Properties.Tags
2019
relations:

0 commit comments

Comments
 (0)