aws.imagebuilder.get_container_recipe_policy
Example SQL Queries
SELECT * FROMaws.imagebuilder.get_container_recipe_policyWHERE"container_recipe_arn" = 'VALUE';Description
Retrieves the policy for a container recipe.
Table Definition
| Column Name | Column Data Type |
|---|---|
| container_recipe_arn Required Input Column The Amazon Resource Name (ARN) of the container recipe for the policy being requested. | 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 container recipe policy object that is returned. | VARCHAR |
| request_id The request ID that uniquely identifies this request. | VARCHAR |