Skip to content

Commit 798f3c9

Browse files
committed
Merge branch 'aws-v3-documentation-PORT-16286' of github.com:port-labs/port-docs into aws-v3-documentation-PORT-16286
2 parents fcaeca6 + 49edf94 commit 798f3c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The table below summarizes the available actions for ingesting Amazon S3 Bucket
1717
|--------------------------------------|----------------------------------------------------------------|----------|---------------------------------------------------------|
1818
| **ListBucketsAction** | Discover all S3 buckets across your AWS account. [Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html) | Default | `s3:ListAllMyBuckets` |
1919
| **GetBucketTaggingAction** | Bring in bucket tags for catalog filtering and grouping. [Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html) | Default | `s3:GetBucketTagging` |
20-
| **GetBucketLocationAction** | Retrieve the bucket's region. [Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLocation.html) | Optional | `s3:GetBucketLocation` |
20+
| **GetBucketLocationAction** | Retrieve the bucket's region. [Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLocation.html) | Optional | `s3:GetBucketLocation` |
2121
| **GetBucketEncryptionAction** | Retrieve server-side encryption configuration for the bucket. [Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketEncryption.html) | Optional | `s3:GetBucketEncryption` |
2222
| **GetBucketPublicAccessBlockAction** | Retrieve public access block configuration. [Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetPublicAccessBlock.html) | Optional | `s3:GetBucketPublicAccessBlock` |
2323
| **GetBucketOwnershipControlsAction** | Retrieve bucket ownership controls. [Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketOwnershipControls.html) | Optional | `s3:GetBucketOwnershipControls` |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import AwsAccountConfig from './aws-account-info/_aws_account_port_app_config.md
99

1010
The following example demonstrates how to ingest AWS account information using a custom resource designed for account resync without AWS Organizations permissions.
1111

12-
::::info Custom resource for account resync
12+
:::info Custom Resource for Account Resync
1313
Use `AWS::Account::Info` to resync AWS account data when you do not have organization-level permissions. If you do have AWS Organizations permissions and want to retrieve richer data (e.g., org account metadata, parents, and tags), see the AWS Organizations documentation under [AWS Organizations](../aws-organizations/aws-organizations.md).
14-
::::
14+
:::
1515

1616
You can use the following Port blueprint definitions and integration configuration:
1717

0 commit comments

Comments
 (0)