Learn R Programming

paws.storage (version 0.1.9)

efs_delete_access_point: Deletes the specified access point

Description

Deletes the specified access point. After deletion is complete, new clients can no longer connect to the access points. Clients connected to the access point at the time of deletion will continue to function until they terminate their connection.

Usage

efs_delete_access_point(AccessPointId)

Arguments

AccessPointId

[required] The ID of the access point that you want to delete.

Request syntax

svc$delete_access_point(
  AccessPointId = "string"
)

Details

This operation requires permissions for the elasticfilesystem:DeleteAccessPoint action.