Delete Environment Profile
datazone_delete_environment_profile | R Documentation |
Deletes an environment profile in Amazon DataZone¶
Description¶
Deletes an environment profile in Amazon DataZone.
Usage¶
datazone_delete_environment_profile(domainIdentifier, identifier)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the environment profile is deleted. |
identifier |
[required] The ID of the environment profile that is deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_environment_profile(
domainIdentifier = "string",
identifier = "string"
)