Skip to content

Get Image Block Public Access State

ec2_get_image_block_public_access_state R Documentation

Gets the current state of block public access for AMIs at the account level in the specified Amazon Web Services Region

Description

Gets the current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.

For more information, see Block public access to your AMIs in the Amazon EC2 User Guide.

Usage

ec2_get_image_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(
  ImageBlockPublicAccessState = "string"
)

Request syntax

svc$get_image_block_public_access_state(
  DryRun = TRUE|FALSE
)