Skip to content

Get Snapshot Block Public Access State

ec2_get_snapshot_block_public_access_state R Documentation

Gets the current state of block public access for snapshots setting for the account and Region

Description

Gets the current state of block public access for snapshots setting for the account and Region.

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

Usage

ec2_get_snapshot_block_public_access_state(DryRun)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Value

A list with the following syntax:

list(
  State = "block-all-sharing"|"block-new-sharing"|"unblocked"
)

Request syntax

svc$get_snapshot_block_public_access_state(
  DryRun = TRUE|FALSE
)