---
title: "GET /api/v1/secret-syncs/aws-parameter-store/sync-name/{syncName}"
method: GET
path: "/api/v1/secret-syncs/aws-parameter-store/sync-name/{syncName}"
tags: ["Secret Syncs"]
---

# GET /api/v1/secret-syncs/aws-parameter-store/sync-name/{syncName}

`GET /api/v1/secret-syncs/aws-parameter-store/sync-name/{syncName}`

Get the specified AWS Parameter Store Sync by name and project ID.

## Path parameters

- `syncName` string, required

## Query parameters

- `projectId` string, required

## Response `200`

Default Response

- object
  - `secretSync` object, required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable
    - `isAutoSyncEnabled` boolean
    - `version` number
    - `projectId` string, required
    - `folderId` string, uuid, nullable
    - `connectionId` string, uuid, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `syncStatus` string, nullable
    - `lastSyncJobId` string, nullable
    - `lastSyncMessage` string, nullable
    - `lastSyncedAt` string, date-time, nullable
    - `importStatus` string, nullable
    - `lastImportJobId` string, nullable
    - `lastImportMessage` string, nullable
    - `lastImportedAt` string, date-time, nullable
    - `removeStatus` string, nullable
    - `lastRemoveJobId` string, nullable
    - `lastRemoveMessage` string, nullable
    - `lastRemovedAt` string, date-time, nullable
    - `syncOptions` object, required — Optional parameters to modify how secrets are synced.
      - `initialSyncBehavior` 'overwrite-destination' | 'import-prioritize-source' | 'import-prioritize-destination', required — Specify how Infisical should resolve the initial sync to the AWS Parameter Store destination.
      - `keySchema` string — Specify the format to use for structuring secret keys in the AWS Parameter Store destination.
      - `disableSecretDeletion` boolean — Enable this flag to prevent removal of secrets from the AWS Parameter Store destination when syncing.
      - `keyId` string — The AWS KMS key ID or alias to use when encrypting parameters synced by Infisical.
      - `tags` object[] — Optional resource tags to add to parameters synced by Infisical.
        - `key` string, required
        - `value` string, required
      - `syncSecretMetadataAsTags` boolean — Whether Infisical secret metadata should be added as resource tags to parameters synced by Infisical.
    - `connection` object, required
      - `app` 'aws', required
      - `name` string, required
      - `id` string, uuid, required
    - `environment` object, nullable, required
      - `slug` string, required
      - `name` string, required
      - `id` string, uuid, required
    - `folder` object, nullable, required
      - `id` string, required
      - `path` string, required
    - `destination` 'aws-parameter-store', required
    - `destinationConfig` object, required
      - `region` 'us-east-1' | 'us-east-2' | 'us-west-1' | 'us-west-2' | 'us-gov-east-1' | 'us-gov-west-1' | 'af-south-1' | 'ap-east-1' | 'ap-south-1' | 'ap-south-2' | 'ap-northeast-1' | 'ap-northeast-2' | 'ap-northeast-3' | 'ap-southeast-1' | 'ap-southeast-2' | 'ap-southeast-3' | 'ap-southeast-4' | 'ca-central-1' | 'eu-central-1' | 'eu-central-2' | 'eu-west-1' | 'eu-west-2' | 'eu-west-3' | 'eu-south-1' | 'eu-south-2' | 'eu-north-1' | 'me-south-1' | 'me-central-1' | 'sa-east-1', required — The AWS region to sync secrets to.
      - `path` string, required — The Parameter Store path to sync secrets to.

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/infisical/apis/infisical-api.md) · [All operations](https://skmtc.net/infisical/apis/infisical-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infisical/infisical-api/versions/885aef3e6c11/schema)
