aws.imagebuilder.get_image_recipe_policy
Example SQL Queries
SELECT * FROMaws.imagebuilder.get_image_recipe_policyWHERE"image_recipe_arn" = 'VALUE';Description
Gets an image recipe policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| image_recipe_arn Required Input Column The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve. | 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 image recipe policy object. | VARCHAR |
| request_id The request ID that uniquely identifies this request. | VARCHAR |