Learn R Programming

paws.security.identity (version 0.1.12)

inspector_describe_cross_account_access_role: 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()

Arguments

Value

A list with the following syntax:

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

Examples

Run this code
if (FALSE) {
# Describes the IAM role that enables Amazon Inspector to access your AWS
# account.
svc$describe_cross_account_access_role()
}

Run the code above in your browser using DataLab