Values.PutImagePolicyRequestSourceApplies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
type nonrec t = {imageArn : ImageBuildVersionArn.t;The Amazon Resource Name (ARN) of the image that this policy should be applied to.
*)policy : ResourcePolicyDocument.t;The policy to apply.
*)}