Anatomy of an Action
init.py
README.md
Example: <h2>Delete AWS EBS Volume </h2>This Action deletes AWS EBS volume and gives a list of deletion status.aws_delete_volumes(handle: object, volume_id: str, region: str) handle: Object of type unSkript AWS Connector volume_id: Volume ID needed to delete particular volume region: Used to filter the volume for specific regionaws_delete_volumes(handle, "vol-039ce61146a4d7901", "us-west-2")
JSON File
py file
InputSchema
Printer
Function
Last updated
Was this helpful?