Skip to content

Describe Cross Account Access Role

inspector_describe_cross_account_access_role R Documentation

Describes the IAM role that enables Amazon Inspector to access your AWS account

Description

Describes the IAM role that enables Amazon Inspector to access your AWS account.

Usage

inspector_describe_cross_account_access_role()

Value

A list with the following syntax:

list(
  roleArn = "string",
  valid = TRUE|FALSE,
  registeredAt = as.POSIXct(
    "2015-01-01"
  )
)

Examples

## Not run: 
# Describes the IAM role that enables Amazon Inspector to access your AWS
# account.
svc$describe_cross_account_access_role()

## End(Not run)