Delete Integration Resource Property
| glue_delete_integration_resource_property | R Documentation |
This API is used for deleting the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target)¶
Description¶
This API is used for deleting the ResourceProperty of the Glue
connection (for the source) or Glue database ARN (for the target).
Usage¶
glue_delete_integration_resource_property(ResourceArn)
Arguments¶
ResourceArn |
[required] The connection ARN of the source, or the database ARN of the target. |
Value¶
An empty list.
Request syntax¶
svc$delete_integration_resource_property(
ResourceArn = "string"
)