Skip to content

Get Policy

codeguruprofiler_get_policy R Documentation

Returns the JSON-formatted resource-based policy on a profiling group

Description

Returns the JSON-formatted resource-based policy on a profiling group.

Usage

codeguruprofiler_get_policy(profilingGroupName)

Arguments

profilingGroupName

[required] The name of the profiling group.

Value

A list with the following syntax:

list(
  policy = "string",
  revisionId = "string"
)

Request syntax

svc$get_policy(
  profilingGroupName = "string"
)