aws.codeguruprofiler.get_policy
Example SQL Queries
SELECT * FROMaws.codeguruprofiler.get_policyWHERE"profiling_group_name" = 'VALUE';Description
Returns the JSON-formatted resource-based policy on a profiling group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profiling_group_name Required Input Column The name of the profiling group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| policy The JSON-formatted resource-based policy attached to the ProfilingGroup. | VARCHAR |
| revision_id A unique identifier for the current revision of the returned policy. | VARCHAR |