Skip to content

Get Managed Resource Visibility

ec2_get_managed_resource_visibility R Documentation

Retrieves the managed resource visibility configuration for the account

Description

Retrieves the managed resource visibility configuration for the account. The response indicates whether managed resources are hidden or visible by default.

Usage

ec2_get_managed_resource_visibility(DryRun)

Arguments

DryRun

Checks whether you have the required permissions for the operation, 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(
  Visibility = list(
    DefaultVisibility = "hidden"|"visible"
  )
)

Request syntax

svc$get_managed_resource_visibility(
  DryRun = TRUE|FALSE
)