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

# POST /v2/domains/{domainIdentifier}/environment-blueprints

`POST /v2/domains/{domainIdentifier}/environment-blueprints`

Creates a Amazon DataZone blueprint.

## Path parameters

- `domainIdentifier` string, required

## Request body

- object
  - `name` string, required — The name of this Amazon DataZone blueprint.
  - `description` string, password — The description of the Amazon DataZone blueprint.
  - `provisioningProperties` object, required — 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 of this Amazon DataZone blueprint.
    - `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 `201`

Success

- CreateEnvironmentBlueprintOutput
  - `id` string, required — The ID of this Amazon DataZone blueprint.
  - `name` string, required — The name of this Amazon DataZone blueprint.
  - `description` string, password — The description of this Amazon DataZone blueprint.
  - `provider` string, required — The provider of this Amazon DataZone blueprint.
  - `provisioningProperties` object, required — The provisioning properties of this Amazon DataZone 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.
  - `deploymentProperties` object — The deployment properties of this Amazon DataZone blueprint.
    - `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 of this Amazon DataZone blueprint.
    - `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 attached to this Amazon DataZone blueprint.
  - `createdAt` string, date-time — The timestamp at which the environment blueprint was created.
  - `updatedAt` string, date-time — The timestamp of when this 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)
