Skip to content

Automations.GetStorageLocation

func (automationClient) GetStorageLocation(
ctx context.Context,
storageLocationID uuid.UUID,
) (*workflows.StorageLocation, error)

Get a storage location used by automation storage event triggers.

storageLocationID uuid.UUID required

The ID of the storage location.

A storage location object.