AWS SNS - 禁用的 EndpointARN 是否会自动删除
AWS SNS - Do disabled EndpointARNs get deleted automatically
我想知道禁用的 EndpointARN (Enabled:false) 是否会被 AWS SNS 自动删除,还是需要由我删除?
Amazon SNS 服务不会自动删除禁用的端点。
您可以使用 REST API i.e 更新已禁用的端点 SetEndpointAttributes or CLI command set-endpoint-attributes ) and enable it or you can create a new endpoint with a valid token and delete the old one ( i.e using either REST API DeleteEndpoint or CLI command delete-endpoint)
我想知道禁用的 EndpointARN (Enabled:false) 是否会被 AWS SNS 自动删除,还是需要由我删除?
Amazon SNS 服务不会自动删除禁用的端点。
您可以使用 REST API i.e 更新已禁用的端点 SetEndpointAttributes or CLI command set-endpoint-attributes ) and enable it or you can create a new endpoint with a valid token and delete the old one ( i.e using either REST API DeleteEndpoint or CLI command delete-endpoint)