Delete Resource Configuration
| vpclattice_delete_resource_configuration | R Documentation | 
Deletes the specified resource configuration¶
Description¶
Deletes the specified resource configuration.
Usage¶
vpclattice_delete_resource_configuration(
  resourceConfigurationIdentifier)
Arguments¶
resourceConfigurationIdentifier | 
[required] The ID or ARN of the resource configuration.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_resource_configuration(
  resourceConfigurationIdentifier = "string"
)