Skip to content

Get Managed View

resourceexplorer_get_managed_view R Documentation

Retrieves details of the specified Amazon Web Services-managed view

Description

Retrieves details of the specified Amazon Web Services-managed view.

Usage

resourceexplorer_get_managed_view(ManagedViewArn)

Arguments

ManagedViewArn

[required] The Amazon resource name (ARN) of the managed view.

Value

A list with the following syntax:

list(
  ManagedView = list(
    Filters = list(
      FilterString = "string"
    ),
    IncludedProperties = list(
      list(
        Name = "string"
      )
    ),
    LastUpdatedAt = as.POSIXct(
      "2015-01-01"
    ),
    ManagedViewArn = "string",
    ManagedViewName = "string",
    Owner = "string",
    ResourcePolicy = "string",
    Scope = "string",
    TrustedService = "string",
    Version = "string"
  )
)

Request syntax

svc$get_managed_view(
  ManagedViewArn = "string"
)