Delete Environment Blueprint Configuration
datazone_delete_environment_blueprint_configuration | R Documentation |
Deletes the blueprint configuration in Amazon DataZone¶
Description¶
Deletes the blueprint configuration in Amazon DataZone.
Usage¶
datazone_delete_environment_blueprint_configuration(domainIdentifier,
environmentBlueprintIdentifier)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the blueprint configuration is deleted. |
environmentBlueprintIdentifier |
[required] The ID of the blueprint the configuration of which is deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_environment_blueprint_configuration(
domainIdentifier = "string",
environmentBlueprintIdentifier = "string"
)