---
title: "PATCH /v2/domains/{domainIdentifier}/environment-blueprints/{identifier}"
method: PATCH
path: "/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}"
---

# PATCH /v2/domains/{domainIdentifier}/environment-blueprints/{identifier}

`PATCH /v2/domains/{domainIdentifier}/environment-blueprints/{identifier}`

Updates an environment blueprint in Amazon DataZone.

## Path parameters

- `domainIdentifier` string, required
- `identifier` string, required

## Request body

- object
  - `description` string — The description to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.
  - `provisioningProperties` object — The provisioning properties of an environment blueprint.
    - `cloudFormation` object — The cloud formation properties included as part of the provisioning properties of an environment blueprint.
      - `templateUrl` string, required — The template URL of the cloud formation provisioning properties of the environment blueprint.
  - `userParameters` CustomParameter[] — The user parameters to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.
    - `keyName` string, required — The key name of the parameter.
    - `description` string, password — The description of the parameter.
    - `fieldType` string, required — The filed type of the parameter.
    - `defaultValue` string — The default value of the parameter.
    - `isEditable` boolean — Specifies whether the parameter is editable.
    - `isOptional` boolean — Specifies whether the custom parameter is optional.
    - `isUpdateSupported` boolean — Specifies whether a parameter value can be updated after creation.

## Response `200`

Success

- UpdateEnvironmentBlueprintOutput
  - `id` string, required — The identifier of the blueprint to be updated.
  - `name` string, required — The name to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.
  - `description` string, password — The description to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.
  - `provider` string, required — The provider of the blueprint to be udpated.
  - `provisioningProperties` object, required — The provisioning properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.
    - `cloudFormation` object — The cloud formation properties included as part of the provisioning properties of an environment blueprint.
      - `templateUrl` string, required — The template URL of the cloud formation provisioning properties of the environment blueprint.
  - `deploymentProperties` object — The deployment properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.
    - `startTimeoutMinutes` integer — The start timeout of the environment blueprint deployment.
    - `endTimeoutMinutes` integer — The end timeout of the environment blueprint deployment.
  - `userParameters` CustomParameter[] — The user parameters to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.
    - `keyName` string, required — The key name of the parameter.
    - `description` string, password — The description of the parameter.
    - `fieldType` string, required — The filed type of the parameter.
    - `defaultValue` string — The default value of the parameter.
    - `isEditable` boolean — Specifies whether the parameter is editable.
    - `isOptional` boolean — Specifies whether the custom parameter is optional.
    - `isUpdateSupported` boolean — Specifies whether a parameter value can be updated after creation.
  - `glossaryTerms` GlossaryTermId[] — The glossary terms to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.
  - `createdAt` string, date-time — The timestamp of when the environment blueprint was created.
  - `updatedAt` string, date-time — The timestamp of when the blueprint was updated.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ServiceQuotaExceededException
- `485` — ConflictException
- `486` — ValidationException
- `487` — UnauthorizedException

---

[API](https://skmtc.net/aws/apis/datazone.md) · [All operations](https://skmtc.net/aws/apis/datazone/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/datazone/versions/055599054b53/schema)
