imagebuilder / Client / put_image_recipe_policy

put_image_recipe_policy

imagebuilder.Client.put_image_recipe_policy(**kwargs)

Applies a policy to an image recipe. The preferred way to share resources is with the RAM API CreateResourceShare. If you use the PutImageRecipePolicy operation instead, you must also call the RAM API PromoteResourceShareCreatedFromPolicy. Otherwise, the resource isn’t visible to the principals that it’s shared with.

See also: AWS API Documentation

Request Syntax

response = client.put_image_recipe_policy(
    imageRecipeArn='string',
    policy='string'
)
Parameters:
  • imageRecipeArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.

  • policy (string) –

    [REQUIRED]

    The policy to apply.

Return type:

dict

Returns:

Response Syntax

{
    'requestId': 'string',
    'imageRecipeArn': 'string'
}

Response Structure

  • (dict) –

    • requestId (string) –

      The request ID that uniquely identifies this request.

    • imageRecipeArn (string) –

      The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.

Exceptions