Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_container_recipe_policy

get_container_recipe_policy(**kwargs)

Retrieves the policy for a container recipe.

See also: AWS API Documentation

Request Syntax

response = client.get_container_recipe_policy(
    containerRecipeArn='string'
)
Parameters
containerRecipeArn (string) --

[REQUIRED]

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

Return type
dict
Returns
Response Syntax
{
    'requestId': 'string',
    'policy': 'string'
}

Response Structure

  • (dict) --
    • requestId (string) --

      The request ID that uniquely identifies this request.

    • policy (string) --

      The container recipe policy object that is returned.

Exceptions

  • imagebuilder.Client.exceptions.ServiceException
  • imagebuilder.Client.exceptions.ServiceUnavailableException
  • imagebuilder.Client.exceptions.InvalidRequestException
  • imagebuilder.Client.exceptions.ResourceNotFoundException
  • imagebuilder.Client.exceptions.ForbiddenException
  • imagebuilder.Client.exceptions.CallRateLimitExceededException