Skip to content

Delete Environment Blueprint

datazone_delete_environment_blueprint R Documentation

Deletes a blueprint in Amazon DataZone

Description

Deletes a blueprint in Amazon DataZone.

Usage

datazone_delete_environment_blueprint(domainIdentifier, identifier)

Arguments

domainIdentifier

[required] The ID of the Amazon DataZone domain in which the blueprint is deleted.

identifier

[required] The ID of the blueprint that is deleted.

Value

An empty list.

Request syntax

svc$delete_environment_blueprint(
  domainIdentifier = "string",
  identifier = "string"
)