Skip to content

Get Container Recipe Policy

imagebuilder_get_container_recipe_policy R Documentation

Retrieves the policy for a container recipe

Description

Retrieves the policy for a container recipe.

Usage

imagebuilder_get_container_recipe_policy(containerRecipeArn)

Arguments

containerRecipeArn

[required] The Amazon Resource Name (ARN) of the container recipe for the policy being requested.

Value

A list with the following syntax:

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

Request syntax

svc$get_container_recipe_policy(
  containerRecipeArn = "string"
)