AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify.

Enabling block public access for snapshots in block all sharing mode does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available.

If you later disable block public access or change the mode to block new sharing, these snapshots will become publicly available again.

For more information, see Block public access for snapshots in the Amazon EBS User Guide.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to EnableSnapshotBlockPublicAccessAsync.

Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public virtual EnableSnapshotBlockPublicAccessResponse EnableSnapshotBlockPublicAccess(
         EnableSnapshotBlockPublicAccessRequest request
)

Parameters

request
Type: Amazon.EC2.Model.EnableSnapshotBlockPublicAccessRequest

Container for the necessary parameters to execute the EnableSnapshotBlockPublicAccess service method.

Return Value


The response from the EnableSnapshotBlockPublicAccess service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also