class Aws::Imagebuilder::Types::PutContainerRecipePolicyRequest

@note When making an API call, you may pass PutContainerRecipePolicyRequest

data as a hash:

    {
      container_recipe_arn: "ContainerRecipeArn", # required
      policy: "ResourcePolicyDocument", # required
    }

@!attribute [rw] container_recipe_arn

The Amazon Resource Name (ARN) of the container recipe that this
policy should be applied to.
@return [String]

@!attribute [rw] policy

The policy to apply to the container recipe.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/PutContainerRecipePolicyRequest AWS API Documentation

Constants

SENSITIVE