paws.security.identity (version 0.1.0)

inspector_describe_resource_groups: Describes the resource groups that are specified by the ARNs of the resource groups

Description

Describes the resource groups that are specified by the ARNs of the resource groups.

Usage

inspector_describe_resource_groups(resourceGroupArns)

Arguments

resourceGroupArns

[required] The ARN that specifies the resource group that you want to describe.

Request syntax

svc$describe_resource_groups(
  resourceGroupArns = list(
    "string"
  )
)

Examples

Run this code
# NOT RUN {
# Describes the resource groups that are specified by the ARNs of the
# resource groups.
# }
# NOT RUN {
svc$describe_resource_groups(
  resourceGroupArns = list(
    "arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-PyGXopAI"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab